vrrp vrid virtual-ip
Syntax
vrrp vrid virtual-router-id virtual-ip virtual-address
undo vrrp vrid virtual-router-id [ virtual-ip virtual-address ]
View
Interface view
Default level
2: System level
Parameters
virtual-router-id: VRRP group number, which ranges from 1 to 255.
virtual-address: Virtual IP address.
Description
Use vrrp vrid virtual-ip to create a VRRP group, and configure a virtual IP address for it, or, add another virtual IP address for an existing VRRP group.
Use undo vrrp vrid virtual-ip to remove an existing VRRP group or the virtual IP address of the VRRP group.
By default, no VRRP group is created.
The system removes a VRRP group after you delete all the virtual IP addresses in it.
The virtual IP address of a VRRP group cannot be 0.0.0.0, 255.255.255.255, loopback address, non A/B/C address and other illegal IP addresses such as 0.0.0.1.
A VRRP group operates normally only when the configured virtual IP address and the interface IP address belong to the same segment and are legal host addresses. If they are not in the same network segment, or the configured IP address is the network address or network broadcast address of the network segment to which the interface IP address belongs, though you can perform the configuration successfully, the state of the VRRP group is always Initialize, which means VRRP does not take effect .
Related commands: display vrrp.
Examples
# Create VRRP group 1 and set its virtual IP address to 10.10.10.10.
<Sysname> system-view [Sysname] interface vlan-interface 2 [Sysname-Vlan-interface2] vrrp vrid 1 virtual-ip 10.10.10.10 # Add virtual IP address 10.10.10.11 to VRRP group 1. [Sysname-Vlan-interface2] vrrp vrid 1 virtual-ip 10.10.10.11