cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1477
Views
5
Helpful
1
Replies

standby command on 3650-24ps in packet tracer not found

ocm4r
Level 1
Level 1

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?

1 Accepted Solution

Accepted Solutions

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

View solution in original post

1 Reply 1

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