取消
显示结果 
搜索替代 
您的意思是: 
cancel
361
查看次数
2
有帮助
2
回复

ARP告警

zxb
Level 1
Level 1

交换机log日志报ARP-4-NULL_SRC_MAC: NULL MAC address from 172.23.10.135 on Vl10,什么情况会出现这种现象

2 条回复2

ammahend
VIP
VIP

can be several reasons

  • faulty NIC
  • bad driver
  • faulty VM
  • When a device is booting up, initializing its network stack, or resetting its NIC, it may generate ARP packets with incomplete information, such as a NULL source MAC address, before its networking subsystem is fully initialized
  • multiple devices attempt to use the same IP address etc
  • bug

so a show ip arp, show mac address-table | include 172.23.10.135 and trace the switch port.

-hope this helps-