Table of Contents
What is a Scope in Microsoft Windows DHCP servers?
Subnets (DHCPv4 and DHCPv6 Subnets)
Special case for IPv6 based subnet
Multicast subnets
Shared Networks or Superscopes
Hosts or DHCP Reservations
Supernet
VLANs (Virtual LANs)
Static subnets
DHCP scope tree visualization
Bulk Import of IPv4/IPv6 Subnets, Multicast Subnets, and Hosts/DHCP Reservations in DDI Central
Guidelines for Importing DHCP Scopes Using CSV Files
A DHCP scope is a pool of IP addresses that a DHCP server can dynamically assign to clients that match the policy criteria for a particular subnet. Each scope represents a range of IP addresses that are available for lease to client devices, as well as configuration options associated with those IP addresses.
ManageEngine DDI Central supports the following IP topological elements that shape your Microsoft network infrastructure. Once these scopes are created you can edit or delete them easily using the DDI Central user interface.
A subnet represents a basic segment of IP addresses (IPv4 or IPv6) within a network.
Each subnet is defined by a range of IP addresses and a subnet mask, determining the network's address range.
To create an IPv4 subnet, go to DHCP-> Network-> Subnet. Click Add Subnet button in the top right corner. Make sure DHCPv4 is selected from the toggle in the top right corner.
Define a new subnet by providing values for various attributes of the subnet like:
Prefix: Specify the subnet size using an appropriate prefix, which denotes the number of IP addresses that the subnet can accommodate.
Options include:
If you require a new VLAN to be configured atop this particular subnet, provide additional details like VLAN ID, VLAN Description and Name to create a new VLAN while creating the subnet. Or you can enable the option Assign Existing VLAN to map an existing VLAN to the subnet you are about to create.
Moving down further, you can assign the necessary DHCP options, Custom options from a preferred Vendor Class and assign advanced DNS settings that control dynamic updates.
Once the details are complete, clicking the Save button will create the new subnet with the specified configuration.
For the DHCPv6 version of Subnet DDI Central requires you to specify the values for two additional fields. They are,
Preferred Life Time: Specify the duration for which an IPv6 address is preferred. During this time, the address is considered the primary address for communication and is actively used by the device. After the preferred lifetime expires, the address becomes deprecated, meaning it should no longer be used for new connections, although existing connections can continue to use it.
For instance, setting it to 8 days means the address is actively used and preferred only for 8 days.
Valid Life Time: Specify the total duration for which an IPv6 address is valid. This includes the preferred lifetime period plus additional time during which the address is still valid or functional but deprecated. After the valid lifetime expires, the address is no longer valid for any communication and should not be used by the client.
For instance, setting it to 12 days means the address remains valid (though deprecated after the preferred lifetime) for 12 days.
These fields help in managing the lifecycle of IP addresses in DHCPv6, ensuring an efficient use of IP address space and proper address management within the network.
Multicast subnets in Windows DHCP are specialized network segments designed to support multicast IP traffic, which allows a single data stream to be delivered to multiple recipients simultaneously. Multicast IP addresses are part of the Class D address range (224.0.0.0 to 239.255.255.255). These addresses are used to send data to multiple destinations simultaneously, making them ideal for streaming media, conferencing, and other applications that require efficient bandwidth usage.Windows DHCP servers can be configured to manage multicast scopes, which are essentially pools of multicast IP addresses. This enables the DHCP server to dynamically assign multicast addresses to clients.
DDI Central enables you to easily configure multicast subnets to manage and allocate multicast IP addresses within your network. This ensures that multicast traffic is efficiently routed and that IP address conflicts are avoided.
To configure multicast subnets in DDI Central,
Options include:
To create a DHCPv6 based host, just specify additional details like:
Supernets, or supernetting, refers to aggregating multiple networks into a larger network. In the context of DDI Central's DHCP, this is not a direct feature but rather a concept incorporated to simplify scope management.
Supernetting is used in IP routing more than in DHCP configurations. It's about combining smaller subnets into a larger address space for routing purposes and helps in hierarchically organizing your subnets in your network infrastructure.
DDI Central supports hierarchical supernet configurations, enabling administrators to efficiently structure and manage their network address space in a hierarchical manner. This feature enables the logical grouping of supernets and subnets, making it easier to navigate complex IP allocations while maintaining clear parent-child relationships.
To Configure Supernets for Windows DHCP servers:
VLANs are a network configuration that segments a physical network into multiple logical networks at the data link layer (Layer 2).
DDI Central enables DHCP servers to serve different VLANs as distinct subnets.
Each VLAN you create within a subnet functions as a separate network, which improves performance by reducing broadcast traffic, enhances security by isolating sensitive data, and simplifies management by grouping devices according to function, department, or project.You can also associate an already existing VLAN to the subnet.
Name the VLAN and provide a suitable description to quickly identify the new VLAN. Also assign a suitable VLAN ID.
Assign to: Select one of the two options here. This will allow you to assign the VLAN to either a Subnet or a Static Subnet.
Based on your choice in the Assign to field you can choose the relevant Subnet or Static subnet from the drop down list and Click Save to create the VLAN.
VLANs can also be created while creating a new Windows subnet. All you need to do is just enter the relevant VLAN details for the Subnet you are creating using the Create Subnet page.
Also, when discovering your current configurations from your network infrastructure using DDI Central discovery tools, it's crucial to note that VLANs and Supernets configured in your network will not be discovered. Therefore, ensure that you configure them separately in DDI Central for comprehensive and accurate network management.
Static subnets refer to segments of a network that have fixed IP addresses assigned to them. Unlike dynamic subnets, where IP addresses can be assigned on-the-fly by a DHCP server, static subnets have pre-defined IP ranges and the IP addresses are usually assigned manually to devices.
To define a static subnet in DDI Central:
DDI Central also lets you organize and manage the scopes in a hierarchical manner by providing hierarchical tree-view that show how different scopes relate to one another within the network. The DHCP scope tree view enables admins to quickly locate and access specific scopes, subnets, to manage configurations and troubleshooting tasks for a specific scope.
DDI Central provides flexible and powerful ways to manage IP address assignment and network configurations. Understanding these elements is crucial for network administrators to effectively design and manage their network's IP addressing scheme.
DDI Central enables administrators to import IPv4/IPv6 subnets, multicast subnets, and hosts/DHCP reservations in bulk using CSV files. This feature simplifies large-scale network configuration and reduces manual entry errors.
To perform a bulk import:
Following these guidelines will ensure a smooth and error-free import process.