Virtual router redundancy protocol commands, Virtual router redundancy protocol commands -191, Vrrp <group> authentication – Enterasys Networks X-Pedition XSR CLI User Manual

Page 267

Advertising
background image

Virtual Router Redundancy Protocol Commands

XSR CLI Reference Guide 5-191

Virtual Router Redundancy Protocol Commands

vrrp <group> adver-int

This command configures the interval between successive advertisements sent by the master VR 
in a virtual group. Advertisements sent by the master VR communicate the state and priority of 
the current master VR.

Syntax

vrrp group adver-int [sec] interval

Syntax of the “no” Form

Use the no form of this command to restore the default value:

no vrrp group adver-int

Defaults

Interval: 1 second

Group: 1 , ranging from 1 to 255

Mode

Interface configuration: 

XSR(config-if<xx>)#

Examples

The following example sets advertising interval 2 for VR group 2 on FastEthernet interface 1:

XSR(config)#interface fastethernet 1
XSR(config-if<F1>)#vrrp 2 adver-int 2

The following example sets the default advertising interval for virtual router group 2 on F1:

XSR(config-if<F1>)#no vrrp 2 adver-int

vrrp <group> authentication

This command authenticates Virtual Router Redundancy Protocol (VRRP) packets received from 
other routers in the group.

When a VRRP packet arrives from another router in the VRRP group, its authentication string 
inside the packet is compared to the string configured on the local system. If the strings match, the 

Note: All virtual routers in a virtual group must have the same advertisement interval.

group

VR group number.

interval

Interval between successive advertisements by master VR. Range: 1‐ 255 seconds.

Advertising