cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2826
Views
0
Helpful
2
Replies

VWIC2-2MFT-T1/E1 ISDN Problem

rohitdprasade
Level 1
Level 1

Hi Experts,

I have a 2911 router runing CME with 2 VWIC2-2MFT-T1/E1 , 2 ports of 1 card are going to be used for data circuits while 2 ports of other card are going to be used for voice T1.

I am able to configure data ports successfully but when I try to configure voice interfares I am having trouble.

1. I don't see a Serial0/1/0:23 interface . Instead I see it as Serial0/1/0:0

2. It does not accept any ISDN comand.

Following is show inventory and controller configuration.

col-CME#sh inventory
NAME: "CISCO2921/K9 chassis", DESCR: "CISCO2921/K9 chassis"
PID: CISCO2921/K9      , VID: V01 , SN: FTX1420AHUR

NAME: "VWIC2-2MFT-T1/E1 - 2-Port RJ-48 Multiflex Trunk - T1/E1 on Slot 0 SubSlot 0", DESCR: "VWIC2-2MFT-T1/E1 - 2-Port RJ-48 Multiflex Trunk - T1/E1"
PID: VWIC2-2MFT-T1/E1  , VID: V01 , SN: FOC141741H5

NAME: "VWIC2-2MFT-T1/E1 - 2-Port RJ-48 Multiflex Trunk - T1/E1 on Slot 0 SubSlot 1", DESCR: "VWIC2-2MFT-T1/E1 - 2-Port RJ-48 Multiflex Trunk - T1/E1"
PID: VWIC2-2MFT-T1/E1  , VID: V01 , SN: FOC141741RZ

NAME: "2nd generation two port FXO voice interface daughtercard on Slot 0 SubSlot 2", DESCR: "2nd generation two port FXO voice interface daughtercard"
PID: VIC2-2FXO         , VID: V02 , SN: FOC14154MC7

NAME: "PVDM3 DSP DIMM with 32 Channels on Slot 0 SubSlot 4", DESCR: "PVDM3 DSP DIMM with 32 Channels"
PID: PVDM3-32          , VID: V01 , SN: FOC141504WM

NAME: "Internal Services Module with Services Ready Engine on Slot 0", DESCR: "Internal Services Module with Services Ready Engine"
PID: ISM-SRE-300-K9    , VID: V01 , SN: FOC14120C5B

NAME: "C2921/C2951 AC Power Supply", DESCR: "C2921/C2951 AC Power Supply"
PID: PWR-2921-51-AC    , VID: V01 , SN: QCS1415H0MY

card type t1 0 0
card type t1 0 1

controller T1 0/0/0
cablelength long 0db
channel-group 0 timeslots 1-24
!
controller T1 0/0/1
cablelength long 0db
channel-group 0 timeslots 1-24
!
controller T1 0/1/0
channel-group 0 timeslots 1-24
!
controller T1 0/1/1
channel-group 0 timeslots 1-24

interface Serial0/0/0:0
description MLPPP link to ATT MPLS
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
max-reserved-bandwidth 95
!
interface Serial0/0/1:0
description MLPPP link to ATT MPLS
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
!
interface Serial0/1/0:0
description reserved for PRI
no ip address
!
interface Serial0/1/1:0
description reserved for PRI
no ip address

Please have a look and tell me if im missing something.

2 Replies 2

Ayodeji Okanlawon
VIP Alumni
VIP Alumni

You need the comand..pri-group timeslots 1-24 under te controller you want to use for voice. Once that is configured your "D channel" will b available.

controller T1 0/1/0

pri-group timeslots 1-24

this will autoimatically create..interface s0/1/0:23.

Please rate all useful posts

Also don't forget to issue the commands before applying pri-group under controllers:

     !

     isdn switch-type xxxx

     network-clock-participate wic xxxx

     !

HTH