home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

show policy qos <interface-name> brief

Displays an abbreviated version of the output from the show policy qos <interface> command.

The show policy qos <interface> command displays counters for all 32 profile queues of each QoS policy. Depending upon how the profile map maps PCP values/DSCP values/DSCP groups/designations to profile queues during the third stage of classification, this stage may not enqueue any packets to some profile queues.

This variant of the show policy qos <interface> command just displays profile queues that can have packets queued on them.

policy
This keyword exists for 'organizational' purposes only, to structure the configuration path for relevant command strings.
qos <interface-name>

The name of the interface that has the QoS entity attached that you wish to clear or show.

Note: Example interface and VIF names

Example interface names: dp0p1s2; dp0xe14; dp0vhost3.

Example VIF names: dp0p1s2.20; dp0ce3.100.

brief
As a variation for some specific commands, you can add this keyword to instruct the CLI to display abbreviated output.

Show abbreviated output

user@system:~$ show policy qos dp0p3s0 brief
Class TC WRR Pipe-QID  Qlength         PLQ             Counters          
--------------------------------------------------------------------------
0      0   0                 0 packets                        0 bytes    
                                                              0 packets  
                                                              0 Tail-drop
                                                              0 RED-drop 
       1   0                 0 packets                        0 bytes    
                                                              0 packets  
                                                              0 Tail-drop
                                                              0 RED-drop 
       2   0                 0 packets                        0 bytes    
                                                              0 packets  
                                                              0 Tail-drop
                                                              0 RED-drop 
       3   0                 0 packets                       42 bytes    
                                                              1 packets  
                                                              0 Tail-drop
                                                              0 RED-drop 
1      0   0                 0 packets                  3371870 bytes    
                                                           2263 packets  
                                                              0 Tail-drop
                                                              0 RED-drop 
       1   0                 0 packets                  2698390 bytes    
                                                           1811 packets  
                                                              0 Tail-drop
                                                              0 RED-drop 
       2   0                 0 packets                  2023420 bytes    
                                                           1358 packets  
                                                              0 Tail-drop
                                                              0 RED-drop 
       3   0                 0 packets                  1350124 bytes    
                                                            910 packets  
                                                              0 Tail-drop
                                                              0 RED-drop 
2      0   0                 0 packets                302557760 bytes    
                                                         199840 packets  
                                                            144 Tail-drop
                                                              0 RED-drop 
       1   0                 0 packets                241946284 bytes    
                                                         159806 packets  
                                                            125 Tail-drop
                                                              0 RED-drop 
       2   0                 0 packets                181779924 bytes    
                                                         120066 packets  
                                                             88 Tail-drop
                                                              0 RED-drop 
       3   0                 0 packets                208855629 bytes    
                                                         138103 packets  
                                                            105 Tail-drop
                                                              0 RED-drop
Class
The class, where class 0 is the default class as handled by the default profile.
TC
The traffic class for which QoS displays statistics.
WRR
The weighted round robin queue number of the parent traffic class.
Pipe-QID
The profile queue identifier, as in profile <profile-name> queue <queue-id>.
Qlength
The number of packets or bytes that are currently waiting on the profile queue.
PLQ
The priority local queue. If you configured QoS to use a profile queue for priority local traffic, then you will see an asterisk (*) next to the profile queue that you set.
Counters
The rows in this column are as follows:
bytes
The number of bytes that QoS has classified to the traffic class.
packets
The number of packets that QoS has classified to the traffic class.
Tail-drop
The number of packets that QoS has dropped because the queues in the traffic classes were full.
RED-drop
The number of packets that QoS has randomly dropped for the traffic class.