cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
669
Views
2
Helpful
5
Replies

HSRP packets not being forwarded by L3 switch, can't form adjacency

I have a configuration consisting of 2 routers meant to be in the same HSRP group, each connected to a L3 switch with routing enabled. The HSRP routers, however, are not communicating with each other because the HSRP packet stops at the L3 switches connected to each respective router. This is obviously problematic because it means no HSRP adjacency is formed and no redundant default route is established. I have verified connectivity between the two routers, and they are also both in the same OSPF area.

Any help is greatly appreciated! Thank you. 

 

 

5 Replies 5

@michaeleastongodwin can you share the HSRP config

Please rate this and mark as solution/answer, if this resolved your issue
Good luck
KB

Hello


@michaeleastongodwin wrote:
The HSRP routers, however, are not communicating with each other because the HSRP packet stops at the L3 switches connected to each respective router.

Please note for HSRP to work the rtrs  much share the same lan segment, this is because they use a same virtual HSRP mac address which means you cannot peer just over L3 connection and routing protocol such as ospf.
HSRP vips mac:
0000.0C07.AC.xx = version1
0000.0C9F.Fx.xx  = version 2
0005.73A0.0x.xx = version 6 (ipv6)


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Ramblin Tech
Spotlight
Spotlight

What you are seeing is by design: HSRP packets must not be forwarded between subnets (ie, cannot cross your switch operating at L3).  Why?  Because HSRP uses UDP packets with link-local dest multicast addresses to form adjacencies.

For HSRPv1, dest addr is 224.0.0.2; for v2 it is 224.0.0.102 (and ff02::66 for IPv6).  All of these are link-local and a properly functioning router must not forward them from one subnet to another, preventing HSRP adjacencies from being formed between nodes on different subnets.

BTW... switching to VRRP will not help either, as it uses 224.0.0.18 as its dest addr, also link-local.

Disclaimer: I am long in CSCO

Hi

 This will not work over routing protocol, you must provide direct connectivey on the routers or through a switch.

share the config,  and topology 
the HSRP can not work if 
ip igmp snooping is enable <<- make issue in some SW platform
there is ACL in L3SW 
there is no L2 connectivity between two HSRP router 
you misconfig the interface and/or standby IP 

 

Review Cisco Networking for a $25 gift card