05-29-2018 03:40 PM - edited 03-03-2019 08:48 AM
I have a distribution network that uses multiple L3 switches that route end points using OSPF routing protocol. The various L3 switches are connected using /30 point to point subnets. I can only get HSRP (or VRRP ) to work with adjacent L3 switches and then only if a L2 802.1q trunk connects the two switches.
How can I eliminate the trunk connection?
05-30-2018 12:08 PM - edited 05-30-2018 12:08 PM
For HSRP and VRRP to work you need a L2 path between your switches so if you have multiple vlans you need a trunk.
If your switches are only interconnected with L3 links then you can’t use either.
Jon
05-31-2018 02:52 PM
06-01-2018 12:20 AM - edited 06-01-2018 12:23 AM
You only need a L2 path not a direct connection between your L3 switches.
Check each switch and make sure you have added the vlan to vlan database and it is allowed on the trunk links.
Jon
06-01-2018 04:32 AM
There is a L2 connection, just not a dedicated one. The series of L2 switches interconnect via an 802.1q trunk to the two L3 endpoints. I’m trying to understand the difference, from an HSRP POV, between a single dedicated trunk connection and a trunk that daisy-chains between a series of switches.
06-01-2018 04:35 AM
From HSRP's perspective absolutely no difference at all.
Jon
06-01-2018 04:44 AM
That’s what I thought! When I run ‘debug standby packets’ from CLI , I see that the HSRP ‘out’ messages are being dispatched on both L3 switches but no ‘in’ packets are received.
Do do I need some special cef setting on the L2 switches?
06-01-2018 04:45 AM
That’s what I thought! When I run ‘debug standby packets’ from CLI , I see that the HSRP ‘out’ messages are being dispatched on both L3 switches but no ‘in’ packets are received.
Do do I need some special CEF setting on the L2 switches?
06-01-2018 05:19 AM
Did you do the checks I suggested before ?
If so the only other thing I can think of is IGMP snooping which should not affect HSRP packets but I have seen it do so at least in lab setups.
Jon
06-01-2018 06:05 AM
I don’t think I have IGMP snooping on. Do you recommend it be on or disabled?
06-01-2018 06:12 AM
It is usually on by default depending on your switch models.
Check the vlan databases and the trunk links on all your switches.
Jon
06-03-2018 07:31 PM
Did all this with no change. Vlan database OK.
Still looking for ideas.
06-01-2018 06:01 AM
Yes, to answer your question about vans and trunks. That was one of the first thing I checked. Also verified that same native vlan is used in each L2 switch and that its local interface is ‘up’
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