This command modifies a VIP pool.
Usage
vippool modify --id ID [--start-ip IP] [--end-ip IP] [--subnet-cidr CIDR] [--cnode-ids CNODE_IDs] [--gw-ip IP] [--name NAME] [--vlan VLAN] [--domain-name DOMAIN_NAME]
Required Parameters
Options
Specifies the first IP in the range. |
|
Specifies the last IP in the range. |
|
|
Specifies the subnet in Classless Inter-Domain Routing (CIDR) notation. In CIDR notation, the subnet is expressed as the number of bits of each IP address that represent the subnet address. For example, the subnet mask 255.255.255.0 is expressed as 24 in CIDR notation. Specify For example: |
|
Dedicates a specific group of CNodes to the VIP pool. The VIPs in this pool will only be distributed among the specified CNodes. Dedicates a specific group of CNodes to the VIP pool. The VIPs in this pool will only be distributed among the specified CNodes. By default, VIP pools are distributed among all active CNodes. |
|
Specifies a gateway IP. Use this option if your storage clients are on multiple subnets and you are routing your client storage traffic through a local gateway. |
|
|
|
Tags the VIP pool with a specific VLAN on the data network. See Tagging VIP Pools with VLANs. |
Specifies a domain name to associate with the VIP pool for DNS resolution by the VAST Cluster DNS server. If a domain suffix is defined in the DNS server configuration, it is appended to the domain name to form a FQDN. |
Example
This example changes the last IP in the pool's IP range and tags the pool with VLAN 70:
vcli: admin> vippool modify --id 1 --end-ip IP 203.0.113.6 --vlan 70
Comments
0 comments
Article is closed for comments.