Config VWIC-2MFT-T1

Hello im a newbee when it comes to ciscos but my boss jsut got a new

3800 series router and we are putting in a VWIC-2MFT-T1 but it comes up as a controller. How can i get it to be seprate serial interfaces? is that possible? Please help :)
Reply to
Ourliltinker
Loading thread data ...

conf t interface serial exit

post output of

show version

show controller

Reply to
Merv

VWIC-xMFT-T1's show up as controller T1 and then you'd have the associated serial interface. So for example, if you're using one for voice:

config t controller t1 0/0 framing esf linecode b8zs pri-group timeslots 1-24 ! int serial0/0:23 no ip address isdn switch-type primary-5ess isdn incoming-voice isdn calling-number !

Reply to
ESM

To get seperate serial interfaces -

controller T1 0/0 framing esf linecode b8zs channel-group 1 timeslots 1-24 speed 64 ! controller T1 0/1 framing esf linecode b8zs channel-group 1 timeslots 1-24 speed 64

Once you do that you will have two serial interfaces. Side note make sure you set them for speed 64 since they default to 56K since they are voice.

Amy

Reply to
Amy L.

You have to make the channel groups. creating a channel group makes a serial interface.

Each port should have a controller. Go to the controller config mode for each of the ports and type:

Channel-group 10 timeslots 1-24 speed 64 (10 is a arbitraty number) Linecode B8ZS assuming you are usign B8ZS linecode Framing ESF assuming you are using ESF framing

The above config would assume you want these to be Data T1's rather than voice PRI or CAS.

Reply to
Sir_Routes_Alot

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.