3Com Switch 8800 Family IPsec Module Configuration and Command reference Guide

VRRP Configuration Commands 479
When the monitored interface specified in this command goes down, the priority
of the security gateway owning this interface automatically decreased by the value
specified by value-reduced, allowing a higher priority member in the standby
group to take over as the master. When the security gateway is the IP address
owner, however, you cannot configure interface tracking on it.
By default, the priority is reduced by 10.
Example
# Track GigabitEthernet0/0.1 sub-interface.
[SecBlade_FW-GigabitEthernet0/0.1] vrrp vrid 1 track GigabitEthernet
0/0.300 reduced 50
# Disable the tracking of GigabitEthernet0/0.1 sub-interface.
[SecBlade_FW-GigabitEthernet0/0.1] undo vrrp vrid 1 track
GigabitEthernet0/0.300
vrrp vrid virtual-ip Syntax
vrrp vrid virtual-router-ID virtual-ip virtual-address
undo vrrp vrid virtual-router-ID virtual-ip [ virtual-address ]
View
Interface view
Parameter
virtual-router-ID: VRRP standby group number, in the range of 1 to 255.
virtual-address: Virtual IP address.
Description
Use the vrrp vrid virtual-ip command to create a standby group the first time
that you add a virtual IP address or add a virtual IP address to it after that.
Use the undo vrrp vrid virtual-ip virtual-router-ID command to remove a
standby group.
Use the undo vrrp vrid virtual-router-ID virtual-ip virtual-address command to
delete a virtual IP address from the specified standby group.
The system removes a standby group after you delete all the virtual IP addresses in
it.
By default, no standby group exists.
Example
# Create a standby group.
[SecBlade_FW-GigabitEthernet0/0.1] vrrp vrid 1 virtual-ip 10.10.10.10
# Add a virtual IP address to the existing standby group.