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

Enables the master router to accept all packets destined for a virtual IP address.

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

The default accept value is false and is disabled on VRRP.

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.
accept
Enable the virtual master router to accept packets destined for the address owner's IP address.

The options available are:

  • True
  • False

Deployments that rely on pinging the address owner's IP address must configure the accept mode to True.

Configuration mode


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

Use the set form of the command to set the master router to accept all packets destined for the virtual IP address.

Use the delete form of the command to remove the master router from accepting all packets destined for the virtual IP address.

Use the show form of the command to display whether the master router accepts all packets destined for the virtual IP address.