如何在 Nexus 7000 系列交换机上配置 HSRP?
我知道在 IOS 中命令在接口配置中,例如:
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
当我在 Nexus OS 中配置接口时,standby 命令不存在。我在界面配置模式下的“?-ing”输出没有给出任何看起来可能的东西......我错过了什么?