Configuring the Default DHCP Scope for Client IP Assignment

The DHCPDynamic Host Configuration Protocol. A network protocol that enables a server to automatically assign an IP address to an IP-enabled device from a defined range of numbers configured for a given network.  server is a built-in server, used for networks in which clients are assigned IP address by the virtual controller. You can customize the DHCPDynamic Host Configuration Protocol. A network protocol that enables a server to automatically assign an IP address to an IP-enabled device from a defined range of numbers configured for a given network.  pool subnetSubnet is the logical division of an IP network. and address range to provide simultaneous access to more number of clients. The largest address pool supported is 2048. The default size of the IP address pool is 512.

 

When a DHCPDynamic Host Configuration Protocol. A network protocol that enables a server to automatically assign an IP address to an IP-enabled device from a defined range of numbers configured for a given network.  server is configured and if the Client IP assignment parameter for an SSIDService Set Identifier. SSID is a name given to a WLAN and is used by the client to access a WLAN network. profile is set to Virtual Controller Assigned, the virtual controller assigns the IP addresses to the WLANWireless Local Area Network. WLAN is a 802.11 standards-based LAN that the users access through a wireless connection. or the wired clients. By default, the Instant AP automatically determines a suitable DHCPDynamic Host Configuration Protocol. A network protocol that enables a server to automatically assign an IP address to an IP-enabled device from a defined range of numbers configured for a given network.  pool for Virtual Controller Assigned networks.
Instant APs typically select the 172.31.98.0/23 subnetSubnet is the logical division of an IP network.. If the IP address of the Instant AP is within the 172.31.98.0/23 subnetSubnet is the logical division of an IP network., the Instant AP selects the 10.254.98.0/23 subnetSubnet is the logical division of an IP network.. However, this mechanism does not guarantee that it would avoid all possible conflicts with the wired network. If your wired network uses either 172.31.98.0/23 or 10.254.98.0/23, and you experience problems with the Virtual Controller Assigned networks after upgrading to Aruba Instant 6.2.1.0-3.4.0.0 or later, manually configure the DHCPDynamic Host Configuration Protocol. A network protocol that enables a server to automatically assign an IP address to an IP-enabled device from a defined range of numbers configured for a given network.  pool by following the steps described in this section.

You can configure a domain name, DNSDomain Name System. A DNS server functions as a phone book for the intranet and Internet users. It converts human-readable computer host names into IP addresses and IP addresses into host names. It stores several records for a domain name such as an address 'A' record, name server (NS), and mail exchanger (MX) records. The Address 'A' record is the most important record that is stored in a DNS server, because it provides the required IP address for a network peripheral or element. server, and DHCPDynamic Host Configuration Protocol. A network protocol that enables a server to automatically assign an IP address to an IP-enabled device from a defined range of numbers configured for a given network.  server for client IP assignment using the WebUI or the CLICommand-Line Interface. A console interface with a command line shell that allows users to execute text input as commands and convert these commands to appropriate functions..

In the Old WebUI

To configure a DHCPDynamic Host Configuration Protocol. A network protocol that enables a server to automatically assign an IP address to an IP-enabled device from a defined range of numbers configured for a given network.  pool:

1. Navigate to the More > DHCP Server tab.

2. Enter the domain name of the client in the Domain name text box.

3. Enter the IP addresses of the DNSDomain Name System. A DNS server functions as a phone book for the intranet and Internet users. It converts human-readable computer host names into IP addresses and IP addresses into host names. It stores several records for a domain name such as an address 'A' record, name server (NS), and mail exchanger (MX) records. The Address 'A' record is the most important record that is stored in a DNS server, because it provides the required IP address for a network peripheral or element. servers separated by a comma (,) in the DNS Server(s) text box.

4. Enter the duration of the DHCPDynamic Host Configuration Protocol. A network protocol that enables a server to automatically assign an IP address to an IP-enabled device from a defined range of numbers configured for a given network.  lease in the Lease time text box. Select any of the following values from the drop-down list next to Lease time:

Minutes—For minutes, specify a value between 2 and 59.

Hours—For hours, specify a value between 1 and 23.

Days —For days, specify a value between 1 and 30.

The default lease time is 0.

5. Enter the network range for the client IP addresses in the Network text box. The system generates a network range automatically that is sufficient for 254 addresses. If you want to provide simultaneous access to more number of clients, specify a larger range.

6. Specify the subnetSubnet is the logical division of an IP network. mask details for the network range in the Mask text box.

7. Click OK to apply the changes.

In the New WebUI

To configure a DHCPDynamic Host Configuration Protocol. A network protocol that enables a server to automatically assign an IP address to an IP-enabled device from a defined range of numbers configured for a given network.  pool:

1. Navigate to the Configuration > DHCP Server page.

2. Enter the domain name of the client in the Domain name text box.

3. Enter the IP addresses of the DNSDomain Name System. A DNS server functions as a phone book for the intranet and Internet users. It converts human-readable computer host names into IP addresses and IP addresses into host names. It stores several records for a domain name such as an address 'A' record, name server (NS), and mail exchanger (MX) records. The Address 'A' record is the most important record that is stored in a DNS server, because it provides the required IP address for a network peripheral or element. servers separated by a comma (,) in the DNS Server(s) text box.

4. Enter the network range for the client IP addresses in the Network text box. The system generates a network range automatically that is sufficient for 254 addresses. If you want to provide simultaneous access to more number of clients, specify a larger range.

5. Specify the subnetSubnet is the logical division of an IP network. mask details for the network range in the Mask text box.

6. Enter the duration of the DHCPDynamic Host Configuration Protocol. A network protocol that enables a server to automatically assign an IP address to an IP-enabled device from a defined range of numbers configured for a given network.  lease in the Lease time text box. Select any of the following values from the drop-down list next to Lease time:

Minutes—For minutes, specify a value between 2 and 59.

Hours—For hours, specify a value between 1 and 23.

Days —For days, specify a value between 1 and 30.

The default lease time is 0.

7. Click Save to apply the changes.

In the CLI

To configure a DHCPDynamic Host Configuration Protocol. A network protocol that enables a server to automatically assign an IP address to an IP-enabled device from a defined range of numbers configured for a given network.  pool:

(Instant AP)(config)# ip dhcp pool

(Instant AP)(DHCP)# domain-name <domain>

(Instant AP)(DHCP)# dns-server <DNS-IP-address>

(Instant AP)(DHCP)# lease-time <minutes>

(Instant AP)(DHCP)# subnet <IP-address>

(Instant AP)(DHCP)# subnet-mask <subnet-mask>

To view the DHCPDynamic Host Configuration Protocol. A network protocol that enables a server to automatically assign an IP address to an IP-enabled device from a defined range of numbers configured for a given network.  database:

(Instant AP)# show ip dhcp database