vrrp enable

Enables the specified VRRP instance.

Syntax

vrrp enable vrid
no vrrp enable vrid

Parameters

vrid Specifies the VRRP instance to enable.

Defaults

None.

Mode

Interface configuration mode.

Usage

Before enabling VRRP, you must set the other options described in this section. Once enabled, you cannot make any configuration changes to VRRP without first disabling the interface, using the no vrrp enable command.

The “no” form of this command disables VRRP on an interface.

Example

This example enables VRRP instance 1 on interface VLAN 20:

System(rw)->
System(rw)->configure
System(rw-config)->interface vlan 20
System(rw)-config-intf-vlan.0.20)->vrrp create 1 v2-ipv4
System(rw)-config-intf-vlan.0.20)->vrrp address 1 20.20.20.1
System(rw-config-intf-vlan.0.20)->vrrp enable 1
System(rw-config-intf-vlan.0.20)->