Use this procedure for MiniCluster systems running v1.2.4 or later. To determine your version, see List the MCMU Version (CLI).
Syntax:
mcmu ippool -D POOL_ID
where POOL_ID is the IP pool ID.
Ensure that you use the uppercase -D option.
You can only delete an IP pool that is not in use. This example shows that the IP pool status is free, and can be deleted.
# mcmu ippool -D 2
ID: 2
Name: example_pool
Status: free
DNS servers: 198.51.100.197, 98.51.100.198
Address: 192.0.2.110
NTP servers: 192.0.2.1
CIDR prefix: 22
Gateway: 192.0.2.1
VLAN ID: 13
Domain name: example.com
IP range:
Start IP: 192.0.2.110
Size: 2
Start IP: 192.0.2.120
Size: 5
Do you want to delete this IP pool? [yes/no] (no): yes
[INFO ] IP pool has been deleted successfully