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 :)
Hello im a newbee when it comes to ciscos but my boss jsut got a new
conf t interface serial exit
post output of
show version
show controller
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 !
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
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.
Have something to add? Share your thoughts — no account required.
Ask the community — no account required