Q.931 establishes and terminates ISDN circuits. This occurs at the network layer in the protocol stack. The basic steps to configure ISDN PRI with Q.931 are as follows:
-
Select the service provider ISDN PRI switch type:
router(config)# isdn switch-type primary-net5
-
Configure the ISDN T-1/E-1 controller by setting the time slots, which are used for a T-1. The range is 1–23:
router(config)# controller {T-1 | E-1} slot/port
router(config-controller)# pri-group timeslots range -
Exit from the T-1/E-1 controller configuration mode:
router(config-controller)# exit
-
Configure the ISDN D channel interface:
router(config)# interface serial0/0:n
-
Configure the ISDN protocol as primary slave or the primary master:
router(config)# isdn protocol-emulate {network | user}
-
Enable or disable power supplied from an NT configured port:
router(config-if)# [no] line-power
-
Allow incoming voice calls:
router(config-if)# isdn incoming-voice voice
0 Comment :
Post a Comment