52-54
Catalyst 6500 Series Switch Software Configuration Guide—Release 8.7
OL-8978-04
Chapter 52 Configuring QoS
Configuring QoS on the Switch
Creating or Modifying the Default IPX and MAC ACLs
Note
PFC3 does not provide QoS for IPX traffic.
To create or modify the default IPX or MAC ACL, perform this task in privileged mode:
For more information, see the
“Default ACLs” section on page 52-22
.
This example shows how to modify the default IPX ACL:
Console> (enable)
set qos acl default-action ipx dscp 5 aggregate my-agg
QoS default-action for IPX ACL is set successfully.
Console> (enable)
Note
The IPX and MAC ACLs do not support the microflow policers.
Deleting a Named ACL
To delete a named ACL, perform this task in privileged mode:
This example shows how to delete the ACL named icmp_acl:
Console> (enable)
clear qos acl icmp_acl 1
ACL icmp_acl ACE# 1 is deleted.
icmp_acl editbuffer modified. Use ‘commit’ command to apply changes.
Console> (enable)
Task
Command
Step 1
Create or modify the default IPX or MAC ACL.
With a PFC:
set qos acl default-action
{
ipx
|
mac
} {
dscp
dscp
|
trust-cos
} [
aggregate
aggregate_name
]
With PFC2:
set qos acl default-action
{
ipx
|
mac
}
aggregate
aggregate_name
With PFC3:
set qos acl default-action
mac
aggregate
aggregate_name
Step 2
Verify the configuration.
show qos acl info default-action
{
ip
|
ipx
|
mac
|
all
}
Task
Command
Step 1
Delete a named ACL.
clear qos acl
acl_name
[
editbuffer_index
]
Step 2
Verify the configuration.
show qos acl info
{
acl_name
|
all
}