Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show lldp statistics

date_range 11-Jun-24

Syntax

content_copy zoom_out_map
show lldp statistics
<interface interface-name> 

Description

Display information about Link Layer Discovery Protocol (LLDP) statistics.

Options

none

Display LLDP statistics on all interfaces and devices.

interface interface-name

(Optional) Display LLDP statistics for the specified physical interface.

Required Privilege Level

view

Output Fields

Table 1 describes the output fields for the show lldp statistics command. Output fields are listed in the approximate order in which they appear.

Table 1: show lldp statistics Output Fields

Field Name

Field Description

Interface

Interface name.

For information about extended port names in the Junos Fusion technology, see Understanding Junos Fusion Ports .

Parent Interface

Name of the aggregated Ethernet interface, if any, to which the interface belongs.

Note:

Because LLDP packets are transmitted and received on member interfaces only, statistics are available only for the member interfaces, not for the aggregated interface.

Received

Number of LLDP frames received on this interface.

Unknown TLVs

Number of LLDP frames with unsupported content received on this interface.

With Errors

Number of LLDP frames with errors received on this interface.

Discarded

Number of LLDP frames received and then discarded on this interface.

Transmitted

Number of LLDP frames sent on this interface.

Untransmitted

Number of LLDP frames that were untransmitted on this interface.

Sample Output

show lldp statistics

content_copy zoom_out_map
user@host> show lldp statistics   

Interface    Parent Interface  Received  Unknown TLVs  With Errors  
xe-3/0/0.0   ae31.0            1564      0             0            
xe-3/0/1.0   ae31.0            1564      0             0            
xe-3/0/2.0   ae31.0            1565      0             0            
xe-3/0/3.0   ae31.0            1566      0             0            
xe-3/0/4.0   ae31.0            1598      0             0            
xe-3/0/5.0   ae31.0            1598      0             0            
xe-3/0/6.0   ae31.0            1596      0             0            
xe-3/0/7.0   ae31.0            1597      0             0            
xe-5/0/6.0   -                 0         0             0            
xe-5/0/7.0   -                 0         0             0            


Discarded TLVs  Transmitted  Untransmitted
0               3044         1
0               3044         1
0               3044         1
0               3044         1
0               3075         1
0               3075         1
0               3075         1
0               3075         1
0               17312        0
0               17312        0

show lldp statistics interface ge-0/1/1

content_copy zoom_out_map
user@host> show lldp statistics interface ge-0/1/1   
Interface Received Transmitted Unknown-TLVs With-Errors Discarded
--------- -------- ----------- ------------ ----------- ---------
ge-0/1/1  544      540         0            0           0

show lldp statistics interface xe-3/0/0.0

content_copy zoom_out_map
user@switch> show lldp statistics interface xe-3/0/0.0

Interface    Parent Interface  Received  Unknown TLVs  With Errors  
xe-3/0/0.0   ae31.0            1566      0             0              

Discarded TLVs  Transmitted  Untransmitted
0               3046         1

Release Information

Command introduced in Junos OS Release 9.0.

footer-navigation