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


Monitoring QoS

To monitor the elements and profiles that QoS supports, use the following commands.

show atm interface
    show interfaces atm

host1#show interfaces atm 2/0
ATM Interface 2/0 is up, line protocol is disabled

AAL5 operational status:       up
      time since last status change: 01:08:32
ATM operational status:        up
      time since last status change: 01:08:32
.
.
.
InPackets:        0
InBytes:          0
InCells:          0
OutPackets:       7803262
OutBytes:         7803262000
OutCells:         163868502
InErrors:         0
OutErrors:        0
InPacketDiscards: 0
InByteDiscards:   0
InCellErrors:     0

Administrative qos-shaping-mode: frame
Operational qos-shaping-mode: frame
Administrative qos-mode-port: none
Operational qos-mode-port: none

Operational qos-mode-port: nonequeue 0: traffic class control, bound to ATM2/0
  Queue length 0 bytes
  Forwarded packets 0, bytes 0
  Dropped committed packets 0, bytes 0
  Dropped conformed packets 0, bytes 0
  Dropped exceeded packets 0, bytes 0

show drop-profile

show egress-queue events

host1#show egress-queue events gigabitEthernet 1/0

                                            committed  conformed  exceeded     rate
                        traffic  forwarded     drop       drop       drop     period
      interface          class     events     events     events     events     count
----------------------  -------  ---------  ---------  ---------  ---------  ---------
ip GigabitEthernet1/0   tc1            132         0          0          0        132
                        tc2            132       132          0          0        132
                        tc3              6         0        132          0        132
                        tc4              0         0          0        132        132

show egress-queue rates

This command is useful even if no statistics profiles are configured. Use the full keyword to display all of the configured queues, along with the minimum and maximum rates for the queues, even when statistics gathering has not been enabled.

host1#show egress-queue rates brief fastEthernet 9/0.2
                        traffic                forwarded aggregate minimum maximum
interface                class                   rate    drop rate  rate    rate
---------------------- ----------------------- --------- --------- ------- -------
ip FastEthernet9/0.2   best-effort                     0         0   25000 1000000
                       videoTrafficClass               0         0  375000 1000000
                       multicastTrafficClass           0         0  925000 1000000
                       internetTrafficClass            0         0   50000 1000000

   Total:                                              0         0
 
   Queues reported:                    4
   Queues filtered (under threshold):  0
   Queues disabled (no rate period):   0
   Queues disabled (no resources):     0
   Total queues:                       4

host1#show egress-queue rates color gigabitEthernet 1/0 
                        traffic   forwarded      committed     conformed      exceeded
      interface          class      rate         drop rate     drop rate     drop rate
----------------------  -------  ------------  ------------  ------------  ------------
ip GigabitEthernet1/0   tc1         14645184             0             0             0
                        tc2         11950400       2706400             0             0
                        tc3          9960792             0       4707200             0
                        tc4          7967200             0             0       6705600

Queues reported:                    4
Queues filtered (under threshold):  0
Queues disabled (no rate period):   1
Queues disabled (no resources):     0
Total queues:                       5

host1#show egress-queue rates full atm 11/0
                 traffic      forwarded  aggregate  minimum   maximum
 interface        class         rate     drop rate   rate      rate
--------------- ------------- ---------  ---------  --------  --------
ip ATM11/0.1    best-effort           *          *     24979  30000000
                tc1                   0          0  14987510  30000000
                tc2                   0          0   9991673  30000000
                tc3                   0          0   4995836  30000000
ip ATM11/0.2    best-effort           *          *     19980  20000000
                tc1                   0          0  11988011  20000000
                tc2                   0          0   7992007  20000000

    Queues reported:                    5
    Queues filtered (under threshold):  0
  * Queues disabled (no rate period):   2
  **Queues disabled (no resources):     0
    Total queues:                       7

show fabric-queue

show ip interface

However, if the profile is configured statically, the QoS profile is attached to the ATM subinterface, and the attachment is displayed by the show atm subinterface command rather than show ip interface.

show qos interface-hierarchy 

show qos-port-type-profile

show qos-profile

host1#show qos-profile qpDiffServExample1
qos-profile qpDiffServExample1:
                     interface rule    traffic      scheduler     queue   drop   statistics
   t-class group       type    type     class        profile     profile profile  profile
-------------------- --------- ----- ----------- --------------- ------- ------- ----------
                     ip        queue tc3         best-effort     default default default
                     ip        queue tc4         best-effort     default default default
                     ip        queue tc5         best-effort     default default default
expedited-forwarding ethernet  group             expeditedGroup
expedited-forwarding ip        node              default
expedited-forwarding ip        queue voice       voice           default default default
best-effort          ethernet  group             bestEffortGroup
best-effort          ip        node              default
best-effort          ip        queue best-effort best-effort     default default default
assured-forwarding   ethernet  group             assuredGroup
assured-forwarding   ip        node              default
assured-forwarding   ip        queue video       video           default default default

show qos queue-thresholds





show qos shared-shaper

show queue-profile

This is the default format.

host1#show queue-profile
                 committed   conformed   exceeded    fraction:
        queue    length:     length:     length:     conformed,   buffer
      profile   min, max    min, max    min, max    exceeded     weight
      -------   ---------   ---------   ---------   ----------  ------
      default   0, <none>   0, <none>   0, <none>   50, 25        8

show scheduler-profile

show statistics-profile

show traffic-class

show traffic-class-group


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