Hello to everyone,
I have the following configuration:
_______
|SWITCH|
-----------
|
|
HSRP ADDRESS 172.16.3.4
eth0/1 172.16.3.5/255.255.255.248
eth0/1 172.16.3.6/255.255.255.248
| CISCO2811_1 | | CISCO2811_2 |
eth0/0 172.16.4.1/255.255.255.248
eth0/0 172.16.5.1/255.255.255.248
| |
| |
| |
ISP A ISP B
| |
| |
| |
eth0/0 172.16.4.2/255.255.255.248
eth0/0 172.16.5.2/255.255.255.248
| CISCO2811_3 | | CISCO2811_4 |
eth0/1 172.16.6.2/255.255.255.248
eth0/1 172.16.6.3/255.255.255.248
HSRP ADDRESS 172.16.6.1
|
___|____
|SWITCH|
-----------
CISCO2811_1
interface FastEthernet0/0
description ISPA
ip address 172.16.4.1 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
description WAN1
ip address 172.16.3.5 255.255.255.248
duplex auto
speed auto
standby priority 110
standby 1 ip 172.16.3.4
standby 1 preempt
CISCO2811_2
interface FastEthernet0/0
description ISPB
ip address 172.16.5.1 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
description WAN1
ip address 172.16.3.6 255.255.255.248
duplex auto
speed auto
standby 1 ip 172.16.3.4
standby 1 priority 105
standby 1 preempt
CISCO2811_3
interface FastEthernet0/0
description ISPA
ip address 172.16.4.2 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
description WAN2
ip address 172.16.6.2 255.255.255.248
duplex auto
speed auto
standby 1 ip 172.16.6.1
standby 1 priority 110
standby 1 preempt
CISCO2811_4
interface FastEthernet0/0
description ISPB
ip address 172.16.5.2 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
description WAN2
ip address 172.16.6.3 255.255.255.248
duplex auto
speed auto
standby 1 ip 172.16.6.1
standby 1 priority 105
standby 1 preempt
All routers have the following configuration
router eigrp 1
network 172.16.0.0
The issue here is that if I turn off CISCO2811_1 in first location the HSRP switches over properly to CISCO2811_2 but no communcation between WAN1 and WAN2 takes place. If I then switch off CISCO2811_3, CISCO2811_4 takes over HSRP address and everthing works fine.
Can anyone assist, am i missing something ?