zoukankan      html  css  js  c++  java
  • 华为交换机端口安全配置

    端口安全配置,限制MAC地址

    [Huawei]int GigabitEthernet 0/0/1
     [Huawei-GigabitEthernet0/0/1]port-security enable
     [Huawei-GigabitEthernet0/0/1]port-security ?
       aging-time      Aging time    MAC地址表老化时间
      enable          Enable port security    开启端口安全
      mac-address     Mac address    绑定mac地址
      max-mac-num     Maximum mac address can learn    MAC地址最大数
      protect-action  Action if beyond the limit    超过MAC最大数执行的操作
    
    [Huawei-GigabitEthernet0/0/1]port-security
     [Huawei-GigabitEthernet0/0/1]port-security protect-action ?
       protect   Discard packets    丢弃报文
      restrict  Discard packets and warning    丢弃报文并告警
      shutdown  Shutdown     关闭接口
    
    [Huawei-GigabitEthernet0/0/1]port-security protect-action
    
    
     [Huawei]dis mac-address 查看所有Mac地址
    MAC address table of slot 0:
    -------------------------------------------------------------------------------
    MAC Address    VLAN/       PEVLAN CEVLAN Port            Type      LSP/LSR-ID
                    VSI/SI                                              MAC-Tunnel
    -------------------------------------------------------------------------------
    5489-982a-3a23 1           -      -      GE0/0/1         security  -
    -------------------------------------------------------------------------------
    Total matching items on slot 0 displayed = 1
    
    [Huawei]
     [Huawei]dis mac-address GigabitEthernet 0/0/1    查看指定接口下的Mac地址
    MAC address table of slot 0:
    -------------------------------------------------------------------------------
    MAC Address    VLAN/       PEVLAN CEVLAN Port            Type      LSP/LSR-ID
                    VSI/SI                                              MAC-Tunnel
    -------------------------------------------------------------------------------
    5489-982a-3a23 1           -      -      GE0/0/1         security  -
    -------------------------------------------------------------------------------
    Total matching items on slot 0 displayed = 1
    
    [Huawei]
    


    读书和健身总有一个在路上

  • 相关阅读:
    leetcode18
    CSS 1. 选择器
    HTML
    练习题|MySQL
    练习题||并发编程
    第八章| 3. MyAQL数据库|Navicat工具与pymysql模块 | 内置功能 | 索引原理
    mysql练习
    第八章| 2. MySQL数据库|数据操作| 权限管理
    第八章| 1. MySQL数据库|库操作|表操作
    第七章|7.4并发编程| I/O模型
  • 原文地址:https://www.cnblogs.com/Renqy/p/14043496.html
Copyright © 2011-2022 走看看