How do you configure HSRP on a Nexus 7000 series switch?
I know in IOS the commands are in the interface configuration, for example:
switch-a#config t
switch-a(config)#interface g1/0/1
switch-a(config-if)#ip address 10.1.1.2 255.255.255.0
switch-a(config-if)#standby 10 ip 10.1.1.1
switch-a(config-if)#standby 10 priority 110
switch-a(config-if)#standby 10 preempt
When I am configuring an interface in Nexus OS, the standby command isn't there. My output of "?-ing" around in the interface config mode doesn't give anything that looks likely... What am I missing?