11-01-2001 10:05 AM - edited 03-01-2019 07:11 PM
I have configured HSRP on two Cat4006 and when I activate the redundant link I get a Dupaddress error. I know this is a spanningtree issue. I have made my active switch the bridge root and the second switch the secondary but I still get loop errors. Should I place everyting except the bridge root in blocking state?
11-01-2001 10:08 AM
how many connections do you have between the two switches. If you have more than one then you have to trunk the connections. Or you will create a layer two loop. And that is what you are experiencing
11-01-2001 10:24 AM
I do not have a physical connection between the two switches. Do I need a connection between them?
11-01-2001 10:45 AM
as long as they can see each other.
but mainly they have a link between them, all really depends on your design
11-01-2001 10:57 AM
I have a similiar situation between a 6509 and 4006, however there is a trunk riding over dual gig connections.
The config for the 6509, acting as primary is:
interface Vlan215
description
ip address 172.xxx.xxx.254 255.255.255.0
ip ospf priority 10
no cdp enable
standby 215 priority 105 preempt
standby 215 ip 172.xxx.xxx.1
The config for the 4006, acting as fail-over is:
interface Port-channel1.215
description IDX Vlan
encapsulation dot1Q 215
ip address 172.xxx.xxx.253 255.255.255.0
no ip redirects
no ip directed-broadcast
ip ospf cost 10
ip ospf priority 5
standby 215 ip 172.xxx.xxx.1
You need some linkage between the two routers, otherwise Standby will not see the status of the primary and assume it.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide