_______________________________________________________________________________________________________
_______________________________________________________________________________________________________
© Virtual Access 2018
GW2020 Series User Manual
Issue: 2.1
Page 160 of 423
Web: Track Interfaces
UCI: vrrp.@vrrp_group[X].track_iface
Opt: list track_iface
Defines one or more WAN interfaces that VRRP should monitor. If
a monitored interface goes down on the Master VRRP router, it
goes into ‘Fault’ state and the Backup VRRP router becomes the
Master.
Multiple interfaces are entered using
uci set
and
uci add_list
commands. Example:
uci set vrrp.@vrrp_group[0].track_iface=wan1
uci add_list vrrp.@vrrp_group[0].track_iface=wan2
or using a list of options via package options
list track_iface ‘wan1’
list track_iface ‘wan2’
wan
Range
Web: Track IPsec Tunnel
UCI: vrrp.@vrrp_group[X].track_ipsec
Opt: list track_ipsec
Defines one or more IPsec tunnels that VRRP should monitor. If a
monitored tunnel goes down on the Master VRRP router for the
configured Track IPsec Fail Time, it goes into ‘Fault’ state and the
Backup VRRP router becomes the Master.
Multiple IPsec connections are entered using
uci set
and
uci
add_list
commands. Example:
uci set vrrp.@vrrp_group[0].track_ipsec=Tunnel1
uci add_list vrrp.@vrrp_group[0].track_ipsec=Tunnel2
or using a list of options via package options
list track_ipsec ‘Tunnel1’
list track_ipsec ‘Tunnel2’
Blank
No IPSec connection to track.
Range
Web: Track IPsec Fail Time
UCI: vrrp.@vrrp_group[X].
track_ipsec_fail_sec
Opt: track_ipsec_fail_sec
Defines duration in seconds to determine IPsec tunnel failure
300
300 seconds
Range
Web: IPSec connection
UCI:
vrrp.@vrrp_group[X].ipsec_connection
Opt: ipsec_connection
Sets which IPSec connection to bring up or down when VRRP
enters ‘Backup/Master’ state.
Multiple IPSec connections are entered via the package option
using a space separator. Example:
option ipsec_connection ‘IPSecTunnel1 IPSecTunnel2’
Blank
No IPSec connection to toggle.
Range
Web: Start role
UCI: vrrp.@vrrp_group[X].init_state
Opt: init_state
Sets the initial role in which a VRRP router starts up. In a cluster
of VRRP routes, set one as a Master and the others as Backup.
BACKUP
MASTER
Web: Router ID
UCI: vrrp.@vrrp_group[X].router_id
Opt: router_id
Sets the VRRP router ID (1 to 255). All co-operating VRRP
routers serving the same LAN must be configured with the same
router ID.
1
Range
1-255
Web: Priority
UCI: vrrp.@vrrp_group[X].priority
Opt: priority
Sets the VRRP router’s priority. Higher values equal higher
priority. The VRRP routers must use priority values between 1-
254. The Master router uses a higher priority.
100
Range
0-255
Web: Advert intvl
UCI: vrrp.@vrrp_group[X].advert_int_sec
Opt: advert_int_sec
Sets the VRRP hello value in seconds. This value must match the
value set on a peer.
120
120 seconds
Range