Deleting VRRP on an interface or service

The VRID does not need to be shut down 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#
Example

The following 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