Hub/Switch Reference Guide
IP Services Commands 121
Nortel WLAN—Security Switch 2300 Series Command Line Reference
WSS Software also has a configurable DHCP server. (See set interface dhcp-server on page 111.) You can configure a
DHCP client and DHCP server on the same VLAN, but only the client or the server can be enabled. The DHCP client
and DHCP server cannot both be enabled on the same VLAN at the same time.
Examples
The following command enables the DHCP client on VLAN corpvlan:
WSS# set interface corpvlan ip dhcp-client enable
success: change accepted.
See Also
• clear interface on page 99
• show dhcp-client on page 145
• show interface on page 149
set interface dhcp-server
Configures the WSS Software DHCP server.
Syntax
set interface vlan-id ip dhcp-server [enable | disable] [start ip-addr1 stop ip-addr2]
[dns-domain domain-name] [primary-dns ip-addr [secondary-dns ip-addr]]
[default-router ip-addr]
Defaults
The DHCP server is enabled by default on a new (unconfigured) 2350 or 2360, 2382 in order to
provide an IP address to the host connected to the switch for access to the Web Quick Start. On all switch
models, the DHCP server is enabled and cannot be disabled for directly connected APs.
The DHCP server is disabled by default for any other use.
Note. Use of the WSS Software DHCP server to allocate client addresses is intended for
temporary, demonstration deployments and not for production networks. Nortel
recommends that you do not use the WSS Software DHCP server to allocate client
addresses in a production network.
vlan-id VLAN name or number.
enable Enables the DHCP server.
disable Disables the DHCP server.
start ip-addr1 Specifies the beginning address of the address range (also
called the address pool).
stop ip-addr2 Specifies the ending address of the address range.
dns-domain domain-name Name of the DHCP client’s default DNS domain.
primary-dns ip-addr
[secondary-dns ip-addr]
IP addresses of the DHCP client’s DNS servers.
default-router ip-addr IP address of the DHCP client’s default router.










