RSVP message authentication is disabled by default. This authentication method uses MD5 and is configured within the MPLS configuration mode.
To configure RSVP message authentication, complete the following steps.
device# configure
device(config)# router mpls
device(config-router-mpls)# mpls-interface ethernet 0/1
device(config-router-mpls-eth-0/1)# rsvp
device(config-router-mpls-eth-0/1-rsvp)#
The prefix can be one of the following:
• 0 = the key string is not encrypted and is in clear text.
• 1 = the key string uses proprietary simple cryptographic 2-way algorithm.
• 2 = the key string uses proprietary base64 cryptographic 2-way algorithm.
device(config-router-mpls-eth-0/1-rsvp)# authentication key 0 administrator
The following example shows an authentication method using MD5.
device# configure device(config)# router mpls device(config-router-mpls)# mpls-interface ethernet 0/1 device(config-router-mpls-eth-0/1)# rsvp device(config-router-mpls-eth-0/1-rsvp)# authentication key 0 administrator