![Cisco Nexus 3548 series Command Reference Manual Download Page 424](http://html.mh-extra.com/html/cisco/nexus-3548-series/nexus-3548-series_command-reference-manual_2609162424.webp)
404
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
vrrp
vrrp
To create a Virtual Router Redundancy Protocol (VRRP) group on a particular Ethernet interface and
assign a number to the VRRP group and enter VRRP configuration mode, use the
vrrp
command. To
remove a VRRP group, use the
no
form of this command.
vrrp
number
no vrrp
number
Syntax Description
Command Default
None
Command Modes
Interface configuration mode
Command History
Usage Guidelines
You can configure VRRP only if its state is disabled. Make sure that you configure at least one IP address
before you attempt to enable a virtual router.
This command requires the LAN Base Services license.
Examples
This example shows how to create a VRRP group:
switch#
configure terminal
switch(config)#
interface ethernet 2/1
switch(config-if)#
no switchport
switch(config-if)#
vrrp 7
switch(config-if-vrrp)#
This example shows how to create a VRRP group and configure an IPv4 address for the group:
switch#
configure terminal
switch(config)#
interface ethernet 2/1
switch(config-if)#
no switchport
switch(config-if)#
vrrp 7
switch(config-if-vrrp)#
address 10.0.0.10
switch(config-if-vrrp)#
no shutdown
switch(config-if-vrrp)#
number
VRRP group number, which you can configure for a Gigabit Ethernet port,
including the main interfaces and subinterfaces. The range is from 1 to 255.
Release
Modified
5.0(3)A1(1)
This command was introduced.