User manual

Chapter 4 - Layer 3 Command Set - IP Networking DHCP Server
Alvarion BreezeNET B130/B300 GigE 213 Operational User Manual
4.16.1.3 Clients class filter (CLASSID)
Scope of addresses has clients class filter. If a client in its request submits its
class, a server is able to give an IP-address only from those scopes which are
connected to client's interface and which have client's class specified in their class
filter. Class filter is a set of client vendor class id from which it is allowed to give
a lease for IP-addresses from the scope. In order to create a class filter for a scope,
one should add one or more client vendor class id. To add a client vendor class
id to the scope, the following command is used:
Syntax:
scope <SCOPE_NAME> add classid <CLIENT_CLASS_ID>
where
SCOPE_NAME - name of the scope to which client vendor class id is added
(CLIENT_CLASS_ID)
CLIENT_CLASS_ID - a set of characters of variable length (up to 255
characters). If this parameter contains spaces it should be specified in quotes.
This <CLIENT_CLASS_ID> is compared to what client submits when requests
for IP-address lease. If client submitted a class which does not present in any
of scope's filters or a client did not submit any class name, only scopes with no
class filters can be used for IP-address lease.
In order to delete a class from the filter, the following command is used:
Syntax:
scope <SCOPE_NAME> delete classid <CLIENT_CLASS_ID>
4.16.1.4 Network interfaces (INTERFACE)
Network interface - physical or VLAN network adaptor registered in OS WANFleX
core. After its start, the server automatically detects all network interfaces which
are suitable for serving DHCP clients. Suitable interface is an interface connected
to a multiple-access network with broadcast support (including VLAN support). In
server database each interface is identified by its name which was assigned to it
while registration in WANFleX OS core. In order to review all interfaces, use the
following command:
Syntax:
show interface <INTERFACE|*>
where