IP Services Commands 121Nortel WLAN—Security Switch 2300 Series Command Line ReferenceWSS Software also has a configurable DHCP server. (See set interface dhcp-server on page 111.) You can configure aDHCP client and DHCP server on the same VLAN, but only the client or the server can be enabled. The DHCP clientand 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 enablesuccess: change accepted.See Also• clear interface on page 99• show dhcp-client on page 145• show interface on page 149set interface dhcp-serverConfigures 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 toprovide an IP address to the host connected to the switch for access to the Web Quick Start. On all switchmodels, 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 fortemporary, demonstration deployments and not for production networks. Nortelrecommends that you do not use the WSS Software DHCP server to allocate clientaddresses 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 (alsocalled 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.