vippool reallocate
This command reallocates Virtual IP (VIP) addresses for a VIP pool by adding new IPs or removing existing IP ranges.
Usage
vippool reallocate --id ID
[--ip-ranges-to-remove IP_RANGES]
[--ips-count-to-add COUNT]Required Parameters
| Specify the VIP pool ID. |
Options
| Specify IP ranges to remove in the format |
| Specify the number of new IPs to allocate to the VIP pool. |
Example
This example shows how to allocate 5 additional IPs to VIP pool 1:
vcli: admin> vippool reallocate --id 1 --ips-count-to-add 5