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> advertise-interval <interval>

Sets the advertisement interval for a VRRP version 2 group on an interface.

set interfaces interface vrrp vrrp-group group-id advertise-interval interval
delete interfaces interface vrrp vrrp-group group-id advertise-interval
show interfaces interface vrrp vrrp-group group-id advertise-interval

The master router sends VRRP advertisements at one-second intervals.

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.
interval
The interval, in seconds, between VRRP advertisement packets. All interfaces in a given VRRP group must use the same advertisement interval. The interval ranges from 1 through 255. The default interval is 1.
Note: The default interval value

Configuration mode


interfaces interface {
    vrrp {
        vrrp-group group-id {
            advertise-interval interval
        }
    }
}

Use this command to set the advertisement interval for a VRRP version 2 group on an interface.

Use the set form of the command to set the advertisement interval for a VRRP version 2 group on an interface.

Use the delete form of the command to restore the default advertisement interval of 1000 ms (1 second) for a VRRP version 2 group on an interface, which means that the master router sends advertisement packets at one-second intervals.

Use the show form of the command to display the advertisement interval for a VRRP version 2 group on an interface.