cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
732
Views
5
Helpful
4
Replies

2821 & Multible T1's

Snydersh1_2
Level 1
Level 1

I am looking at the 2821 and I need to support up to 4 T1's. The only multiport T1 card that I seem to find is a VWIC however, I do not need to support voice. I know that there is a WIC single port T1 card available but is there a multiport cards? Any suggestions would be great.

4 Replies 4

gpulos
Level 8
Level 8

The following WICs and VWICs are supported on the 2821: (there is no wic-2T1 in this list)

? WIC-1B-S/T

? WIC-1B-S/T-V3

? WIC-1B-U

? WIC-1B-V2

? WIC-1DSU-56K4

? WIC-1DSU-T1

? WIC-1DSU-T1-V2

? WIC-1T

? WIC-2T

? WIC-2A/S

? WIC-1AM

? WIC-2AM

? WIC-1ADSL

? WIC-1ADSL-V2

? WIC-1GSHDSL

? VWIC-1MFT-T1*

? VWIC-1MFT-E1*

? VWIC-1MFT-T1-DI*

? VWIC-1MFT-E1-DI*

? VWIC-2MFT-E1*

? VWIC-2MFT-T1*

? VWIC-2MFT-T1-DI*

? VWIC-2MFT-E1-DI*

? VWICs in data mode only

there is one option of a NM (network module) that contains 2 T1s though.

please see the following link for more info ont he 2821 and supported hardware:

http://www.cisco.com/en/US/products/ps5854/products_data_sheet0900aecd8016fa68.html

(about 3/4s down the page)

Hi There,

What is the difference between VWIC-1MFT-T1* and VWIC-1MFT-T1-DI*.

Thanks...

leighharrison
Level 7
Level 7

Hi there,

The VWIC cards are used for both voice AND data. Hence the "VWIC" and not just VIC or WIC.

You can even split up the channels and use some for data and some for voice, so if I were you - grab the VWIC-2MFT-T1's

Hope tha clarifys,

LH

Please rate all posts

Hello ...

You can use the Multilink command to create a vitual interface bonding multiple T1s.

!

interface Multilink1

description Test Site

ip address 10.xxx.xx.x xxx.xxx.xxxx.xxxx

no cdp enable

ppp multilink

no ppp multilink fragmentation

multilink-group 1

end

Now the actual physical T1 interfaces:

!

interface Serial1/1/1:1

description Test Site T1 #1

no ip address

no ip redirects

no ip unreachables

no ip proxy-arp

encapsulation ppp

ip route-cache flow

ppp multilink

multilink-group 1

!

interface Serial1/1/2:1

description Test Site T1 #2

no ip address

no ip redirects

no ip unreachables

no ip proxy-arp

encapsulation ppp

ip route-cache flow

ppp multilink

multilink-group 1

!

Review Cisco Networking for a $25 gift card