Quality of Service
Left running head:
Chapter name (automatic)
916
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Command Reference Guide
Alcatel-Lucent
SHOW QOS RUNNING-CONFIG
show qos running-config
DESCRIPTION
This command is entered in the Super User Mode or Configuration Mode. This
command shows the configurations related to QoS if only attached to interface(s).
In particular, this command shows the following:
• Policy-maps attached to interface(s).
• Class-maps attached to the above list of policy-maps.
• Match-lists attached to the above list of class-maps.
• All the interfaces where the QoS policy is attached.
The order of display of running-config is as follows:
• Match-lists
• Class-maps
• Policy-maps
• Interfaces where the QoS policy is attached.
PARAMETERS
None.
DEFAULT VALUE
None.
EXAMPLE
ALU# show qos running-config
!Qos Configurations
!
! Use "show match-list [NAME]" to expand the match-lists
match-list m1
match-list m2
class-map c1 match-any
1 match any m1 m2
policy-map p1
description p1 is the name of the policy map
class c1
priority
shape committed-rate 90000 committed-burst 6000
police committed-rate 9600 commit-action drop committed-burst 1500
exceed-action drop excess-burst 2000 violate-action transmit
queue-limit 155
random-detect ip-dscp 0 min-thresh 50 max-thresh 150
interface GigabitEthernet3/0
service-policy in p1
interface GigabitEthernet3/1
service-policy out p1
!