Routing Virtual Router Redundancy Protocol (VRRP)
IX20 User Guide
470
2. At the command line, type config to enter configuration mode:
> config
(config)>
3. Create the VRRPinstance:
(config)> add network vrrp VRRP_test
(config network vrrp VRRP_test)>
4. Enable the VRRPinstance:
(config network vrrp VRRP_test)> enable true
(config network vrrp VRRP_test)>
5. Set the VRRPinterface to ETH2:
(config network vrrp VRRP_test)> interface /network/interface/eth2
(config network vrrp VRRP_test)>
6. Add the virtual IPaddress associated with this VRRPinstance.
(config network vrrp VRRP_test)> add virtual_address end 192.168.3.3
(config network vrrp VRRP_test)>
Task 2: Configure VRRP+ on device one
1. Enable VRRP+:
(config network vrrp VRRP_test)> vrrp_plus enable true
(config network vrrp VRRP_test )>
2. Add the interface to monitor:
(config network vrrp VRRP_test)> add vrrp_plus monitor_interface end
/network/interface/modem
(config network vrrp VRRP_test)>
3. Set the amount that the device's priority should bedecreased or increased due to SureLink
connectivity failure or successto 30:
(config network vrrp VRRP_test )> network vrrp VRRP_test vrrp_plus weight
30
(config network vrrp VRRP_test )>
Task 3: Configure the IP addressfor the VRRP interface, ETH2, on device one
1. Type ... to return to the root of the config prompt:
(config network vrrp VRRP_test )> ...
(config)>