What is a DHCP Super Scope?
A standard DHCP scope assigns IP addresses for a single logical subnet (e.g., 192.168.1.0/24). However, if your company expands rapidly and that subnet runs completely out of available IP addresses, you cannot simply “expand” a /24 subnet without reconfiguring every statically assigned device and router interface on the network. A DHCP Super Scope solves this by grouping multiple, completely distinct IP subnets (e.g., 192.168.1.x and 192.168.2.x) together, allowing the DHCP server to seamlessly hand out addresses from both ranges to clients residing on the exact same physical wire.
Step 1: Understand the Prerequisites
Before creating a Super Scope, you must ensure your network router interface (the default gateway for the clients) is configured with multiple IP addresses. The router must have an IP address in the primary subnet (e.g., 192.168.1.1) and a secondary IP address in the new subnet (e.g., 192.168.2.1) so it knows how to route traffic between the two logical networks on the same physical VLAN.
Step 2: Create the Individual Scopes
A Super Scope is essentially an umbrella that holds standard scopes. Open the DHCP Management Console on your Windows Server.
Ensure that your original, depleted scope (e.g., 192.168.1.0) is active. Next, right-click the IPv4 node and select New Scope…. Run through the wizard to create the new overflow scope (e.g., 192.168.2.0). Crucially, ensure you set the Router (Default Gateway) option for this new scope to the secondary router IP (192.168.2.1). Activate the new scope.
Step 3: Launch the Super Scope Wizard
With both independent scopes created and active, right-click the IPv4 node in the DHCP console again, and select New Superscope….
The Superscope Wizard will launch. Click Next. Provide a descriptive name for the group, such as “Corporate-LAN-Superscope”, and click Next.
Step 4: Select the Member Scopes
The wizard will display a list of all active, independent scopes on the server. Hold the Ctrl key on your keyboard and click to select both your original depleted scope (192.168.1.0) and your brand new overflow scope (192.168.2.0).
Click Next, review the summary, and click Finish.
Step 5: Verify the Configuration
In the DHCP console tree under the IPv4 node, you will now see a new folder icon labeled Superscope Corporate-LAN-Superscope. If you expand it, you will see your two individual scopes nested cleanly inside.
When a new client connects to the network and broadcasts a DHCP Discover packet, the server will check the original scope. If it is 100% full, the server will automatically bridge to the next scope in the Super Scope and offer the client a 192.168.2.x address, saving you from a massive network re-architecture project.