2-1130
Catalyst 6500 Series Switch Command Reference—Release8.4
OL-6244-01
Chapter2 Catalyst 6500 Series Switch and ROM Monitor Commands
show qos acl info
show qos acl info
To display QoS ACL information, use the show qos acl info command.
show qos acl info default-action {ip | ipx | mac | all}
show qos acl info runtime {acl_name | all}
show qos acl info config {acl_name | all} [editbuffer [editbuffer_index]]
Syntax Description
Defaults This command has no default settings.
Command Types Switch command.
Command Modes Privileged.
Examples This example shows how to display all ACL default configurations:
Console> (enable) show qos acl info default-action all
set qos acl default-action
--------------------------
ip dscp 7 my1 my2
ipx dscp 0
mac dscp 0
Console> (enable)
This example shows how to display edit buffer information for a specific ACL:
Console> (enable) show qos acl info my_ip_acl editbuffer
set qos acl ip my_ip_acl
----------------------------------------------------
1. set qos acl ip my_ip_acl trustdscp microflow my-micro tcp 1.2.3.4 255.0.0.0
eq port 21 172.20.20.1 255.255.255.0
default-action Displays default action (using the set qos acl default-action command) for packets
that do not match any entry in an access list.
ip Displays QoS IP ACL information.
ipx Displays all QoS IPX ACL information.
mac Displays all QoS MAC ACL information.
all Displays all QoS ACL information.
runtime Displays runtime ACE information.
acl_name Name of the ACL to be displayed.
config Displays configured ACE information.
editbuffer (Optional) Displays edit buffer information.
editbuffer_index (Optional) Position of the ACE in the ACL.