Configures a virtual router group (VRRP) and enters into the virtual router configuration mode.
VRRP version 2 is the default.
Interface subtype configuration mode
Enter no vrrp-group group-ID to remove a specific VRRP group. If you remove a group, you cannot retrieve it. You would have to redo the configuration procedure.
You can specify in which version of VRRP the VRRP group is configured using the version keyword and either 2 or 3 as the version number. VRRPv3 supports both IPv4 and IPv6 addresses.
The following example shows how to assign an Ethernet interface to the virtual router group with the ID of 1. (First you must enable VRRP on the switch.)
device(config)# protocol vrrp device(config)# interface ethernet 1/6 device(config-if-eth-1/6)# vrrp-group 1
The following example shows how to assign an Ethernet interface to the virtual router group with the ID of 1 for VRRPv3. (First you must enable VRRP on the switch.)
device(config)# protocol vrrp device(config)# interface ethernet 1/6 device(conf-if-eth-1/6)# vrrp-group 1 version 3