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> disable

Disables a VRRP group without discarding VRRP configuration for the group.

set interfaces interface vrrp vrrp-group group-id disable
delete interfaces interface vrrp vrrp-group group-id disable
show interfaces interface vrrp vrrp-group group-id

A VRRP group is enabled.

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.

Configuration mode


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

Use this command to disable a VRRP group on a data plane interface without deleting VRRP configuration for the group. Later, you can re-enable the VRRP group by deleting the command.

Use the set form of the command to disable a VRRP group.

Use the delete form of the command to re-enable a VRRP group.

Use the show form of the command to view VRRP group configuration.