41-68
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 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 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 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 PDP Server Configuration
To delete 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 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 PDP server configuration.
clear cops server
{
all
|
ip_address
[
diff-serv
|
rsvp
]}
Step 2
Verify the PDP server configuration.
show cops info