2-845
Catalyst 6500 Series Switch Command Reference—Release8.4
OL-6244-01
Chapter2 Catalyst 6500 Series Switch and ROM Monitor Commands show config qos acl
show config qos acl
To display the committed access lists in a command line format, use the show config qos acl command.
show config qos acl {acl_name | all}
Syntax Description
Defaults This command has no default settings.
Command Types Switch command.
Command Modes Normal.
Examples This example shows how to display all committed access lists:
Console> show config qos acl all
#ipx1:
set qos acl ipx ipx1 dscp 1 any AA BB
set qos acl ipx ipx1 dscp 1 0 AA CC
#default-action:
set qos acl default-action ip dscp 0
set qos acl default-action ipx dscp 0
set qos acl default-action mac dscp 0
Console>
This example shows how to display a specific committed access list:
Console> show config qos acl my_ip_acl
#my_ip_acl:
set qos acl ip my_ip_acl trust-dscp microflow my-micro tcp 1.2.3.4/255.0.0.0 eq
port 21 172.20.20.1/255.255.255.0 tos 5
set qos acl ip my_ip_acl trust-dscp microflow my-micro aggregate agg tcp
173.22.3.4/255.0.0.0 eq port 19 173.22.20.1/255.255.255.0 tos 5
Console>
Related Commands commit
acl_name Unique name that identifies the list to which the entry belongs.
all Specifies all committed access lists.