01-06-2006 06:33 AM - edited 03-03-2019 11:23 AM
I am switching over from 2600 serier to a new 2821 so that I may have 4 T1's data only (no voice). On the old 2600 a T1 was configured as such:
interface Serial0/0
description Wherever
ip address 10.201.254.1 255.255.255.0
no ip directed-broadcast
no ip mroute-cache
no fair-queue
service-module t1 timeslots 1-24
!
What would have to be configured on the new VWIC-2MFT-T1 to get the equivelent?
I see 4 controllers.
Could someone give me an example of how this would be done?
01-06-2006 07:16 AM
To use the VWIC card, configure the controller to create the serial interface
controller T1 0/0
channel-group 0 timeslots 1-24
(Note that other T1 specific config might be necessary for the T1 to come up).
This create a serial interface, s0/0:0, which you can now assign an ip address.
interface Serial0/0:0
ip address 10.201.254.1 255.255.255.0
01-06-2006 07:43 AM
Thank you!!! You simple example limited my focus down and I finally understood the syntax. My ending result was:
controller T1 0/0/0
framing esf
linecode b8zs
channel-group 0 timeslots 24
description whatever
interface Serial0/0/0:0
description whatever
ip address 10.201.254.1 255.255.255.0
Following the documentation was showing the wrong number of 0 and / 's ...
Thanks a bunch
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide