交换机绑定mac地址

下列实验用思科交换机实现,交换机绑定mac地址。
Switch(config-if)#ex

Switch(config)#int

Switch(config)#interface ran

Switch(config)#interface range fa

Switch(config)#interface range fastEthernet 0/1-4

Switch(config-if-range)#sw

Switch(config-if-range)#switchport mo

Switch(config-if-range)#switchport mode a

Switch(config-if-range)#switchport mode access

Switch(config-if-range)#s

Switch(config-if-range)#sw

Switch(config-if-range)#switchport por

Switch(config-if-range)#switchport port-security

Switch(config-if-range)#sw

Switch(config-if-range)#switchport p

Switch(config-if-range)#switchport po

Switch(config-if-range)#switchport port-security vu

Switch(config-if-range)#switchport port-security vi

Switch(config-if-range)#switchport port-security violation su

Switch(config-if-range)#switchport port-security violation su

Switch(config-if-range)#switchport port-security violation sh

Switch(config-if-range)#switchport port-security violation shutdown

Switch(config-if-range)#sw

Switch(config-if-range)#switchport po

Switch(config-if-range)#switchport port-security ma

Switch(config-if-range)#switchport port-security mac

Switch(config-if-range)#switchport port-security mac-address st

Switch(config-if-range)#switchport port-security mac-address sticky

Switch(config-if-range)#

再改完主机的mac地址后,由于绑定了mac地址,所以端口被shutdown。重新改回原来的mac地址后,先shutdown端口,再no shutdown端口,才能恢复网络通信。配置如下。

Switch(config-if)#shu

Switch(config-if)#shutdown

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down

Switch(config-if)#no s

Switch(config-if)#no shu

Switch(config-if)#no shutdown

你可能感兴趣的:(交换机绑定mac地址)