41-42
Catalyst 6000 Family Software Configuration Guide—Releases 6.3 and 6.4
78-13315-02
Chapter 41 Configuring QoS
Configuring QoS
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 ACL
To modify the default IP ACL, perform this task in privileged mode:
For more information, see the
“Default ACLs” section on page 41-20
.
This example shows how to modify the default IP ACL:
Console> (enable)
set qos acl default-action ip dscp 5 microflow my-micro aggregate my-agg
QoS default-action for IP ACL is set successfully.
Console> (enable)
Creating or Modifying Named IPX ACLs
To create or modify a named IPX ACL, perform this task in privileged mode:
The
protocol
parameter can be specified numerically (0–255) or with these keywords:
any
,
ncp
(17),
netbios
(20),
rip
(1),
sap
(4), or
spx
(5).
The
src_net
and
dest_net
parameters are IPX network numbers, entered as up to 8 hexadecimal digits in
the range 1 to FFFFFFFE (-1 matches any network number). You do not need to enter leading zeros.
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
]
Step 2
Verify the configuration.
show qos acl info default-action
{
ip
|
ipx
|
mac
|
all
}
Task
Command
Step 1
Create or modify an IPX ACL.
With PFC:
set qos acl ipx
acl_name
{
dscp
dscp
|
trust-cos
}
[
aggregate
aggregate_name
]
protocol src_net
[
dest_net
[
.dest_node
] [[
dest_net_mask
]
.dest_node_
mask
]] [
before
editbuffer_index
|
modify
editbuffer_index
]
With PFC2:
set qos acl ipx
acl_name
aggregate
aggregate_name protocol src_net
[
dest_net
[
.dest_node
] [[
dest_net_mask
]
.dest_node_
mask
]] [
before
editbuffer_index
|
modify
editbuffer_index
]
Step 2
Verify the configuration.
show qos acl info
{
acl_name
|
all
}
editbuffer
[
editbuffer_index
]