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> description <desc>

Records a brief description of a VRRP group.

set interfaces interface vrrp vrrp-group group-id description desc
delete interfaces interface vrrp vrrp-group group-id description
show interfaces interface vrrp vrrp-group group-id description
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 belongs. The identifier ranges from 1 through 255.
desc
A description of the VRRP group on a virtual interface (vif).

Configuration mode


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

Use this command to record a brief description of a VRRP group.

Use the set form of the command to record a description of a VRRP group.

Use the delete form of the command to delete the description of a VRRP group.

Use the show form of the command to display the description of a VRRP group.