Concept Guide

507| ip dhcp pool Dell Networking W-Series ArubaOS 6.5.x| Reference Guide
Parameter Description
pooltype
Configure one of the following DHCP Pool types
l ipupsell: Configure the DHCP pool as an IP upsell pool
l private: Configure the DHCP pool as private
l public: Configure the DHCP pool as public
vendor-class-identifier
Send the ArubaAP vendor ID to clients.
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
a DHCP request from a client, it examines the origin of the request to determine if it should respond. If the IP
address of the VLAN matches a configured DHCP pool, the controller answers the request.
Example
The following command configures a DHCP pool:
(host) (config) #ip dhcp pool floor1
default-router 10.26.1.1
dns-server 192.168.1.10
domain-name floor1.test.com
lease 0 8 0
network 10.26.1.0 255.255.255.0
Command History
Introduced in ArubaOS 3.0
Command Information
Platform License Command Mode
Available on all platforms Available in the base operating system Config mode on master
controllers