04-25-2022 02:06 AM
Hi,
I'm currently trying to build a small network with two 3650-24ps Multilayer switches at the distribution level in packet tracer. I want to enable HSRP and configure a virtual default gateway interface at 172.16.100.1 for both Multilayer switches but when I enter the interface on one of the Multilayer switches and type "standby ?" it says "% Unrecognized command". I looked up a tutorial video and the person is using the same 3650-24ps Multilayer switch but on his switch the command is working. What do I need to do to get the standby command on my 3650-24ps Multilayer switch?
Solved! Go to Solution.
04-25-2022 02:55 AM - edited 04-25-2022 02:56 AM
Hi
It does support.
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#int vlan 100
Switch(config-if)#st
Switch(config-if)#standby ?
<0-4095> group number
ip Enable HSRP and set the virtual IP address
preempt Overthrow lower priority Active routers
priority Priority level
timers Hello and hold timers
track Priority Tracking
version HSRP version
Switch(config-if)#standby
But either you use a interface vlan or a Layer 3 interface for that.
Switch(config)#int Gig0/1
Switch(config-if)#no switchport
Switch(config-if)#ip add 1.1.1.1 255.255.255.0
Switch(config-if)#standby ?
<0-4095> group number
ip Enable HSRP and set the virtual IP address
preempt Overthrow lower priority Active routers
priority Priority level
timers Hello and hold timers
track Priority Tracking
version HSRP version
Switch(config-if)#standby
04-25-2022 02:55 AM - edited 04-25-2022 02:56 AM
Hi
It does support.
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#int vlan 100
Switch(config-if)#st
Switch(config-if)#standby ?
<0-4095> group number
ip Enable HSRP and set the virtual IP address
preempt Overthrow lower priority Active routers
priority Priority level
timers Hello and hold timers
track Priority Tracking
version HSRP version
Switch(config-if)#standby
But either you use a interface vlan or a Layer 3 interface for that.
Switch(config)#int Gig0/1
Switch(config-if)#no switchport
Switch(config-if)#ip add 1.1.1.1 255.255.255.0
Switch(config-if)#standby ?
<0-4095> group number
ip Enable HSRP and set the virtual IP address
preempt Overthrow lower priority Active routers
priority Priority level
timers Hello and hold timers
track Priority Tracking
version HSRP version
Switch(config-if)#standby
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