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

  • 相关阅读:
    Winform中用了皮肤控件之后,报错:容量超出了最大容量 参数名:capacity
    C# 生成二维码
    T-sql语句修改数据库逻辑名、数据库名、物理名
    ASP.NET MVC中使用jQuery时的浏览器缓存问题
    关于asp.net页面缓存
    关于VS 工具箱灰色,不可用的解决方案
    Android
    如何让一个DIV水平,垂直方向都居中于浏览器?
    cookie.setPath()的用法
    CSS选择器
  • 原文地址:https://www.cnblogs.com/rohens-hbg/p/5012133.html
Copyright © 2011-2022 走看看