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> hello-source-address <addr>

Specifies the source address for VRRP hello packets.

set interfaces interface vrrp vrrp-group group-id hello-source-address addr
delete interfaces interface vrrp vrrp-group group-id hello-source-address addr
show interfaces interface vrrp vrrp-group group-id hello-source-address

The IP address of the interface is used as the source of VRRP hello packets.

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.
addr
The IP address to use as the VRRP source address when sending VRRP hello packets. The format of the address is ipv4-addr or IPv6-addr . The address must already be defined on an interface.

Configuration mode


interfaces interface {
    vrrp {
        vrrp-group group-id {
            hello-source-address addr
        }
    }
}

Use this command to specify the source address for VRRP hello packets. This address is typically used when an address other than the default address for the interface is required. Note that the address must already be defined on an interface.

Use the set form of the command to specify the source address of VRRP hello packets.

Use the delete form of the command to restore the default source address, which is the IP address of the interface.

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