05-10-2017 09:24 PM - edited 02-21-2020 06:04 AM
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
05-11-2017 11:47 AM
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
05-29-2017 11:13 PM
- 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
06-05-2017 02:20 PM
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
07-11-2017 12:39 AM
Solution is that I delete the VLAN and SVI then reconfigure it again
07-11-2017 09:58 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide