Procedure for adding QUAD card (T1 4 PRI DFC) on Cisco AS5350XM gateway
July 14th, 2009 by
admin
1. Validate if a slot on AS5350 are free with “sh chassis slot” command
example:
hostname#sh chassis slotSlot 1:
DFC type is AS5350 NP60 DFCOIR events:
DFC State is DFC_S_OPERATIONAL
Slot 2:
DFC type is AS5350 Empty DFC
DFC is not poweredOIR events:
Slot 3:
DFC type is AS5350 T1 2 PRI DFCOIR events:
DFC State is DFC_S_OPERATIONAL
2. If slot 2 are available, do a “busyout 2″ (in enable mode) to deactivate correctly the slot no 2.
3. Insert the QUAD into the slot 2 carefully
4. Wait 10 seconds et validate the new QUAD aren’t in progress “show busyout 2″
example (You should see something similar).:
hostname#sh busyout 2
Busyout status for trunk DFC slot = 2:
(p – pending, s – static(cfg/exec), d – dynamic, n – none)2/0 : n n n n n n n n n n n n n n n n n n n n n n n n
2/1 : n n n n n n n n n n n n n n n n n n n n n n n n
2/2 : n n n n n n n n n n n n n n n n n n n n n n n n
2/3 : n n n n n n n n n n n n n n n n n n n n n n n n
hostname#
5. Apply these settings to create new controller T1 for new QUAND on slot 2
controller T1 2/0
framing esf
linecode b8zs
pri-group timeslots 1-24 nfas_d primary nfas_int 0 nfas_group 2
shutdown
!
controller T1 2/1
framing esf
linecode b8zs
pri-group timeslots 1-24 nfas_d backup nfas_int 1 nfas_group 2
shutdown
!
controller T1 2/2
framing esf
linecode b8zs
pri-group timeslots 1-24 nfas_d primary nfas_int 0 nfas_group 3
shutdown
!
controller T1 2/3
framing esf
linecode b8zs
pri-group timeslots 1-24 nfas_d backup nfas_int 1 nfas_group 3
shutdown
!
6. Create new voice-port for D-channel
voice-port 2/0:D
bearer-cap Speech
!
voice-port 2/2:D
bearer-cap Speech
!
7. Configure the D channel settings
interface Serial2/0:23
no ip address
encapsulation hdlc
isdn switch-type primary-ni
isdn incoming-voice modem
no cdp enable
!
interface Serial2/2:23
no ip address
encapsulation hdlc
isdn switch-type primary-ni
isdn incoming-voice modem
no cdp enable
!
8. Assosiate the incoming regional number with the bearer
dial-peer voice 300 pots
incoming called-number 517…….
direct-inward-dial
port 2/0:D
!
dial-peer voice 310 pots
incoming called-number 457…….
direct-inward-dial
port 2/0:D
!
dial-peer voice 320 pots
incoming called-number 817…….
direct-inward-dial
port 2/0:D
!
dial-peer voice 330 pots
incoming called-number 417…….
direct-inward-dial
port 2/0:D
!
dial-peer voice 340 pots
incoming called-number 437…….
direct-inward-dial
port 2/0:D
!
9. Activate the new controller T1 (“no shutdown”)
10. Validate that controller T1 came UP “sh isdn status”; “sh isdn service”
11. copy run start
Posted in cisco, voip |
No Comments »