Setup guide

servers
Specifications
Packages required: system
License required: level1
ip pool
Standards and Technologies: none
Hardware usage: Not significant
Related Documents
Package Management
IP Addresses and ARP
AAA
DHCP Client and Server
HotSpot Gateway
Universal Client Interface
Description
IP pools simply group IP addresses for further usage. It is a single configuration point for all
features that assign IP addresses to clients.
Notes
Whenever possible, the same ip address is given out to each client (OWNER/INFO pair).
Setup
ip pool
Property Description
name (name) - the name of the pool
ranges (IP address) - IP address list of non-overlapping IP address ranges in form of:
from1-to1,from2-to2,...,fromN-toN. For example, 10.0.0.1-10.0.0.27,10.0.0.32-10.0.0.47
Example
To define a pool named ip-pool with the 10.0.0.1-10.0.0.125 address range excluding gateway's
address 10.0.0.1 and server's address 10.0.0.100, and the other pool dhcp-pool, with the
10.0.0.200-10.0.0.250 address range:
[admin@Wandy] ip pool> add name=ip-pool ranges=10.0.0.2-10.0.0.99,10.0.0.101
10.0.0.126
[admin@Wandy] ip pool> add name=dhcp-pool ranges=10.0.0.200-10.0.0.250
[admin@Wandy] ip pool> print
# NAME RANGES
0 ip-pool 10.0.0.2-10.0.0.99
10.0.0.101-10.0.0.126
1 dhcp-pool 10.0.0.200-10.0.0.250
[admin@Wandy] ip pool>