VRRP Configuration Management Tasks
402 Router Configuration Guide
Modifying Owner Parameters
Once a VRRP instance is created as owner, it cannot be modified to the non-owner state. The 
vrid must be deleted and then recreated without the owner keyword to remove IP address 
ownership. 
Entering the owner keyword is optional when entering the vrid for modification purposes. 
Deleting VRRP on an Interface or Service
The vrid does not need to be shutdown to remove the virtual router instance from an interface 
or service.
Example: config>router#interface
config>router# interface if-test
config>router>if# shutdown
config>router>if# exit
config>router# no interface if-test
config>router#
The following example displays the command usage to delete a VRRP instance from an 
interface or IES service:
Example: config>service#ies 10 
config>service>ies# interface “test”
config>service>ies>if# vrrp 1
config>service>ies>if>vrrp# shutdown
config>service>ies>if>vrrp# exit
config>service>ies>if# no vrrp 1
config>service>ies>if# exit all