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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 3600 Config help

Status
Not open for further replies.

kingdomware

Programmer
Apr 9, 2005
5
US
Hi,

I am adding 3 more MLPPP T-1s to my Cisco 3600 and want to make sure I have my configuration correct. Multilink1 (Group1) is live and working and I want to added Multilink2 (Group 2). I have two ip routes and want to make sure that is correct. My config is below.

Thanks


ip subnet-zero
no ip domain-lookup
ip cef
!
interface Multilink1
ip address x.x.x.123 255.255.255.252
no keepalive
no cdp enable
ppp chap hostname x.x.x.123-12345
ppp multilink
ppp multilink fragment disable
ppp multilink group 1
no shutdown
!
interface FastEthernet0/0
description connection to customer LAN
ip address x.x.x.156 255.255.255.192
no ip redirects
no ip unreachables
no ip proxy-arp
no ip mroute-cache
speed auto
duplex auto
no cdp enable
no shutdown
!
interface Serial0/0
no ip address
encapsulation ppp
no cdp enable
ppp chap hostname x.x.x.123-12345
ppp multilink
ppp multilink group 1
no shutdown
!
interface Serial0/1
no ip address
encapsulation ppp
no cdp enable
ppp chap hostname x.x.x.123-12345
ppp multilink
ppp multilink group 1
no shutdown
!
interface Multilink2
ip address x.x.x.89 255.255.255.252
no cdp enable
ppp multilink
ppp multilink group 2
no shutdown
!
interface FastEthernet2/0
description connection to customer LAN
ip address x.x.x.34 255.255.255.192
no ip redirects
no ip unreachables
no ip proxy-arp
no ip mroute-cache
speed auto
duplex auto
no cdp enable
no shutdown
!
interface Serial1/0
bandwidth 1536
no ip address
no ip redirects
no ip proxy-arp
no keepalive
no fair-queue
ip mroute-cache
tx-queue-limit 26
encapsulation ppp
no cdp enable
ppp multilink
ppp multilink group 2
no shutdown
!
interface Serial2/0
bandwidth 1536
no ip address
no ip redirects
no ip proxy-arp
no keepalive
no fair-queue
ip mroute-cache
tx-queue-limit 26
encapsulation ppp
no cdp enable
ppp multilink
ppp multilink group 2
no shutdown
!
interface Serial2/1
bandwidth 1536
no ip address
no ip redirects
no ip proxy-arp
no keepalive
no fair-queue
ip mroute-cache
tx-queue-limit 26
encapsulation ppp
no cdp enable
ppp multilink
ppp multilink group 2
no shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 Multilink1
ip route 0.0.0.0 0.0.0.0 x.x.x.88
no ip http server
 
What exactly are you trying to do? The multilink config looks good...do you want to load balance the two?

Burt
 
Hi Burt,

I don't want to load balance I just want to have both in place and working.

Thanks for your response.

Tim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top