Friday, January 20, 2012

NX-OS 6.0(2) HSRP Authentication Bug

Configuration Reference:
http://docwiki.cisco.com/wiki/Cisco_NX-OS/IOS_HSRP_Comparison



Cisco 7206VXR Cisco IOS 12.4(24)T5
!
interface FastEthernet0/0
 ip address 192.168.1.2 255.255.255.0
 duplex full
 standby 1 ip 192.168.1.1
 standby 1 priority 110
 standby 1 authentication md5 key-string XXXXXXX321
!



Nexus 7010 NX-OS 6.0(2)
interface Vlan5
  no ip redirects
  ip address 172.31.5.253/24
  hsrp 2 
    authentication md5 key-string XXXXXXX321
    preempt delay minimum 60 
    priority 150
    timers  1  3
    ip 172.31.5.254 
  no shutdown

4 comments:

  1. another amazing and first in its kind blog.. I really admire ur energy and dedication...superlike :))

    ReplyDelete
  2. how about change hsrp version to version 2 on Nexus?

    ReplyDelete
  3. UPDATE: This problem still persists on NX-OS 6.0(4).

    ReplyDelete