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 lacp statistics interfaces (View)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show lacp statistics interfaces interface-name

Description

Display Link Aggregation Control Protocol (LACP) statistics about the specified aggregated Ethernet interface or redundant Ethernet interface. If you do not specify an interface name, LACP statistics for all interfaces are displayed.

Options

interface-name

(Optional) Name of an interface.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show lacp statistics interfaces command. Output fields are listed in the approximate order in which they appear.

Table 1: show lacp statistics interfaces Output Fields

Field Name

Field Description

Aggregated interface

Aggregated interface value.

LACP Statistics

LACP statistics provide the following information:

  • LACP Rx—counter that increments for each received LACP packet.

  • LACP Tx—counter that increments for each transmitted LACP packet.

  • Unknown Rx—number of unrecognized packet errors logged.

  • Illegal Rx—number of invalid packets received.

Note:

Starting in Junos OS Evolved Release 18.3R1, the clear interfaces statistics command clears LACP statistics as well as the counters displayed in the show lacp statistics interfaces command.

Sample Output

show lacp statistics interfaces

content_copy zoom_out_map
user@host> show lacp statistics interfaces ae0  
Aggregated interface: ae0
    LACP Statistics:       LACP Rx     LACP Tx   Unknown Rx   Illegal Rx 
      ge-2/0/0                1352        2035            0            0
      ge-2/0/1                1352        2056            0            0
      ge-2/2/0                1352        2045            0            0
      ge-2/2/1                1352        2043            0            0

Release Information

Command modified in Release 10.2 of Junos OS.

Command introduced in Release 11.1 of Junos OS.

footer-navigation