Use the set ippool command to:
Create a pool of IP addresses
Remove a pool of IP addresses
Root privileges are required to create IP address pools and remove addresses from the pool.
Enter the set ippool command as shown below to configure an IP address pool.
set ippool count=num_ip_addr ip=1st_ip_addr
Enter the set ippool command as shown below to remove the IP address pool.
set ippool rmippool
|
Command Field |
Description |
|
count |
Specifies the number of IP addresses in the pool. |
|
ip |
Specifies the first IP address in the pool. |
|
rmippool |
Remove the IP address pool from the configuration. |
In this example, the set ippool command configures a pool of four IP addresses. These are 190.175.175.20, 190.175.175.21, 190.175.175.22, and 190.175.175.23.
set ippool ip=190.175.175.20 count=4
In this example, the set ippool command removes an IP pool.
set ippool rmippool