Reference Guide

Table Of Contents
310 | ip dhcp pool Dell PowerConnect W-Series ArubaOS 6.1 CLI | Reference Guide
ip dhcp pool
ip dhcp pool <name>
default-router <ipaddr> ...
dns-server {<ipaddr> ... |import}
domain-name <name>
lease <days> <hours> <minutes>
netbios-name-server {<ipaddr> ... |import}
network <ipaddr> {<netmask>|<prefix>}
no ...
option <code> ip <ipaddr>
pooltype ipupsell|private|public
vendor-class-identifier
Description
This command configures a DHCP pool on the controller.
Syntax
Usage Guidelines
A DHCP pool should be created for each IP subnetwork for which DHCP services should be provided. DHCP
pools are not specifically tied to VLANs, as the DHCP server exists on every VLAN. When the controller receives
Parameter Description
default-router IP address of the default router for the DHCP client. The client should be on the same subnetwork as
the default router. You can specify up to eight IP addresses.
dns-server IP address of the DNS server, which can be one of the following:
<address> IP address of the DNS server. You can specify up to eight IP addresses.
import Use the DNS server address obtained through PPPoE or DHCP.
domain-name Domain name to which the client belongs.
lease The amount of time that the assigned IP address is valid for the client. Specify the lease in <days>
<hours> <minutes>.
netbios-name-
server
IP address of the NetBIOS Windows Internet Naming Service (WINS) server, which can be one of
the following:
<address> IP address of the WINS server. You can specify up to eight IP addresses.
import Use the NetBIOS name server address obtained through PPPoE or DHCP.
network Range of addresses that the DHCP server may assign to clients, in the form of <ipaddr> and
<netmask> or <ipaddr> and <prefix> (/n).
no Negates any configured parameter.
option Client-specific option code and IP address. See RFC 2132, “DHCP Options and BOOTP Vendor
Extensions”.
pooltype Configure one of the following DHCP Pool types
ipupsell: Configure the DHCP pool as an IP upsell pool
private: Configure the DHCP pool as private
public: Configure the DHCP pool as public
vendor-class-
identifier
Send the ArubaAP vendor ID to clients.