zoukankan      html  css  js  c++  java
  • lldpcli 常用命令

    1、查看周围的邻居列表

     root@hbg:/# lldpcli show neighbors
    -------------------------------------------------------------------------------
    LLDP neighbors:
    -------------------------------------------------------------------------------
    Interface:    eth0, via: LLDP, RID: 1, Time: 0 day, 00:07:15
      Chassis:    
        ChassisID:    mac 99:11:99:33:00:85
        SysName:     hbg
        SysDescr:     OpenWrt Barrier Breaker 14.07 @ hbg
        Capability:   Bridge, on
        Capability:   Router, on
        Capability:   Wlan, on
      Port:       
        PortID:       mac 99:11:99:33:00:85
        PortDescr:    eth0
    -------------------------------------------------------------------------------

    2、查看lldp的统计信息

     root@hbg:/# lldpcli show stat
    -------------------------------------------------------------------------------
    LLDP statistics:
    -------------------------------------------------------------------------------
    Interface:    eth0
      Transmitted:  23    
      Received:     22
      Discarded:    0
      Unrecognized: 0
      Ageout:       0
      Inserted:     1
      Deleted:      0
    -------------------------------------------------------------------------------

    或者使用命令  lldpcli show statistics

    3、查看当前的配置信息

    root@hbg:/# lldpcli show configuration
    -------------------------------------------------------------------------------
    Global configuration:
    -------------------------------------------------------------------------------
    Configuration:
      Transmit delay: 30
      Transmit hold: 4
      Receive mode: no
      Pattern for management addresses: (none)
      Interface pattern: eth0
      Interface pattern for chassis ID: (none)
      Override description with: OpenWrt Barrier Breaker 14.07 @ TVWS
      Override platform with: (none)
      Advertise version: yes
      Update interface descriptions: no
      Disable LLDP-MED inventory: no
      LLDP-MED fast start mechanism: yes
      LLDP-MED fast start interval: 1
      Source MAC for LLDP frames on bond slaves: fixed
    -------------------------------------------------------------------------------

    或者使用命令 lldpcli show running-configuration

  • 相关阅读:
    [微软认证]MCP问题解答
    邮件服务
    QueryString 整站过滤
    今天开始安卓的底层开发吧。
    所谓的回调函数
    UTF8 to unicode
    TCP/IP中的拥塞窗口控制机制
    (转)前端页面,页内锚定位分析
    远程连接Sql Server 2008 R2 命名实例
    字符编码研究
  • 原文地址:https://www.cnblogs.com/rohens-hbg/p/5012133.html
Copyright © 2011-2022 走看看