vkukshal03 wrote: ↑Sun Aug 20, 2017 8:55 am
Its nice one.... However have you tried HSRP failover in this....... OR do you have any idea does it work ???
Thanks...
 
I have configured HSRP with NEXUS 9K, basic config.
here is the output
N7K1# show hsrp 
Vlan100 - Group 100 (HSRP-V1) (IPv4)
  Local state is Standby, priority 100 (Cfged 100)
    Forwarding threshold(for vPC), lower: 0 upper: 100 
  Hellotime 3 sec, holdtime 10 sec
  Next hello sent in 0.755000 sec(s)
  Virtual IP address is 192.168.1.250 (Cfged)
  Active router is 192.168.1.252, priority 100 expires in 7.862000 sec(s)
  Standby router is local 
  Authentication text "cisco"
  Virtual mac address is 0000.0c07.ac64 (Default MAC)
  3 state changes, last state change 1d04h
  IP redundancy name is hsrp-Vlan100-100 (default)
N7K2# show hsrp 
Vlan100 - Group 100 (HSRP-V1) (IPv4)
  Local state is Active, priority 100 (Cfged 100)
    Forwarding threshold(for vPC), lower: 0 upper: 100 
  Hellotime 3 sec, holdtime 10 sec
  Next hello sent in 2.837000 sec(s)
  Virtual IP address is 192.168.1.250 (Cfged)
  Active router is local
  Standby router is 192.168.1.251 , priority 100 expires in 7.611000 sec(s)
  Authentication text "cisco"
  Virtual mac address is 0000.0c07.ac64 (Default MAC)
  2 state changes, last state change 1d04h
  IP redundancy name is hsrp-Vlan100-100 (default)
R!