set ippool

Use the set ippool command to:

Root privileges are required to create IP address pools and remove addresses from the pool.

Command Syntax

Configuration Syntax

Enter the set ippool command as shown below to configure an IP address pool.

set ippool count=num_ip_addr ip=1st_ip_addr

Remove Syntax

Enter the set ippool command as shown below to remove the IP address pool.

set ippool rmippool

Command Fields

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.

Command Examples

Configuring a Pool

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

Removing a Pool

In this example, the set ippool command removes an IP pool.

set ippool rmippool