User manual

Chapter 4 - Layer 3 Command Set - IP Networking DHCP Server
Alvarion BreezeNET B130/B300 GigE 214 Operational User Manual
INTERFACE - network interface name which information is required. If * is
specified instead of interface name, all interfaces' information is printed.
Command output is a structured list:
Example:
#2> dhcpd show interface *
>INTERFACES
[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
From this example it is seen that two network interfaces (eth0 and vlan0) are
served. eth0 is turned on (UP) and it has two IP-subnets. To one of the subnets we
can see a scope PHONES connected. To another subnet: OTHER and MSOFT.
None of the scopes can be connected to vlan0 interface as it was turned off by the
administrator (DOWN).
If required it is possible to lock one or several interfaces - in this case they cannot
be used. Command is the following:
Syntax:
lock interface <INTERFACE>
where
<INTERFACE> - interface name. When locking interface, all attached scopes
will be detached. Other scopes cannot be attached to the interface while it is
locked.
Example:
#2> dhcpd show interface *
>INTERFACES