cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
939
Views
0
Helpful
5
Replies

one SVI which is configured HSRP showing both active state on the Nexus F3 A and Nexus F3 B.

vrian_colaba
Level 1
Level 1

Just wanted to ask if you encountered one SVI which is configured HSRP showing both active state on the Nexus F3 A and Nexus F3 B.

QMS-BRC-N7010-F3-INSIDE-A# show hsrp brief | include Vlan3809
Vlan3809 3809 110 P Active local unknown 10.90.250.73 (conf)
QMS-BRC-N7010-F3-INSIDE-A#

QMS-BRC-N7010-F3-INSIDE-A# show run int Vlan3809

!Command: show running-config interface Vlan3809
!Time: Wed May 10 21:22:56 2017

version 6.2(12)

interface Vlan3809
no ip redirects
ip address 10.90.250.74/29
ip pim sparse-mode
hsrp version 2
hsrp 3809
authentication text 
preempt
priority 110
ip 10.90.250.73
description default-vrf-eigrp-ASA5585
no shutdown

QMS-BRC-N7010-F3-INSIDE-B# show hsrp brief | include Vlan3809
Vlan3809 3809 100 Active local unknown 10.90.250.73 (conf)

QMS-BRC-N7010-F3-INSIDE-B# show run int Vlan3809

!Command: show running-config interface Vlan3809
!Time: Wed May 10 21:22:27 2017

version 6.2(12)

interface Vlan3809
no ip redirects
ip address 10.90.250.75/29
ip pim sparse-mode
hsrp version 2
hsrp 3809
authentication text 
ip 10.90.250.73
description default-vrf-eigrp-ASA5585
no shutdown

5 Replies 5

Richard Burts
Hall of Fame
Hall of Fame

These symptoms suggest that the two switches are not seeing each other at layer 2. There are a few things that you might try to do to investigate this:

- does show cdp neighbor on each switch show the peer switch as a neighbor on this vlan?

- can you ping  the other switch interface ip address?

- if ping is successful then does the output of show arp for that IP address have the correct MAC address for the other switch?

HTH

Rick

HTH

Rick

- does show cdp neighbor on each switch show the peer switch as a neighbor on this vlan?

Ans: I do not see cdp neighbors on the two switches for VLAN3809

- can you ping  the other switch interface ip address?

Ans: I can ping the other switch interface IP address

- if ping is successful then does the output of show arp for that IP address have the correct MAC address for the other switch?

Mac address output on show ip arp and show int VLAN3809 is different. (0000.0c9f.fee1 / 04c5.a4e8.e6c4)

QMS-BRC-N7010-F3-INSIDE-A# show ip arp | include 10.90.250.73
10.90.250.73 - 0000.0c9f.fee1 Vlan3809

QMS-BRC-N7010-F3-INSIDE-B# show int Vlan3809
Vlan3809 is up, line protocol is up, autostate enabled
Hardware is EtherSVI, address is 04c5.a4e8.e6c4


QMS-BRC-N7010-F3-INSIDE-B# show ip arp | include 10.90.250.74
10.90.250.74 00:17:57 68bd.abd7.db44 Vlan3809

QMS-BRC-N7010-F3-INSIDE-A# show int Vlan3809
Vlan3809 is up, line protocol is up, autostate enabled
Hardware is EtherSVI, address is 68bd.abd7.db44

Thanks for the information. It is interesting that you do not see CDP neighbors on that vlan. Do you see CDP neighbors for other vlans on these switches? 

Can you post the output of 

show ip arp | include 10.90.250.74

on both switches?

HTH

Rick

HTH

Rick

Solution is that I delete the VLAN and SVI then reconfigure it again

Thanks for letting us know that the solution was to delete the vlan and svi and then configure it again. I am glad that you found the solution.

HTH

Rick

HTH

Rick
Review Cisco Networking for a $25 gift card