R0106-HP MSR Router Series MPLS Command Reference(V7)

192
If the new sequence number is smaller than the last sequence number but greater than the new
sequence number minus the window size, and has never been received before, RSVP accepts the
message. If the new sequence number has been received before, RSVP regards the message a
replay message and discards the message.
If the new sequence number is smaller than the new sequence number minus the window size, RSVP
regards the message invalid and discards the message.
By default, the authentication window size is 1, namely, if the sequence number of a newly received RSVP
message is smaller than that of the last accepted message, the device discards the message. However,
if the sender sends multiple RSVP messages in a short time, these messages might arrive at the neighbor
out of sequence. If you use the default window size, the out-of-sequence messages will be discarded. To
solve this problem, you can use the rsvp authentication window-size command to configure a correct
window size.
A security association established by using the authentication key configured in a view uses the window
size configured in that view.
A modification to the window size affects only security associations established after the modification. To
apply the new setting to existing security associations, you must execute the reset rsvp authentication
command to delete and then reestablish the security associations.
Examples
# Set the maximum number of out-of-sequence authenticated RSVP messages that can be received on
interface GigabitEthernet 2/1/1 to 10.
<Sysname> system-view
[Sysname] interface gigabitethernet 2/1/1
[Sysname-GigabitEthernet2/1/1] rsvp authentication window-size 10
Related commands
authentication challenge
authentication key
authentication lifetime
authentication window-size
display rsvp authentication
reset rsvp authentication
rsvp authentication challenge
rsvp authentication key
rsvp authentication lifetime
rsvp bfd enable
Use rsvp bfd enable to enable BFD for RSVP on an interface.
Use undo rsvp bfd enable to restore the default.
Syntax
rsvp bfd enable
undo rsvp bfd enable
Default
RSVP-TE does not use BFD to detect the link status to an RSVP neighbor.