User manual
Chapter 4 - Layer 3 Command Set - IP Networking DHCP Server
Alvarion BreezeNET B130/B300 GigE 217 Operational User Manual
dhcpd scope <SCOPE_NAME> add reservation <CLIENT_ID>
<CLIENT_IP>
where
SCOPE_NAME - name of the scope to which reservation is added,
CLIENT_ID - client identifier,
CLIENT_IP - IP-address which will be given to this client. Scope reservations
are saved in configuration database of the server and are identified by scope
name and client's identifier.
Example:
#2>dhcpd scope PHONES add reservation ID:01:00:04:35:00:22:23
9.1.1.170
OK
If reservation is no more required, you can delete it:
Syntax:
dhcpd scope <SCOPE_NAME> delete reservation <CLIENT_ID>
4.16.1.6 Configuration options
Configuration options are parameters which clients might request from the server
for more precise host configuration. These parameters are Address Time, Router,
NTP Servers etc. Clients may request a different set of these parameters. The
parameters are only sent when a client included them in its request and only
when server knows the value of the parameter. Divisions and values of the
parameters are defined while DHCP server configuration. Divisions can be defined
for the following purposes:
1 Scope reservation. Options values from this division will be given to the client
of this reservation.
2 Interface reservation. Options are sent if requested option's value is not in
scope's reservation divisions.
3 Scope. Option values from this division can be sent to the client who received
an address lease from this scope only if the option requested by the client is
not in scope's or interface's reservation division.