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

Displays the version of VRRP: 2 for RFC3768 or 3 for RFC5798.

set interfaces dataplane interface vrrp vrrp-group group-id version version
delete interfaces dataplane interface vrrp vrrp-group group-id version
show interfaces dataplane interface vrrp vrrp-group group-id

The default version of VRRP is 2.

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.
version
The version of VRRP:

• 2 for RFC3768

• 3 for RFC5798

Configuration mode


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

Use the set form of the command to set the VRRP version to 2 for RFC3768 and to 3 for RFC5798.

Use the delete form of the command to remove the VRRP version.

Use the show form of the command to display the VRRP version.