User guide

182 ExtremeWarePx1 1.2 Command Reference Guide
Commands for Configuring Redundancy
configure vrrp change vrid
configure vrrp change vrid
[<source VRID number> | all]
to <destination VRID number>
Description
Changes the VRRP class for services.
Syntax Description
Default
N/A.
Usage Guidelines
You must have administrator privileges to issue this command.
This command moves services to a destination VRRP class. You can move just those services in a
particular source VRRP class or all conÞgured services.
¥ If you specify a particular source VRRP class, this command moves all the services in that source
class to the destination class and then deletes the source class.
¥ If you specify the keyword all, this command moves all services to the destination classÑeven
services that were conÞgured with no VRID (because they were conÞgured before VRRP was
enabled). This form of the command deletes all previously existing VRRP classes, except the
destination class.
If the speciÞed destination class does not already exist, this command adds that class as if you had
issued the command:
configure vrrp add vrid <destination VRID number>
You must use the build command to commit the conÞguration changes made by this command.
Example
The following command moves the services in the VRRP class 3 into the VRRP class 4, adding VRRP
class 4 if necessary. It also deletes VRRP class 3.
configure vrrp change vrid 3 to 4
History
This command was available in ExtremeWarePx 1.2.
source VRID number The VRID of the VRRP class containing the services to be moved; a number
between 1 and 255.
all Specifies that all services should be moved to the destination VRRP class.
destination VRID number The VRID for the destination VRRP class to which the services should be moved; a
number between 1 and 255.