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>

Assigns an interface to a VRRP group.

set interfaces interface vrrp vrrp-group group-id
delete interfaces interface vrrp vrrp-group group-id
show interfaces interface vrrp vrrp-group group-id
interface
The type keyword and identifier of an interface. For detailed keywords and arguments that can be specified as interfaces, refer to Supported Dataplane Interfaces.
group-id
The identifier of a VRRP group to which the interface is to belong. The identifier ranges from 1 through 255.

Configuration mode


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

Use this command to assign an interface to a VRRP group. An interface or virtual interface (vif) can belong to more than one VRRP group.

Use the set form of the command to assign an interface to a VRRP group.

Use the delete form of the command to remove an interface from a VRRP group.

Use the show form of the command to view VRRP group configuration settings for an interface.