User's Manual

Table Of Contents
No-Form. Set the pool type to undefined.
Arguments.
name
Pool name. If the pool is mentioned for the first time, it will be created
automatically.
ip-address
Host IP address.
mask
Network mask. It is possible to set a netmask using either dotted-
decimal notation or slash form. Default host mask length is 32 bits.
Changing a host mask can move the host from one parent network pool
to another.
Example 4.62. Set pool type to host
EION: ip dhcp pool h1 host 10.0.0.4
Pool "h1": host 10.0.0.4
ip dhcp pool {name} range {first-ip-address} {last-ip-address}
Description. Add a DHCP client address range to a network pool. It's possible to add multiple
ranges. If an input range intersects with an existing one, the ranges are automatically combined.
Note: host or undefined pools may accept range settings, even though they have no effect.
No-Form. Remove a DHCP range. Existing ranges are automatically split or truncated according
to the argument.
Arguments.
name
Pool name. If the pool is mentioned for the first time, it will be
created automatically.
first-ip-address
The first IP address of a range.
last-ip-address
The last IP address of a range.
Example 4.63. Add DHCP client address range to a network pool
EION: ip dhcp pool p1 range 10.0.0.1 10.0.0.6
Added range: 10.0.0.1 10.0.0.6.
EION: ip dhcp pool p1 no range 10.0.0.3 10.0.0.4
Deleted range: 10.0.0.3 10.0.0.4.
EION: show running-config p1
ip
dhcp
pool p1
range 10.0.0.1 10.0.0.2
range 10.0.0.5 10.0.0.6
ip dhcp pool {name} lease {days [hours [minutes]] | infinite}
Description. Set DHCP lease time in days, hours and minutes, or set the lease to infinite.
83
Configuration