09-22-2006 05:31 AM
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.
09-22-2006 08:27 AM
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)
07-25-2007 12:22 PM
Hi There,
What is the difference between VWIC-1MFT-T1* and VWIC-1MFT-T1-DI*.
Thanks...
09-26-2006 02:11 AM
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
08-07-2007 12:34 PM
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
!
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