设置端口安全功能
Switch(config-if)#switchport port-security [violation {protect | restrict | shutdown}]
//violation protect 发现违例丢弃报文;violation restrict 发现违例丢弃报文并且发送trap;violation shutdown 发现违例丢弃报文发送trap 并且关闭端口
设置端口安全地址表:
Switch(config-if)#switchport port-security mac-address xxxx.xxxx.xxxx ip-address x.x.x.x
开启端口安全只对ip报文进行检测,如果想要对arp报文也进行检测则需要开启arp检测功能
Switch(config)#switchport port-seurity arp-check
显示端口安全信息和安全地址:
Switch#show port-security