User manual

Chapter 4 - Layer 3 Command Set - IP Networking DHCP Server
Alvarion BreezeNET B130/B300 GigE 215 Operational User Manual
[eth0] UP
<SUBNET> 9.1.1.100/255.255.255.0
<SCOPE> (PHONES) 9.1.1.151 - 9.1.1.200
<SUBNET> 192.168.177.12/255.255.255.0
<SCOPE> (OTHER) 192.168.177.10 - 192.168.177.19
<SCOPE> (MSOFT) 192.168.177.20 - 192.168.177.22
[vlan0] DOWN
<SUBNET> 192.168.178.1/255.255.255.0
OK
In this example, the DHCP server has two interfaces: eth0 and vlan0. vlan0
interfaces was turned down by WANFleX command: ifconfig vlan0 down. Eth0 is
turned on and we see three scopes attached to it: phones, other and msoft.
PHONES is attached to 9.1.1.100/255.255.255.0 subnet, two others - to
192.168.177.12/255.255.255.0 subnet. Imagine that we want lock eth0 interface:
Example:
#2> dhcpd lock interface eth0
[eth0] <9.1.1.100> (PHONES):
9.1.1.151-9.1.1.200 Scope detached
[eth0] <192.168.177.12> (OTHER):
192.168.177.10-192.168.177.19 Scope detached
[eth0] <192.168.177.12> (MSOFT):
192.168.177.20-192.168.177.22 Scope detached
OK
After locking, let us see interfaces information again:
#2> dhcpd show interface *
>INTERFACES
[eth0] UP LOCKED
<SUBNET> 9.1.1.100/255.255.255.0
<SUBNET> 192.168.177.12/255.255.255.0
[vlan0] DOWN
<SUBNET> 192.168.178.1/255.255.255.0