52-87
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 disable the participation of port 2/1 in the election of the DSBM:
Console> (enable)
set port rsvp 2/1 dsbm-election disable
DSBM disabled for port 2/1.
Console> (enable)
Configuring the Policy Decision Point Servers
Note
COPS and RSVP can use the same PDP server.
When the switch is the DSBM, RSVP communicates with 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 the name of the server.
The
port
variable is the PDP server TCP port number.
Use the
rsvp
keyword to set the address only for RSVP.
This example shows how to configure a PDP server:
Console> (enable)
set cops server my_server1 primary rsvp
my_server1 added to the COPS rsvp server table as primary server.
Console> (enable)
Deleting the PDP Server Configuration
To delete the PDP server configuration, perform this task in privileged mode:
Use the
rsvp
keyword to delete only the RSVP address.
This example shows how to delete the PDP server configuration:
Console> (enable)
clear cops server all
All COPS diff-serv servers cleared.
All COPS rsvp servers cleared.
Console> (enable)
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 the PDP server configuration.
clear cops server
{
all
|
ip_address
[
diff-serv
|
rsvp
]}
Step 2
Verify the PDP server configuration.
show cops info