DHCP Address Pools
Use the DHCP Dynamic 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. addresses. The managed device can use one of the addresses from this pool for its own IP address, and/or assign addresses in the pool to clients associating to that node.
page to configure a pool ofConfiguring DHCP Address pool
The following procedure describes how to configure a DHCP Dynamic 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. address pool:
- In the node hierarchy, navigate to .
- Click below the table.
- Define the following values for the pool, then click .
- Click .
- In the window, select the check-box and click .
Excluding IPv4 Address Range
The following procedure excludes an IPv4 address or a range of IPv4 addresses from the DHCP Dynamic 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:
- In the node hierarchy, navigate to > > .
- Expand the accordion.
- Click below the table.
- Under , specify the IPv4 address range in the field.
- Click .
- Click .
- In the window, select the check-box and click .
Excluding IPv6 Address Range
The following procedure excludes an IPv6 address or a range of IPv6 addresses from the DHCP Dynamic 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:
- In the node hierarchy, navigate to > > .
- Expand the accordion.
- Click below the table.
- Under , specify the IPv6 address range in the field.
- Click .
- Click .
- In the window, select the check-box and click .
Reserving IP Addresses
ArubaOS now allows you to manually reserve IP addresses from a DHCP Dynamic 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 specific devices or MAC Media Access Control. A MAC address is a unique identifier assigned to network interfaces for communications on a network. addresses across a large number of sites. By default, managed devices dynamically lease IP addresses from a DHCP Dynamic 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 to their connected clients. As IP addresses are randomly assigned to clients, the client devices may not acquire the same IP address every time they request for a network connection.
If your site has client devices, such as printers and scanners, for which you want to assign a static IP address, you can use IP reservation to manually bind IP addresses from a DHCP Dynamic 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 to a client MAC Media Access Control. A MAC address is a unique identifier assigned to network interfaces for communications on a network. address. With IP reservation, managed devices can assign the same IP address to a client whenever it requests for a network connection.
This feature is currently supported for IPv4 addresses only.
The following procedure reserves an IP address from the DHCP Dynamic 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:
- In the node hierarchy, navigate to > > .
- Expand the accordion.
- Click
The
window is displayed.
below the table. - Specify the
The
window allows five entries by default. Click to add another row. You can configure up to 64 clients.Ensure that you enter a valid IP address. The IP address cannot be a broadcast (255.255.255.255), multicast (224.0.0.0/8), or loopback (127.0.0.1) address.
, , and the that you want to reserve. - Click
To delete a client, select the client in the
table and click the delete icon..
.
The following CLI Command-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. command configures reserved entries with MAC Media Access Control. A MAC address is a unique identifier assigned to network interfaces for communications on a network. address of the device:
(host) [mynode] (config) ##ip dhcp reserved hardware-address <mac-address> ip-address <ipv4-address> hostname <hostname>
The host name is added to track configurations only. The DHCP Dynamic 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 does not accept host name in its configuration and it does not impact the way IP addresses are assigned to clients.
The following CLI Command-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. command deletes reserved entries with MAC Media Access Control. A MAC address is a unique identifier assigned to network interfaces for communications on a network. address of the device:
(host) [mynode] (config) ##no ip dhcp reserved hardware-address <mac-address>
Assigning DHCP Address Pool to VLAN
The following procedure describes how to assign a DHCP Dynamic 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. address pool to a VLAN Virtual Local Area Network. In computer networking, a single Layer 2 network may be partitioned to create multiple distinct broadcast domains, which are mutually isolated so that packets can only pass between them through one or more routers; such a domain is referred to as a Virtual Local Area Network, Virtual LAN, or VLAN.:
- In the node hierarchy, navigate to the .
- In the VLAN Virtual Local Area Network. In computer networking, a single Layer 2 network may be partitioned to create multiple distinct broadcast domains, which are mutually isolated so that packets can only pass between them through one or more routers; such a domain is referred to as a Virtual Local Area Network, Virtual LAN, or VLAN. to which you want to assign the DHCP Dynamic 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.
A
table appears
table, select the name of the - Select the VLAN Virtual Local Area Network. In computer networking, a single Layer 2 network may be partitioned to create multiple distinct broadcast domains, which are mutually isolated so that packets can only pass between them through one or more routers; such a domain is referred to as a Virtual Local Area Network, Virtual LAN, or VLAN. ID of the VLAN Virtual Local Area Network. In computer networking, a single Layer 2 network may be partitioned to create multiple distinct broadcast domains, which are mutually isolated so that packets can only pass between them through one or more routers; such a domain is referred to as a Virtual Local Area Network, Virtual LAN, or VLAN. to use the address pool.
The
table opens. - In the table, select the subtab and expand the accordion.
- For , select .
- Click the DHCP Dynamic 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. to associate to the VLAN Virtual Local Area Network. In computer networking, a single Layer 2 network may be partitioned to create multiple distinct broadcast domains, which are mutually isolated so that packets can only pass between them through one or more routers; such a domain is referred to as a Virtual Local Area Network, Virtual LAN, or VLAN.. drop-down list and select a
- Click .
- Click .
- In the window, select the check-box and click .