User manual
Chapter 4 - Layer 3 Command Set - IP Networking DHCP Server
Alvarion BreezeNET B130/B300 GigE 212 Operational User Manual
192.168.177.10-192.168.177.19 Scope detached
OK
Thus, we detached OTHER scope. In order to attach it again we need the following
command:
#2> dhcpd scope OTHER interface eth0 (or *)
[eth0] <192.168.177.12> (OTHER):
192.168.177.10-192.168.177.19 Scope attached
OK
One can set up excludes into scope range of addresses. Excludes are range of
addresses which belong to the scope but are not given to DHCP server clients. The
following command should be used:
Syntax:
dhcpd scope <SCOPE_NAME> add exclude <START_IP> <END_IP>
where
SCOPE_NAME - scope name to which we add excludes
START_IP and END_IP - starting and ending addresses of an exclude. Exclude's
range should not intersect (or belong) with any of previous excludes assigned
to this scope. Exclude's range should belong to the scope. To delete an
exclude, one should do the following:
Attention! To create a new exclude one need to remove the previously created
one.
To delete an exclude, one should do the following:
Syntax:
dhcpd scope <SCOPE_NAME> delete exclude <START_IP>
This command's parameters are identical to the command for exclude
configuration besides the fact that here one can specify only starting address of an
exclude to be deleted.
NOTE
When executing command dhcpd scope <SCOPE_NAME> set range <START_IP>
<END_IP>
, excludes which were created before range changing and which stop satisfying
conditions described above, will be deleted automatically.