home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces <interface> vrrp vrrp-group <group-id> preempt-delay <delay>

Sets the preemption delay for a VRRP group on an interface.

set interfaces interface vrrp vrrp-group group-id preempt-delay delay
delete interfaces interface vrrp vrrp-group group-id preempt-delay
show interfaces interface vif vrrp vrrp-group group-id preempt-delay

A router that is preempting another router does not wait.

interface
The type of interface. For detailed keywords and arguments that can be specified as interfaces, refer to Supported Dataplane Interfaces.
group-id
The VRRP group that is being configured. The identifier ranges from 1 through 255.
delay
The amount of time, in seconds, to postpone preemption. The delay ranges from 0 through 1000 (16.67 minutes.), where 0 means no delay. The default delay is 0.

Configuration mode


interfaces interface {
    vrrp {
        vrrp-group group-id {
            preempt-delay delay
        }
    }
}

Use this command to set the preemption delay for a VRRP group on an interface. The preemption delay is the amount of time a router must wait before preempting a lower-priority VRRP router and becoming the master.

Use the set form of the command to set the preemption for a VRRP group on an interface.

Use the delete form of the command to restore the default preemption delay, which is 0 seconds, for a VRRP group on an interface.

Use the show form of the command to display the preemption delay for a VRRP group on an interface.