交换机MAC地址绑定(交换机mac地址绑定命令)

网友投稿 325 2022-09-23


交换机MAC地址绑定(交换机mac地址绑定命令)

需求:1.要求交换机实现mac地址绑定,一个端口对应一个MAC地址,非法pc机连接不上,但是此端口并不断开,只能此MAC——pc机能连上2.一个端口绑定多MAC地址需求1

>en #config terminal (config)#errdisable recovery cause psecure-violation (config)#errdisable recovery interval 60 (config)#interface GigabitEthernet0/6 (config-if)#switchport mode access (config-if)#switchport port-secruity (config-if)#switchport port-secruity maximum 1 (config-if)#switchport port-security mac-address xxxx.xxxx.xxxx (config-if)#switchport port-security violation shutdown

cisco交换机默认都是动态安全端口secureDynamic,所以开启粘滞安全端口实现mac绑定,省去了静态端口配置

switchport port-security mac-address sticky

出现违例时间时的惩罚措施switchport port-security violation 模式模式分为三种 :protect:仅丢弃非法的数据帧restrict:丢弃非法的数据帧,同时产生一个syslog消息shutdown:将端口设置成err-disable,接口不可用,同时产生一个syslog消息

switchport port-security violation shutdown 这种情况下,由于被惩罚进入了err-disable,需要手动开启端口,有两种方法开启:1.使用全局配置命令:err-disable recovery psecure-violation2.手工将特定的端口shutdown再noshutdown

需求2

#config terminal (config)#interface GigabitEthernet0/6 (config-if)#switchport mode access (config-if)#switchport port-secruity (config-if)#switchport port-secruity maximum 1 (config-if)#switchport port-security mac-address xxxx.xxxx.xxxx (config-if)#switchport port-security mac-address xxxx.xxxx.xxxx (config-if)#switchport port-security violation restrict


版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:假装网络工程师13——路由选择工具ACL
下一篇:Java 如何在switch case语句中声明变量
相关文章

 发表评论

暂时没有评论,来抢沙发吧~