Documentation Index

Fetch the complete documentation index at: https://kb.vastdata.com/llms.txt

Use this file to discover all available pages before exploring further.

vippool list

Prev Next

This command displays details of all virtual IP pools on the VAST Cluster.

Usage

vippool list [--cluster-id CLUSTER_ID]
             [--cluster-name CLUSTER_NAME]
             [--cnode-id CNODE_ID]
             [--port-membership ALL|RIGHT|LEFT]

Options

--cluster-id CLUSTER_ID

Filters virtual IP pools by cluster ID.

--cluster-name CLUSTER_NAME

Filters virtual IP pools by cluster name.

--cnode-id CNODE_ID

Filters virtual IP pools by CNode ID.

--port-membership ALL|RIGHT|LEFT

Filters virtual IP pools by CNode port membership. For more information, see Port Affinity.

Example

vcli: admin> vippool list
+----+------------+--------------------------------------+-------------+------------------+-------+---------+------+-----------+--------+-----------------+-------------+------------+---------------+---------+
| ID | Name       | IP-ranges                            | Subnet-CIDR | IPv6-Subnet-CIDR | GW-IP | GW-IPv6 | VLAN | Role      | CNodes | Port-membership | Domain-name | Cluster    | VMS-preferred | Enabled |
+----+------------+--------------------------------------+-------------+------------------+-------+---------+------+-----------+--------+-----------------+-------------+------------+---------------+---------+
| 2  | vippool-2  | [['203.0.113.1', '203.0.113.16']]    | 16          | None             |       |         | 0    | PROTOCOLS | []     | ALL             | vippool-2   | mycluster  | False         | True    |
| 3  | vippool-3  | [['203.0.113.212', '203.0.113.227']] | 16          | None             |       |         | 0    | PROTOCOLS | []     | ALL             | vippool-3   | mycluster  | False         | True    |
| 4  | vippool-4  | [['203.0.113.232', '203.0.113.247']] | 16          | None             |       |         | 0    | PROTOCOLS | []     | ALL             | vippool-4   | mycluster  | False         | True    |
+----+------------+--------------------------------------+-------------+------------------+-------+---------+------+-----------+--------+-----------------+-------------+------------+---------------+---------+