Configuring IES/VPRN VRRP Parameters
236 7705 SAR OS Router Configuration Guide
Non-owner VRRP
The following displays a basic non-owner VRRP configuration example:
config>service>ies# info
#----------------------------------------------
interface "test2" create
address 10.10.10.16/24
sap 1/1/55:0 create
vrrp 12
backup 10.10.10.15
policy 1
authentication-key “testabc”
exit
exit
no shutdown
#----------------------------------------------
config>service>ies#
If a VRRP instance is created as non-owner, it cannot be changed to the owner state. The 
VRID must be deleted and then recreated with the owner keyword to invoke IP address 
ownership.
Owner VRRP
The following displays an owner VRRP configuration example:
config>service>ies# info
#----------------------------------------------
interface “test2” create
address 10.10.10.23/24
vrrp 1 owner
backup 10.10.10.23
authentication-key “testabc”
exit
exit
#----------------------------------------------
config>service>ies#
If a VRRP instance is created as owner, it cannot be changed to the non-owner state. The 
VRID must be deleted and then recreated without the owner keyword to remove IP address 
ownership.