OcNOS-SP : Layer 3 Guide : Virtual Router Redundancy Protocol Command Reference : VRRP v6 Commands : preempt-mode
preempt-mode
Use this command to configure preempt mode. If set to true, the highest priority backup is always the master when the default master is unavailable. If set to false, a higher priority backup does not preempt a lower priority backup that is acting as master.
When the master router fails, the backup routers come online in priority order — highest to lowest. Preempt mode set to true allows a higher priority backup router to relieve a lower priority backup.
By default, a preemptive scheme is enabled whereby a higher priority backup virtual router that becomes available takes over for the backup virtual router that was elected to become master virtual router. This preemptive scheme can be disabled using the preempt-mode false command. If preemption is disabled, the backup virtual router that is currently elected as Master does not transition to backup again when the alternate backup router with higher priority becomes available.
Command Syntax
preempt-mode true
preempt-mode false
Parameters
true
Specify that preemption is enabled.
false
Specify that preemption is disabled.
 
Default
Default is true.
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
The example below shows to configure preempt mode as False.
#configure terminal
(config)#router ipv6 vrrp 1 eth0
(config-router)#preempt-mode false
Last modified date: 08/28/2023