52-57
Catalyst 6500 Series Switch Software Configuration Guide—Release 8.7
OL-8978-04
Chapter 52 Configuring QoS
Configuring QoS on the Switch
This example shows how to attach an ACL named test2 to VLAN 1 to filter the egress traffic:
Console> (enable)
set qos acl map test2 1 output
ACL test2 is successfully mapped to vlan 1 on output side.
Console> (enable)
Note
The default ACLs do not need to be attached to any interfaces.
Detaching an ACL from an Interface
Note
Supervisor Engine 1 with a Layer 2 Switching Engine does not support the commands in this section.
To detach an ACL from a port or a VLAN, perform this task in privileged mode:
Note
Only PFC3 supports the
input
and
output
keywords.
This example shows how to detach an ACL named my_acl from port 2/1:
Console> (enable)
clear qos acl map my_acl 2/1
Hardware programming in progress...
ACL my_acl is detached from port 2/1.
Console> (enable)
This example shows how to detach an ACL named my_acl from VLAN 4:
Console> (enable)
clear qos acl map my_acl 4
Hardware programming in progress...
ACL my_acl is detached from vlan 4.
Console> (enable)
Note
The default ACLs cannot be detached from any interfaces.
Task
Command
Step 1
Detach an ACL from an interface.
clear qos acl map
acl_name
{
mod/port
[
input
] |
vlan
[
input
|
output
] |
all
}
Step 2
Verify the configuration.
show qos acl map
{
config
|
runtime
} {
acl
_
name
|
mod/port
|
vlan
|
all
}