User manual

Chapter 4 - Layer 3 Command Set - IP Networking DHCP Server
Alvarion BreezeNET B130/B300 GigE 220 Operational User Manual
3 Scope divisions
Syntax:
dhcpd scope <SCOPE_NAME>
option <OPTION_NAME> <OPTION_VALUE>
4 Interface divisions
Syntax:
dhcpd interface <INTERFACE>
option <OPTION_NAME> <OPTION_VALUE>
5 Server divisions
Syntax:
dhcpd option <OPTION_NAME> <OPTION_VALUE>
Of course, there is a set of commands which delete all of these options from the
divisions:
Syntax:
dhcpd scope <SCOPE_NAME>
reservation <CLIENT_ID> delete option <OPTION_NAME>
dhcpd scope <SCOPE_NAME> delete option <OPTION_NAME>
dhcpd interface <INTERFACE>
reservation <CLIENT_ID> delete option <OPTION_NAME>
dhcpd interface <INTERFACE> delete option <OPTION_NAME>
dhcpd delete option <OPTION_NAME>
One should pay a great deal of attention to the deletion of interfaces reservation
division options. If, after deletion, it turns out that options set for this reservation
is empty, the interface reservation will be deleted automatically.
Not all of the options can be defined in any division. Apart from Subnet Mask (was
described above), there are options which can be defined for some particular
divisions.
Example:
#1> dhcpd scope phones option class_id "TestClass"
ERR: This option cannot contain in the given division.