码迷,mamicode.com
首页 > 系统相关 > 详细

端口绑定MAC地址(思科)

时间:2019-03-25 22:03:28      阅读:330      评论:0      收藏:0      [点我收藏+]

标签:mode   figure   mod   绑定mac地址   mac地址   ethernet   ace   conf   默认   

Switch>enable //进入特权模式

Switch#configure //进入全局配置模式

Switch(config)#interface fastEthernet 0/1 //进入端口模式

Switch(config-if)#switchport mode access //配置端口为access

Switch(config-if)#switchport port-security //添加端口静态MAC地址,默认地址数是一个

Switch(config-if)#switchport port-security mac-address 0000.0000.0000 //绑定MAC地址

Switch(config-if)#exit

Switch(config)#interface fastEthernet 0/1

Switch(config-if)#switchport port-security maximum 2 //绑定第二个设备的mac地址

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

端口绑定MAC地址(思科)

标签:mode   figure   mod   绑定mac地址   mac地址   ethernet   ace   conf   默认   

原文地址:https://blog.51cto.com/13562306/2368988

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!