[c-nsp] HSRP On Bonded ADSL Iterface
Dominic
dominic at broadconnect.ca
Mon Jun 7 16:13:37 EDT 2010
Hi Everyone:
I am doing HSRP between two cisco routers. One has a bonded ADSL. I am using the interface tracking option as well, but when the ADSL Lines are unplugged, HSRP does NOT kick in. Yes, HSRP is configured and otherwise works well - it kicks in when the LAN cable is unplugged, for example. It just diesn't kick in when when the ADSL cables are unplugged.. I am asking HSRP to tracker interface dialer 1. Is this correct way to do it ? Am I missing something?
Below is the HSRP config as well as all the ADSL config.
Dominic
interface FastEthernet0/0
description LAN HSRP INTERFACE
ip address 192.168.1.2 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
standby 1 ip 192.168.1.1
standby 1 priority 105
standby 1 preempt delay minimum 60
standby 1 track 1 decrement 20
no mop enabled
service-policy output from.BTTVOIP.POLICY
interface ATM0/0/0
description npa-nxx-xxxx
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
no atm ilmi-keepalive
dsl enable-training-log
hold-queue 224 in
bundle enable
!
!
interface ATM0/0/0.1 point-to-point
description ADSL #1 npa-nxx-xxxx
no ip redirects
no ip unreachables
no ip proxy-arp
pvc 0/35
pppoe-client dial-pool-number 1
!
!
interface ATM0/1/0
description ADSL #: npa-nxx-xxxx
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
no atm ilmi-keepalive
!
interface ATM0/1/0.1 point-to-point
description ADSL #2 npa-nxx-xxxx
no ip redirects
no ip unreachables
no ip proxy-arp
pvc 0/35
pppoe-client dial-pool-number 1
!
!
interface Dialer1
ip address negotiated
ip nat outside
no ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer idle-timeout 0
dialer-group 1
ppp authentication pap callin
ppp pap sent-username npx-nxx-xxxx at isp.com password 7 1239500E1D5765432D341E2111
ppp ipcp dns request
ppp multilink
ppp multilink links maximum 2
ppp multilink links minimum 1
ppp multilink load-threshold 1 either
ppp multilink interleave
ppp multilink fragment delay 10
no cdp enable
service-policy output to.BTTVOIP.POLICY
More information about the cisco-nsp
mailing list