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 interfaces lb-stats af

date_range 09-Dec-23

Syntax

content_copy zoom_out_map
show interfaces lb-stats af-interface-name

Description

Displays information about the load balancing of transmit traffic (from the local FPC to the remote FPC) on each peer Packet Forwarding Engine of the abstracted fabric (af) interface. This command also displays the statistics of the transmit traffic on the fabric queues (high and low queues) for each peer Packet Forwarding Engine on the af interface.

Note:
  • This command does not display information on traffic that is not load-balanced over af interface.

Required Privilege Level

View

Output Fields

Table 1lists the output fields for the show interfaces lb-stats af-interface command.

Table 1: show interfaces lb-stats af-interface-name Output Fields

Field Name

Field Description

Level of Output

Physical Interface  

Physical interface

Name and status of the physical interface.

All levels

Interface index

Index number of the physical interface, which reflects its initialization sequence.

detail extensive none

SNMP ifIndex

SNMP index number for the physical interface.

detail extensive none

Type

Interface type.

Link-level type

Encapsulation being used on the physical interface.

All levels

MTU

Maximum transmission unit size on the physical interface.

All levels

Speed

Speed at which the interface is running.

All levels

Device flags

Information about the physical device. Possible values are described in the “Device Flags” section under Common Output Fields Description.

All levels

Interface flags

Information about the interface. Possible values are described in the “Interface Flags” section under Common Output Fields Description.

All levels

Link type

Link type. For example, Full-Duplex.

All levels

Current address

Configured MAC address.

detail extensive none

Hardware address

Hardware MAC address.

detail extensive none

Last flapped

Date, time, and how long ago the interface went from down to up. The format is Last flapped: year-month-day hour:minute:second:timezone (hour:minute:second ago). For example, Last flapped: 2002-04-26 10:52:40 PDT (04:33:20 ago).

detail extensive none

Collapsed Forwarding

Displays the fabric optimization status.

  • Optimized

  • Disabled

  • Monitored
See Understanding Junos Node Slicing

All levels

Peer GNF id

The GNF peer connected using the abstracted fabric interface.

detail extensive none

Peer GNF Forwarding element(FE) view

Shows Packet Forwarding Engine (also called forwarding element or FE) number and the FPC slot, FE bandwidth, FE status (up/down), FE transmit packets, and FE transmit bytes. The FE transmit statistics (in packets and bytes) provide insights into the load balancing of transmit traffic to each peer Packet Forwarding Engine of the abstracted fabric (af) interface.

detail extensive none

Residual Transmit Statistics

Displays the historical transmit statistics for the peer af interface from the local or remote FPC events (FPC offline/online/removal/power off on the local or remote side). The transmit values (in packets and bytes) indicates the statistics of the transmit traffic on the fabric queues (high and low queues) for each peer Packet Forwarding Engine on the af interface.

Note:

The data displayed in the Residual Transmit Statistics field is based on the last user triggered query, using the show interfaces lb-stats af-name command before the last FPC reboot.

Fabric Queue Statistics

Displays the statistics of the transmit traffic on the fabric queues (high and low queues) for each peer PFE on the af interface.

Residual Queue Statistics

Displays the historical fabric queue statistics for the peer af interface from the FPC events (FPC offline/online/removal/power off on the local or remote side).

Sample Output

show interfaces lb-stats af2

content_copy zoom_out_map
user@host> show interfaces lb-stats af2
content_copy zoom_out_map
Physical interface: af2, Enabled, Physical link is Up
  Interface index: 147, SNMP ifIndex: 501
  Type: Ethernet, Link-level type: Ethernet, MTU: 1518, Speed: 3000000mbps
  Device flags   : Present Running
  Interface flags: Internal: 0x4000
  Link type      : Full-Duplex
  Current address: 00:90:69:15:20:47, Hardware address: 00:90:69:15:20:47
  Last flapped   : 2021-09-01 00:40:40 PDT (2w6d 01:56 ago)

  Peer GNF id    : 2
  Collapsed Forwarding : Disabled
  Peer GNF Forwarding element(FE) view :
  FPC slot:FE num  FE Bandwidth(Gbps) Status      Transmit Packets         Trans                                                                                       mit Bytes
       2:2                   500         Up                      0                                                                                                             0
       2:3                   500         Up                      0                                                                                                             0
       2:4                   500         Up                      0                                                                                                             0
       2:5                   500         Up                      0                                                                                                             0
       2:6                   500         Up                 203674                                                                                                      19873016
       2:7                   500         Up                    834                                                                                                         38364

  Residual Transmit Statistics :
  Packets :                    0 Bytes :                    0

  Fabric Queue Statistics :
  FPC slot:FE num    High priority(pkts)        Low priority(pkts)
       2:2                            0                         0
       2:3                            0                         0
       2:4                            0                         0
       2:5                            0                         0
       2:6                            0                    203674
       2:7                            0                       834
  FPC slot:FE num    High priority(bytes)      Low priority(bytes)
       2:2                              0                        0
       2:3                              0                        0
       2:4                              0                        0
       2:5                              0                        0
       2:6                              0                 19873016
       2:7                              0                    38364
  Residual Queue Statistics :
      High priority(pkts)       Low priority(pkts)
                       0                        0
      High priority(bytes)      Low priority(bytes)
                        0                        0

Release Information

Command introduced in Junos OS Release 21.4R1.

footer-navigation