show qos running-config
Except on the first page, right running head:
Heading1 or Heading1NewPage text (automatic)
807
Alcatel-Lucent
Beta
Beta
OmniAccess 700 CLI Command Reference Guide
SHOW
QOS
RUNNING
-
CONFIG
show
qos running-config
D
ESCRIPTION
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.
P
ARAMETERS
None.
D
EFAULT
V
ALUE
None.
E
XAMPLE
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 GigabitEthernet7/0
service-policy in p1
interface GigabitEthernet7/1
service-policy out p1
!