Installation guide
69
set ippool
Purpose Creates a pool of IP addresses for serial ports and internal modem, or displays
the currently defined pool of IP addresses. This command can be used for
configuring IP addresses for PPP connections.
Required permissions Permissions must be set to “set permissions s-ppp=read” to display ippool
configuration settings, and “set permissions s-ppp=rw” to display and set
ippool configuration settings. See "set permissions" on for details on setting
user permissions for commands.
Syntax Change ippool configuration settings
set ippool [state={off|on}]
[count=1-32]
[ip=ip address]
Display current ippool settings
set ippool
Options state={on|off}
Specifies whether the ippool will be enabled
on
Enable the ippool.
off
Disable the ippool.
count=1-32
Specifies the number of IP address in the pool. Maximum number of
IP address in the pool is 32.
ip=ip address
The first IP address in the pool.
Example Specify 32 IP address pools
#>set ippool state=on count=32 ip=192.168.100.1
See also • "set ppp"