|
|
|
Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||
|
Posted by on September 10, 2007, 11:48 am
Please log in for more thread options
I'm going to multilink 8 T1 lines until our vendor can get a DS3 in place (we are rural). All of these will be data. I don't completely understand how to configure the Controller Cards to get serial interfaces. My current config looks like: For the first controller card, I used channel-group 1 timeslots 1-24. They gave me an int s0/0/0:1 My big question I guess, is with the channel group command. Will I put ALL 4 of my VWIC-2MFT-T1 cards in channel 1 or should each physical card have its own channel? ! controller T1 0/0/0 framing esf fdl ansi linecode b8zs channel-group 1 timeslots 1-24 ! controller T1 0/0/1 framing esf linecode b8zs ! controller T1 0/1/0 framing esf linecode b8zs ! controller T1 0/1/1 framing esf linecode b8zs ! controller T1 0/2/0 framing esf linecode b8zs ! controller T1 0/2/1 framing esf linecode b8zs ! controller T1 0/3/0 framing esf linecode b8zs ! controller T1 0/3/1 framing esf linecode b8zs ! ! ! interface Multilink1 description Bundled 8 T1 lines ip address X.X.X.X 255.255.255.252 ppp multilink ppp multilink group 1 ! interface GigabitEthernet0/0 description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-GE 0/0$ ip address 10.10.10.1 255.255.255.248 duplex auto speed auto | ||||||||||
|
Posted by Doug McIntyre on September 10, 2007, 1:08 pm
Please log in for more thread options >All of these will be data. I don't completely understand how to
>configure the Controller Cards to get serial interfaces. You are just missing one bit, tying the serial links into the MPPP bundle. >My current config looks like:
>For the first controller card, I used channel-group 1 timeslots 1-24. >They gave me an int s0/0/0:1 My big question I guess, is with the >channel group command. Will I put ALL 4 of my VWIC-2MFT-T1 cards in >channel 1 or should each physical card have its own channel? NB: channel-group 1 is uniq to each controller. So, you aren't saying these are all part of the same channel group, you are saying that the 1st channel group on controller T1 0/0/0 is comprised of timeslots 1-24. etc. etc. Last step.. interface Serial 0/0/0:0 encapsulation ppp ppp multilink ppp multilink group 1 interface Serial 0/0/1:0 encapsulation ppp ppp multilink ppp multilink group 1 interface Serial 0/1/0:0 encapsulation ppp ppp multilink ppp multilink group 1 interface Serial 0/1/1:0 encapsulation ppp ppp multilink ppp multilink group 1 interface Serial 0/2/0:0 encapsulation ppp ppp multilink ppp multilink group 1 interface Serial 0/2/1:0 encapsulation ppp ppp multilink ppp multilink group 1 interface Serial 0/3/0:0 encapsulation ppp ppp multilink ppp multilink group 1 interface Serial 0/3/1:0 encapsulation ppp ppp multilink ppp multilink group 1 | ||||||||||
| Similar Threads | Posted |
| Help with 2821 - VWIC-2MFT-T1 Card - initial config | September 10, 2007, 11:48 am |
| initial config of 3560, set config, cant ping~~nv_done: unable to open "flash:/C:\new\config.new | February 5, 2008, 11:39 pm |
| Cisco 2821 ISR config with Wifi | July 27, 2009, 9:16 am |
| req: sample config wic-1am-v2 modem card | June 27, 2009, 6:24 pm |
| Config 1721 With WIC-1ENET and WIC - 4ESW Card | March 13, 2007, 7:39 am |
| SDM initial install won't start | October 30, 2007, 4:39 am |
| VPN site to site initial connection problem | September 13, 2006, 1:18 am |
| Fax with Cisco 2821 | July 25, 2005, 5:37 am |
| Cisco 2821 | March 4, 2006, 3:48 pm |
| Cisco 2821 | November 16, 2005, 4:31 am |
| Telnet on a 2821 | November 10, 2006, 10:13 am |
| 1841 or 2821? | January 10, 2007, 11:07 pm |
| 2821 Router | May 4, 2007, 11:50 am |
| WIC-1DSU-T1-V2 vs 2821 | September 9, 2007, 10:25 am |
| PPTP behind 2821 - help! | October 13, 2007, 7:27 pm |

Help with 2821 - VWIC-2MFT-T1 Card - initial config
Yahoo!
Windows Live
del.icio.us
digg
Netscape 



>I'm going to multilink 8 T1 lines until our vendor can get a DS3 in
>place (we are rural).