display qos queue fifo
Use display qos queue fifo to display the FIFO information for interfaces, PVCs or PWs.
Syntax
display qos queue fifo { interface [ interface-type interface-number [ pvc { pvc-name | vpi/vci } ] ] | l2vpn-pw [ peer ip-address pw-id pw-id ] }
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
interface-type interface-number: Specifies an interface by its type and number. If you do not specify an interface, this command displays the FIFO information for all interfaces.
pvc { pvc-name | vpi/vci }: Specifies a PVC by its name or VPI/VCI value. You can specify a PVC only for an ATM interface. When you specify an ATM interface but do not specify a PVC, this command displays the FIFO information for all PVCs on the ATM interface.
peer ip-address pw-id pw-id: Specifies a PW by its peer PE LSR ID and its PW ID. The ip-address argument represents the LSR ID of the peer PE of the PW. The value range for the pw-id argument is 1 to 4294967295. If you do not specify a PW, this command displays the FIFO information for all PWs.
Examples
# Display the FIFO information for all interfaces.
<Sysname> display qos queue fifo interface Interface: GigabitEthernet1/0/2 Output queue - Urgent queuing: Size/Length/Discards 0/100/0 Output queue - Protocol queuing: Size/Length/Discards 0/500/0 Output queue - FIFO queuing: Size/Length/Discards 0/75/0
# Display the FIFO information for all PWs.
<Sysname> display qos queue fifo l2vpn-pw L2VPN-PW: peer 1.1.1.1, pw-id 1 Output queue - Urgent queuing: Size/Length/Discards 0/100/0 Output queue - Protocol queuing: Size/Length/Discards 0/500/0 Output queue - FIFO queuing: Size/Length/Discards 0/75/0
Table 35: Command output
Field | Description |
---|---|
Interface | Interface name, including the interface type and interface number. |
L2VPN-PW | A PW is uniquely identified by a combination of the peer PE IP address and PW ID. |
Size | Number of packets in the queue. |
Length | Queue length. |
Discards | Number of packets dropped. |