ip dhcp pool
dns-server <IP-address>
domain-name <domain-name>
lease-time <minutes>
subnet <IP-address-subnet>
subnet-mask <Subnet_Mask>
no…
This command configures a DHCP pool on the Virtual Controller.
Parameter |
Description |
Range | Default |
---|---|---|---|
dns-server <address> |
Defines the IP address of the DNS server. You can specify up to eight IP addresses as a comma separated list. |
— | — |
domain-name <domain-name> |
Defines the name of domain to which the client belongs. |
— | — |
lease-time <minutes> |
Configures the duration of the DHCP lease in minutes. |
— | 720 |
subnet <IP-address-subnet> |
Defines IP address of the subnet. | — | — |
subnet-mask <Subnet_Mask> | Defines the subnet mask of the IP address, | — | — |
no… | Removes any existing configuration | — | — |
Use this command to configure a DHCP pool. The DHCP server is a built-in server, used for networks in which clients are assigned IP address by the Virtual Controller. You can customize the DHCP pool subnet and address range to provide simultaneous access to more number of clients. The pool can support up to 2048 addresses. The default size of the IP address pool is 512. When a
The following command configures a DHCP pool:
(Instant AP)(config)# ip dhcp pool
(Instant AP)(DHCP)# domain-name example.com
(Instant AP)(DHCP)# dns-server 192.0.2.1
(Instant AP)(DHCP)# lease-time 20
(Instant AP)(DHCP)# subnet 192.0.2.0
(Instant AP)(DHCP)# subnet-mask 255.255.255.0
(Instant AP)(DHCP)# end
(Instant AP)# commit apply
Version |
Description |
Aruba Instant 6.2.1.0-3.3 |
This command is introduced. |
IAP Platform |
Command Mode |
All platforms |
Configuration mode and IP DHCP configuration sub-mode. |