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 dataplane <interface> vrrp vrrp-group <group-id> track-interface <interface> weight type <type>

Sets the tracking priority of a VRRP interface.

set interfaces dataplane interface vrrp vrrp-group group-id track-interface interface weight type type
delete interfaces dataplane interface vrrp vrrp-group group-id track-interface interface weight type
show interfaces dataplane interface vrrp vrrp-group group-id track-interface interface weight type
interface
The interface type and identifier. For detailed keywords and arguments that can be specified as interfaces, refer to Supported Dataplane Interfaces.
vrrp-group group-id
The VRRP group to which the interface belongs. The identifier ranges from 1 through 255.
track-interface interface
The interface to be tracked.

After the interface is up, the VRRP instance reverts to the previous state.

type type
A keyword of either increment or decrement to specify how the value is to be applied to the group when the tracked interface goes down.

Configuration mode


interfaces dataplane interfaces {
        vrrp {
            vrrp-group group-id {
                track-interface interface {
                        weight {
                                 type type
    
                        }
                }
            }
        }
}

Use the set form of the command to set the interface tracking priority.

Use the delete form of the command to remove the interface tracking priority.

Use the show form of the command to display whether the interface tracking priority is enabled.