Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

parallel T-1 Link

Status
Not open for further replies.
Dec 5, 1999
19
US
We are in the process of replacing 3com netbuilder II routers with a cisco 3620 and 2621. Presently the two routers are connected through two physical T-1's and they are setup as one logical path with load sharing. So my question is how to configure the cisco units to utilized both of the T-1 interfaces.

 
This config should help you out!!!

interface Multilink1
ip address 192.168.1.26 255.255.255.252
no ip directed-broadcast
no ip mroute-cache
compress stac caim 0
no cdp enable
ppp multilink
no ppp multilink fragmentation
multilink-group 1
!
interface FastEthernet0/0
ip address 10.30.1.2 255.255.0.0
ip helper-address 172.16.3.1
no ip directed-broadcast
speed 100
full-duplex
!
interface Serial0/0
bandwidth 1544
no ip address
no ip directed-broadcast
encapsulation ppp
no ip mroute-cache
shutdown
no fair-queue
compress stac caim 0
ppp multilink
multilink-group 1
!
interface Serial0/1
bandwidth 1544
no ip address
no ip directed-broadcast
encapsulation ppp
no ip mroute-cache
no fair-queue
compress stac caim 0
ppp multilink
multilink-group 1

ip default-gateway 192.168.1.25
ip classless
ip route 10.30.0.0 255.255.0.0 Multilink1


Router 2 should look like this.

interface Multilink1
ip address 192.168.1.25 255.255.255.252
compress stac caim 0
no cdp enable
ppp multilink
no ppp multilink fragmentation
multilink-group 1
!
interface FastEthernet0/0
ip address 172.16.11.43 255.255.0.0
speed 100
full-duplex
!
interface Serial0/0
no ip address
encapsulation ppp
no ip mroute-cache
no fair-queue
compress stac caim 0
service-module t1 clock source internal
ppp multilink
multilink-group 1
!
interface Serial0/1
bandwidth 1544
no ip address
encapsulation ppp
no ip mroute-cache
no fair-queue
compress stac caim 0
service-module t1 clock source internal
ppp multilink
multilink-group 1
!
ip default-gateway 172.16.1.1
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.1.1




Jeter@LasVegas.com
J.Fisher CCNA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top