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]
    


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

  • 相关阅读:
    888. Uncommon Words from Two Sentences
    344. Reverse String
    151. Reverse Words in a String
    557. Reverse Words in a String III
    811. Subdomain Visit Count
    上海市公积金、养老保险、医疗保险转出事宜
    476. Number Complement
    方法重载的条件
    简单工厂模式
    单例模式
  • 原文地址:https://www.cnblogs.com/Renqy/p/14043496.html
Copyright © 2011-2022 走看看