R3303-HP HSR6800 Routers MPLS Command Reference
129
Disabling RSVP-TE in MPLS view also disables RSVP-TE on interfaces.
Examples
# Enable RSVP-TE on current node.
<Sysname> system-view
[Sysname] mpls
[Sysname-mpls] mpls te
[Sysname-mpls] mpls rsvp-te
# Enable RSVP-TE on interface GigabitEthernet 2/1/1.
<Sysname> system-view
[Sysname] interface giabitethernet 2/1/1
[Sysname-GigabitEthernet2/1/1] mpls
[Sysname-GigabitEthernet2/1/1] mpls te
[Sysname-GigabitEthernet2/1/1] mpls rsvp-te
mpls rsvp-te authentication
Use mpls rsvp-te authentication to enable RSVP authentication on the interface.
Use undo mpls rsvp-te authentication to disable RSVP authentication on the interface.
Syntax
mpls rsvp-te authentication { cipher | plain } auth-key
undo mpls rsvp-te authentication
Default
RSVP authentication is disabled.
Views
Interface view
Default command level
2: System level
Parameters
cipher: Sets a ciphertext key.
plain: Sets a plaintext key.
auth-key: Specifies the authentication key. This argument is case sensitive. If the cipher keyword is
specified, it must be a ciphertext string of 8 to 53 characters. If the plain keyword is specified, it must be
a string of 8 to 16 characters.
Usage guidelines
The RSVP messages sent out of the interface convey a message authentication digest created using the
hash algorithm and the configured authentication key. This authentication key is also used by the
interface to authenticate received RSVP messages. For the two interfaces at the two ends of a link to
exchange RSVP messages, they must share the same authentication key.
For security purposes, all authentication keys, including keys configured in plain text, are saved in cipher
text to the configuration file.










