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

First time user of a 2821 using VWIC-2MFT-T1 for data

helpdesk
Level 1
Level 1

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?

2 Replies 2

olorunloba
Level 5
Level 5

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

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

Review Cisco Networking for a $25 gift card