revert-timer

Use this command to specify a "revert-timer" for the RSVP daemon. This command can be invoked from either the router rsvp mode or from the rsvp-trunk mode. In the RSVP router mode, this command defines the revert timer from secondary session to primary session for the RSVP daemon.

Use the no parameter with this command to revert to the default settings.

Command Syntax

Copy
revert-timer <1-65535>
no revert-timer (<1-65535>|)

Parameters

<1-65535>

Hold-on timer before revert back to primary session

Default

By default, no rever-timer is configured

Command Mode

Router or Trunk mode

Applicability

This command was introduced in OcNOS version 4.2.

Examples

Copy
#configure terminal
(config)#rsvp-trunk mytrunk
(config-trunk)#revert-timer 30
 
#configure terminal
(config)#rsvp-trunk mytrunk
(config-trunk)#no revert-timer
 
#configure terminal
(config)#router rsvp
(config-router)#revert-timer 40
#configure terminal
(config)#router rsvp
(config-router)#no revert-timer