41-64
Catalyst 6000 Family Software Configuration Guide—Releases 6.3 and 6.4
78-13315-02
Chapter 41 Configuring QoS
Configuring QoS
Deleting Roles
To delete a role (which removes it from all ports), perform this task in privileged mode:
This example shows how to delete a role:
Console> (enable)
clear cops roles backbone_port main_port
Roles cleared.
Console> (enable)
Configuring Policy Decision Point Servers
Note
COPS and RSVP can use the same policy decision point (PDP) server.
COPS obtains QoS policy from a PDP server. Configure a primary PDP server and, optionally, a backup
PDP server.
To configure a PDP server, perform this task in privileged mode:
The
ip_address
parameter can be the IP address or name of the server.
The
port
variable is the PDP server TCP port number.
Use the
diff-serv
keyword to set the address only for COPS.
This example shows how to configure a PDP server:
Console> (enable)
set cops server my_server1 primary
my_server1 added to the COPS diff-serv server table as primary server.
my_server1 added to the COPS rsvp server table as primary server.
Console> (enable)
Deleting PDP Server Configuration
To delete PDP server configuration, perform this task in privileged mode:
Task
Command
Step 1
Delete a role.
clear cops
{
all-roles
|
roles
role1
[
role2
] ...}
Step 2
Verify the roles for the port.
show port cops
[
mod
[
/port
]]
Task
Command
Step 1
Configure a PDP server.
set cops server
ip_address
[
port
] [
primary
]
[
diff-serv
|
rsvp
]
Step 2
Verify the PDP server configuration.
show cops info
Task
Command
Step 1
Delete PDP server configuration.
clear cops server
{
all
|
ip_address
[
diff-serv
|
rsvp
]}
Step 2
Verify the PDP server configuration.
show cops info