[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

show interfaces interface-set queue

Syntax

show interfaces interface-set queue interface-set-name
<aggregate | remaining-traffic>
<forwarding-class <class-name>>

Release Information

Command introduced in JUNOS Release 8.5.

Description

Display information about the gigabit or 10-Gigabit Ethernet interface set queue. Supported in MX-series routers with enhanced queuing DPCs.

Options

Options

interface-set-name(Optional) Display information about the specified gigabit or 10-Gigabit Ethernet interface set. Wildcard values can be used in the intrface set name.

aggregate — (Optional) Display the aggregated queuing statistics of all member logical interfaces for interface sets that have traffic-control profiles configured.

remaining-traffic — (Optional) Display the queuing statistics of all member logical interfaces for interface sets that do not have traffic-control profiles configured.

forwarding-class class-name(Optional) Display queuing statistics for the specified forwarding class.

Required Privilege Level

view

List of Sample Output

show interfaces interface-set queue (Gigabit Ethernet)
show interfaces interface-set queue forwarding-class (Gigabit Ethernet)
show interfaces interface-set queue remaining-traffic (Gigabit Ethernet)

Output Fields

See for the output fields for the show interfaces (Fast Ethernet and Gigabit Ethernet) command.

Table 29 describes the information for the show interfaces interface-set queue command.

Table 29: Ethernet show interfaces interface-set queue Output Fields

Field Name

Field Description

Level of Output

Physical Interface

Interface set

Name of the interface set.

All levels

Interface set index

Index number of the interface set.

All levels

Forwarding classes supported

Total number of forwarding classes supported on the specified interface set.

All levels

Forwarding classes in use

Total number of forwarding classes used on the specified interface set.

All levels

Egress queues supported

Total number of egress queues supported on the specified interface set.

All levels

Egress queues in use

Total number of egress queues used on the specified interface set.

All levels

Queue

Egress queue number for the statistics being displayed.

All levels

Forwarding classes

Forwarding class name for the statistics being displayed.

All levels

Queued

Packet and Byte statistics for the specified queue.

  • Packets—Number of packets queued and input rate in packets per second.
  • Bytes—Number of bytes queued and input rate in bytes per second.

All levels

Transmitted

Packet and Byte statistics for the specified forwarding class.

  • Packets—Number of packets transmitted and transmit rate in packets per second.
  • Bytes—Number of bytes transmitted and transmit rate in bytes per second.
  • Tail-dropped packets—Number of packets tail dropped.
  • RED-dropped packets—Number of RED-dropped packets for the low, medium-low, medium-high, and high loss priorities.
  • RED-dropped bytes—Number of RED-dropped bytes for the low, medium-low, medium-high, and high loss priorities.

All levels

show interfaces interface-set queue (Gigabit Ethernet)

user@host> show interfaces interface-set queue ge-2/2/0-0
Interface set: ge-2/2/0-0
  Interface set index: 3
Forwarding classes: 8 supported, 4 in use
Egress queues: 4 supported, 4 in use
Queue: 0, Forwarding classes: best-effort 
  Queued:
    Packets              :               3998482                     1 pps
    Bytes                :             271896884                   688 bps
  Transmitted:
    Packets              :               1077474                     1 pps
    Bytes                :              73268340                   688 bps
    Tail-dropped packets :                     0                     0 pps
    RED-dropped packets  :               2921008                     0 pps
     Low                 :               2921008                     0 pps
     Medium-low          :                     0                     0 pps
     Medium-high         :                     0                     0 pps
     High                :                     0                     0 pps
    RED-dropped bytes    :             198628544                     0 bps
     Low                 :             198628544                     0 bps
     Medium-low          :                     0                     0 bps
     Medium-high         :                     0                     0 bps
     High                :                     0                     0 bps
Queue: 2, Forwarding classes: assured-forwarding 
  Queued:
    Packets              :                     0                     0 pps
    Bytes                :                     0                     0 bps
  Transmitted:
...

show interfaces interface-set queue forwarding-class (Gigabit Ethernet)

user@host> show interfaces interface-set queue ge-2/2/0-0 forwarding-class best-effort
Interface set: ge-2/2/0-0
  Interface set index: 3
Forwarding classes: 8 supported, 4 in use
Egress queues: 4 supported, 4 in use
Queue: 0, Forwarding classes: best-effort 
  Queued:
    Packets              :             101857694               1420083 pps
    Bytes                :            6927234456             772532320 bps
  Transmitted:
    Packets              :               3984693                 55500 pps
    Bytes                :             270959592              30192512 bps
    Tail-dropped packets :                     0                     0 pps
    RED-dropped packets  :              97870952               1364583 pps
     Low                 :              97870952               1364583 pps
     Medium-low          :                     0                     0 pps
     Medium-high         :                     0                     0 pps
     High                :                     0                     0 pps
    RED-dropped bytes    :            6655225776             742339808 bps
     Low                 :            6655225776             742339808 bps
     Medium-low          :                     0                     0 bps
     Medium-high         :                     0                     0 bps
     High                :                     0                     0 bps

show interfaces interface-set queue remaining-traffic (Gigabit Ethernet)

user@host> show interfaces interface-set queue ge-2/2/0-0 remaining-traffic
Interface set: ge-2/2/0-0
  Interface set index: 12
Forwarding classes: 8 supported, 4 in use
Egress queues: 4 supported, 4 in use
Queue: 0, Forwarding classes: best-effort 
  Queued:
    Packets              :               2201552                     0 pps
    Bytes                :             149705536                     0 bps
  Transmitted:
    Packets              :                609765                     0 pps
    Bytes                :              41464020                     0 bps
    Tail-dropped packets :                     0                     0 pps
    RED-dropped packets  :               1591787                     0 pps
     Low                 :               1591787                     0 pps
     Medium-low          :                     0                     0 pps
     Medium-high         :                     0                     0 pps
     High                :                     0                     0 pps
    RED-dropped bytes    :             108241516                     0 bps
     Low                 :             108241516                     0 bps
     Medium-low          :                     0                     0 bps
     Medium-high         :                     0                     0 bps
     High                :                     0                     0 bps

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]