Hello, you are using an old browser that's unsafe and no longer supported. Please consider updating your browser to a newer version, or downloading a modern browser.
Training Camp • Cybersecurity Glossary
A DHCP setting that reserves specific addresses inside a scope from dynamic assignment, keeping them free for static devices like servers.
DHCP Exclusion Definition: A DHCP setting that reserves specific addresses inside a scope from dynamic assignment, keeping them free for static devices like servers.
A DHCP exclusion is a configuration that tells a DHCP server not to dynamically assign certain IP addresses that fall within a defined scope. It carves out specific addresses or ranges so the server never leases them, reserving those addresses for devices configured statically, such as servers, routers, switches, and printers.
It works as a filter applied on top of a scope. A scope defines the full range the server could lease; the exclusion subtracts the addresses that should remain off-limits. When a client requests an address, the server selects only from addresses inside the scope but outside any exclusion range. This is distinct from a DHCP reservation, which ties one specific address to a particular MAC so that device always gets the same lease; an exclusion simply withholds addresses from the dynamic pool entirely.
DHCP exclusions matter because IP address conflicts cause outages and obscure security visibility. If the DHCP server hands out an address already configured statically on a critical server, both devices may lose connectivity or behave unpredictably, and duplicate-address conditions complicate log attribution and incident investigation. Excluding the static range guarantees infrastructure devices keep predictable, known addresses, which also simplifies firewall rules, access control lists, and monitoring that reference those addresses.
For example, an administrator defines a scope of 192.168.10.1 through 192.168.10.254 but runs servers, the default gateway, and managed switches on 192.168.10.1 through 192.168.10.20 with static IPs. They configure a DHCP exclusion for 192.168.10.1 to 192.168.10.20, so the server only leases from 192.168.10.21 upward to ordinary clients. A new workstation joining the network receives, say, 192.168.10.45, while the file server at 192.168.10.10 is never at risk of having its address handed to another host, preventing conflicts and keeping firewall rules tied to that server reliable.
DHCP Exclusion is one of the topics you'll master in the CCNA Boot Camp.
CCNA Boot Camp →