3750s 没有记录 MAC 地址变化?

3750s 没有记录 MAC 地址变化?

我已经在 Cisco 3750s 上启用了 MAC 地址更改日志记录,但没有得到任何结果。

我遗漏了什么?我已经移动了几次硬件,并设置了几个具有全新 MAC 地址的新虚拟机。

logging trap debugging
logging 192.168.X.X

snmp-server enable traps mac-notification change move threshold
mac address-table notification change
mac address-table notification mac-move

interface GigabitEthernetx/0/xx
 switchport access vlan 20
 snmp trap mac-notification change added
 snmp trap mac-notification change removed

答案1

您需要指定您的 SNMP 服务器

 snmp-server host 192.168.x.x community_name

日志记录命令仅适用于系统日志消息。

相关内容