09-21-2018 05:06 AM - edited 03-01-2019 08:49 AM
ip arp difference between both nexus routers (Nexus 56128) despite arp synchronisation in the vpc domain.
One marks the arp entry as incomplete whereas the other nexus arp table contains the correct mac address.
Any suggestions where this can come from (and how to remedy it) ?
Thank you
Paul De Valck
----------------------------
arp table extract from router DR1
10.116.254.136 00:00:45 506b.8d61.df18 Vlan993
10.116.254.137 00:00:01 INCOMPLETE Vlan993
10.116.254.140 00:04:36 506b.8d15.a06e Vlan993
arp table extract from router DR2
10.116.254.136 00:14:32 506b.8d61.df18 Vlan993
10.116.254.137 00:18:38 506b.8d67.e1fa Vlan993
10.116.254.140 00:14:32 506b.8d15.a06e Vlan993
------- configuration in both routers DR1 and DR2 -------
feature telnet
feature vrrp
cfs ipv4 mcast-address 239.255.1.1
cfs ipv4 distribute
cfs eth distribute
feature ospf
feature interface-vlan
feature lacp
feature vpc
feature lldp
feature vtp
feature fex
ip access-list routerbeheer
1 remark keep-alive tussen beide datacenter routers
2 permit ip 10.192.255.0/29 any
10 remark toegelaten vanaf beheersubnets
20 permit ip 10.32.1.0/24 any
30 permit ip 10.192.1.0/24 any
vrf context management
ip route 0.0.0.0/0 10.192.255.6
vpc domain 1
role priority 1024
system-priority 1024
peer-keepalive destination 10.192.255.2 source 10.192.255.1
delay restore 150
ip arp synchronize
interface port-channel999
description Peer link DR1-DR2
switchport mode trunk
spanning-tree port type network
speed 40000
vpc peer-link
interface Ethernet1/52
description ANT-DR1-DR2 peering
switchport mode trunk
channel-group 999
no shutdown
interface Ethernet2/26
description ANT-DR1-DR2 peering
switchport mode trunk
channel-group 999
no shutdown
interface mgmt0
ip access-group routerbeheer in
vrf member management
ip address 10.192.255.1/29 (router DR1)
ip address 10.192.255.2/29 (router DR2)
Solved! Go to Solution.
09-24-2018 11:53 PM
09-21-2018 05:44 AM
09-24-2018 11:53 PM
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