11-05-2018 11:44 PM - edited 03-08-2019 04:33 PM
Hi, currently we have single Layer 3 switch which is also the gateway of all our VLAN's. We're planning to implement a secondary Layer 3 switch with HSRP. My question is can I configure HSRP with a dummy routed port or dummy SVI and configure the HSRP there?
Thanks!
11-06-2018 12:18 AM
Hello,
not sure what you mean by dummy routed port. The HSRP standby IP address needs to be the default gateway for your clients.
What do you wan to achieve ?
11-06-2018 12:50 AM
11-06-2018 01:01 AM
Hello,
a default gateway (standby IP) that wouldn't be used by any client would defeat the purpose of HSRP, so that sounds like a flawd design...
11-06-2018 12:21 AM
Hello Jardinero,
What do you mean under dummy router port or dummy SVI? There are "dummy" switches that don't have possibility for HSRP. In best case you should have one more L3 switch so you can properly configure one of FHRP protocols.
Cheers,
Milos
11-06-2018 12:41 AM
11-06-2018 12:31 AM
basic hsrp config under routed port, can also do under SVI:
interface *
no switchport
ip address 192.168.1.1 255.255.255.0
standby 1 ip 192.168.1.254
standby 1 priority x
standby 1 preempt
where .254 is the default gateway & 100 is default priority
regards, mk
please rate if helpful :)
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