Related Topics
Enabling RSVP Authentication Using the Keychain in Global Configuration Mode, on page 133
Key-source Key-chain, on page 121
Configuring a Lifetime for RSVP Authentication in Global Configuration Mode, on page 135
Global, Interface, and Neighbor Authentication Modes, on page 119
Configuring a Lifetime for RSVP Neighbor Authentication, on page 143
Security Association, on page 120
RSVP Authentication for an Interface: Example
The configuration example enables authentication of all RSVP messages that are being sent or received on
one interface only, and sets the window-size of the SAs.
rsvp
interface GigabitEthernet0/6/0/0
authentication
window-size 64
!
!
Because the key-source keychain configuration is not specified, the global authentication mode keychain
is used and inherited. The global keychain must exist and contain valid keys or signaling fails.
Note
Related Topics
Configuring the Window Size for RSVP Authentication in Global Configuration Mode, on page 136
Configuring the Window Size for an Interface for RSVP Authentication, on page 140
Configuring the Window Size for RSVP Neighbor Authentication, on page 144
Guidelines for Window-Size and Out-of-Sequence Messages, on page 122
RSVP Neighbor Authentication: Example
The configuration example enables authentication of all RSVP messages that are being sent to and received
from only a particular IP address.
rsvp
neighbor 10.0.0.1
authentication
key-source key-chain nbr_keys
!
!
!
Related Topics
Specifying the Keychain for RSVP Neighbor Authentication, on page 142
Key-source Key-chain, on page 121
Security Association, on page 120
Cisco IOS XR MPLS Configuration Guide for the Cisco CRS Router, Release 5.1.x
151
Implementing RSVP for MPLS-TE and MPLS O-UNI
RSVP Authentication for an Interface: Example