When RSVP reliable messaging is enabled on an interface of the SLX-OSdevice, RSVP trigger messages sent out on that interface includes a message ID and a request for acknowledgment from the RSVP neighbor.
The command is disabled, by default.
MPLS interface RSVP mode (config-router-mpls-eth-x/x).
MPLS RSVP mode (config-router-mpls-rsvp).
When acknowledgment is not received, the trigger message is re-transmitted using the retransmission parameters configured on the interface.
The no form of the command removes reliable messaging.
MPLS is supported only on devices based on the DNX chipset family. For a list of such devices, see "Supported Hardware".
The following example enables RSVP reliable messaging on MPLS interface 0/13 .
device# configure device(config)# router mpls device(config-router-mpls)# mpls-interface ethernet 0/13 device(config-router-mpls-eth-0/13)# rsvp device(config-router-mpls-eth-0/13-rsvp)# reliable-messaging
The following example configures the rapid-retrans-decay option to 1 percent, the rapid-retrans-interval option to 100 milliseconds, and the rapid-retry-limit option to 1 try.
device# configure device(config)# router-mpls device(config-router-mpls)# rsvp device(config-router-mpls-rsvp)# reliable-messaging rapid-retrans-decay 1 rapid-retrans-interval 100 rapid-retry-limit 1