Deleting VRRP from an interface or service

The VRID does not need to be shutdown to remove the virtual router instance from an interface or service.

- 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 shows the command usage to delete a VRRP instance from an interface or IES service:

- 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