User manual

23: Virtual Router Redundancy Protocol (VRRP)
_______________________________________________________________________________________________________
routers serving the same LAN must be
configured with the same virtual IP
address.
GARP delay Integer Yes Blank
Sets the gratuitous ARP message sending
delay in seconds.
Figure 69: The VRRP group configuration fields and their descriptions
23.3 Configuring VRRP using UCI
You can configure VRRP through CLI using UCI commands.
The configuration file is stored at:
/etc/config/vrrp
To view the configuration in UCI format, use the commands:
uci export vrrp
or
uci show vrrp
~# uci export vrrp
config vrrp 'main'
option enabled 'yes'
config vrrp_group 'g1'
option enabled 'yes'
option interface 'lan1'
list track_iface 'lan'
option init_state 'BACKUP'
option router_id '1'
option priority '115'
option advert_int_sec '2'
option password 'secret'
option virtual_ipaddr '10.1.10.150/16'
option garp_delay_sec '5'
option ipsec_connection 'Test'
_______________________________________________________________________________________________________
© Virtual Access 2015
GW1000 Series User Manual
Issue: 2.4 Page 157 of 255