Verifying the Details of the RSVP Authentication
To display the security associations that RSVP has established with other RSVP neighbors, use the
show rsvp
authentication
command.
Eliminating Security Associations for RSVP Authentication
To eliminate RSVP authentication SA
’
s, use the
clear rsvp authentication
command. To eliminate RSVP
counters for each SA, use the
clear rsvp counters authentication
command.
Configuration Examples for RSVP
Sample RSVP configurations are provided for some of the supported RSVP features.
•
Bandwidth Configuration (Prestandard): Example, on page 146
•
Bandwidth Configuration (MAM): Example, on page 146
•
Bandwidth Configuration (RDM): Example, on page 147
•
Refresh Reduction and Reliable Messaging Configuration: Examples, on page 147
•
Configure Graceful Restart: Examples, on page 148
•
Configure ACL-based Prefix Filtering: Example, on page 149
•
Set DSCP for RSVP Packets: Example, on page 149
•
Enable RSVP Traps: Example, on page 150
Bandwidth Configuration (Prestandard): Example
The example shows the configuration of bandwidth on an interface using prestandard DS-TE mode. The
example configures an interface for a reservable bandwidth of 7500, specifies the maximum bandwidth for
one flow to be 1000 and adds a sub-pool bandwidth of 2000.
rsvp interface pos 0/3/0/0
bandwidth 7500 1000 sub-pool 2000
Bandwidth Configuration (MAM): Example
The example shows the configuration of bandwidth on an interface using MAM. The example shows how to
limit the total of all RSVP reservations on POS interface 0/3/0/0 to 7500 kbps, and allows each single flow
to reserve no more than 1000 kbps.
rsvp interface pos 0/3/0/0
bandwidth mam 7500 1000
Cisco IOS XR MPLS Configuration Guide for the Cisco CRS Router, Release 5.1.x
146
Implementing RSVP for MPLS-TE and MPLS O-UNI
Verifying the Details of the RSVP Authentication