Specifications

254 Chapter 8. Command Reference
Skew_Time = (256 - Priority) / 256
Thus, the default skew time is (256 - 100) / 256, or .609375. The default master down interval is (3 * 1) +
.609375, or 3.609375 seconds.
For more information, see VRRP Backup, on page 107.
Note: The time interval must be the same for every router in the Virtual Router, that is, for every router in the
LAN with the same VRID. For example, if a VRRP interface in routers A, B, and C has the VRID 7, routers A, B,
and C must all specify the same time interval for VRID 7.
Note: This command takes effect immediately, but you must save the change if it is to persist after you restart the
interface or reboot the router.
seconds Time interval value in seconds (integer).
vrid Virtual router ID of the VRRP attribute record (integer, 1-255). The attribute record was created
by the command eth vrrp add (page 249).
port# Physical Ethernet interface (port) number (0 or 1). The default is 0; the parameter may be
omitted if the router has only one port.
If the router has two ports (an Ethernet hub router), the port number (0 or 1) must be specified.
Example:
This command specifies two seconds as time interval for VRID 7 using default port 0.
eth vrrp set timeinterval 2 7
eth vrrp set timeinterval <seconds> <vrid> [<port#>]