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> interface description <descr>

Specifies a description for a VRRP interface.

set interfaces interface vrrp vrrp-group group-id interface description descr
delete interfaces interface vrrp vrrp-group group-id interface description
show interfaces interface vrrp vrrp-group group-id interface description
interface
The interface type and identifier. For detailed keywords and arguments that can be specified as interfaces, refer to Supported Dataplane Interfaces.
group-id
The VRRP group to which the interface belongs. The identifier ranges from 1 through 255.
descr
A mnemonic name or description of the VRRP interface.

Configuration mode


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

Use this command to specify a description of a VRRP interface.

Use the set form of this command to specify a description of a VRRP interface.

Use the delete form of this command to remove the description of a VRRP interface.

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