科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网网络频道Cisco3550实现MAC和交换机端口绑定

Cisco3550实现MAC和交换机端口绑定

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

本文介绍了如何Cisco3550实现MAC和交换机端口绑定。

作者:中国IT实验室 来源:中国IT实验室 2008年5月19日

关键字: Cisco3550 思科 交换机 网络交换机 交换机配置

  • 评论
  • 分享微博
  • 分享邮件

利用交换机的Port-Security功能实现

以下是一个配置实例:

switch#config t

switch(config)#int f0/1

switch(config-if)#switchport mode access

//设置交换机的端口模式为access模式,注意缺省是dynamic

//dynamic模式下是不能使用Port-security功能

switch(config-if)#switchport port-security

//打开port-security功能

switch(config-if)#switchport port-security mac-address xxxx.xxxx.xxxx

//xxxx.xxxx.xxxx就是你要关联的mac地址

switch(config-if)#switchport port-security maximum 1

//其实缺省就是1

switch(config-if)#switchport port-security violation shutdown

//如果违反规则,就shutdown端口

//这个时候你show int f0/1的时候就会看到接口是err-disable的

附:

switchport port-security命令语法

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

aging        Port-security aging commands

mac-address  Secure mac address

//设置安全MAC地址

maximum      Max secure addresses

//设置最大的安全MAC地址的数量,缺省是1

violation    Security violation mode

//设置违反端口安全规则后的工作,缺省是shutdown

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章