Owner's Manual

VRRP Commands 469
VRRP Commands
vrrp ip
The
vrrp ip
interface configuration command defines Virtual Router Redundancy Protocol (VRRP)
for an interface. To delete the definition, use the
no
form of this command.
Syntax
vrrp
virtual-router
ip
ip-address
[
ip-address2
ip-address8
]
no vrrp
virtual-router
ip
virtual-router
—Virtual router number on the interface for which VRRP is being defined.
(Range: 1 - 255)
ip-address
—Virtual router IP address.
Up to 8 IP addresses can be defined in one
command line. One IP address is required.
Default Configuration
No Virtual Router is defined.
Command Mode
Interface configuration (Ethernet, VLAN, port-channel)
User Guidelines
This command cannot be used with a range of ports.
Example
The following example defines VRRP with the IP address 172.16.1.1 and 172.16.2.1 for port g8.
vrrp up
The
vrrp up
interface configuration command activates Virtual Router Redundancy Protocol
(VRRP) on an interface. To disable VRRP, use the
no
form of this command.
Syntax
vrrp
virtual-router
up
no vrrp
virtual-router
up
virtual-router
—Virtual router number on the interface for which VRRP is being activated.
(Range: 1 - 255)
Console(config)# interface ethernet g8
Console(config-if)# vrrp 19 ip 172.16.1.1 172.16.2.1