正在加载...
分页: 1/1 第一页 1 最后页 [ 显示模式: 摘要 | 列表 ]

Cisco 物理接口与MAC绑定地址

[ 2012/05/08 18:21 | by selboo ]
      为了防止恶意更改MAC,为了更加安全,在Cisco 上启用安全端口,接口与MAC地址绑定。

一、确定MAC和接口

确定MAC地址和连接的接口,比如:
MAC:1111.2222.3333
接口:interface Fa0/21

二、接口与绑定MAC

This is The Code
switch04#configure terminal
switch04(config)#interface Fa0/21
switch04(config-if)#switchport port-security mac-address 1111.2222.3333   # 绑定MAC地址
switch04(config-if)#switchport port-security   # 启动安全端口
switch04(config-if)#switchport port-security maximum 1   # 最大只允许1个MAC地址
switch04(config-if)#switchport port-security violation shutdown   # 如果不匹配测 shutdown 接口
Parsed in 0.000 seconds at N/A

Tags: , ,
分页: 1/1 第一页 1 最后页 [ 显示模式: 摘要 | 列表 ]