41-47
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 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.
Mapping a CoS Value to a Host Destination MAC Address/VLAN Pair
Note
QoS only supports this command with a Layer 2 Switching Engine.
To map a CoS value to all frames destined for a particular host destination MAC address and VLAN
number value pair, perform this task in privileged mode:
This example shows how to map CoS 2 to a destination MAC address and VLAN 525:
Console> (enable)
set qos mac-cos 00-40-0b-30-03-48 525 2
CoS 2 is assigned to 00-40-0b-30-03-48 vlan 525.
Console> (enable)
Deleting a CoS Value to a Host Destination MAC Address/VLAN Pair
Note
QoS only supports this command with a Layer 2 Switching Engine.
To delete a host destination MAC address and VLAN number value pair CoS assignment, perform this
task in privileged mode:
Task
Command
Step 1
Map a CoS value to a host destination MAC
address/VLAN pair.
set
qos mac-cos
dest_mac
VLAN
cos_value
Step 2
Verify the configuration.
show qos mac-cos
{
dest_mac
[
vlan
] |
all
}
Task
Command
Step 1
Delete a host destination MAC address and
VLAN number value pair CoS assignment.
clear qos mac-cos
{
dest_mac
[
vlan
] |
all
}
Step 2
Verify the configuration.
show qos mac-cos
{
dest_mac
[
vlan
] |
all
}