52-50
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 create an IP ACE for the IPINIP traffic:
Console> (enable)
set qos acl ip my_IPacl trust-ipprec microflow my-micro aggregate my-agg
ipinip any any
my_IPacl editbuffer modified. Use ‘commit’ command to apply changes.
Console> (enable)
IP ACEs for Any IP Traffic
To create or modify an IP ACE that matches all IP traffic, perform this task in privileged mode:
This example shows how to create an IP ACE:
Console> (enable)
set qos acl ip my_IPacl trust-ipprec microflow my-micro aggregate my-agg
any
my_IPacl editbuffer modified. Use ‘commit’ command to apply changes.
Console> (enable)
Modifying the Default IP ACLs
These sections describe how to modify the default IP ACLs:
•
Modifying the Default IP Ingress ACL, page 52-50
•
Modifying the Default IP Egress ACL, page 52-51
Modifying the Default IP Ingress ACL
To modify the default IP ingress ACL, perform this task in privileged mode:
Note
Only PFC3 supports the
input
keyword.
For more information, see the
“Default ACLs” section on page 52-22
.
Task
Command
Step 1
Create or modify an IP ACE.
set qos acl ip
acl_name
{
dscp
dscp
|
trust-cos
|
trust-ipprec
|
trust-dscp
} [
microflow
microflow_name
] [
aggregate
aggregate_name
]
src_ip_spec
[
precedence
precedence
|
dscp-field
dscp
] [
before
editbuffer_index
|
modify
editbuffer_index
]
Step 2
Verify the configuration.
show qos acl info
{
acl_name
|
all
}
editbuffer
[
editbuffer_index
]
Task
Command
Step 1
Modify the default IP ACL.
set qos acl default-action ip
{
dscp
dscp
|
trust-cos
|
trust-ipprec
|
trust-dscp
} [
microflow
microflow_name
] [
aggregate
aggregate_name
]
[
input
]
Step 2
Verify the configuration.
show qos acl info default-action
{
ip
|
ipx
|
mac
|
all
}