Users on a corporate subnet () intermittently experience network connectivity loss accompanied by IP address conflict warnings. A network technician discovers that a new network printer was manually configured with the static IP address . The local DHCP server scope is configured for with a distribution pool ranging from through . Which of the following actions on the DHCP server is the best resolution to permanently prevent this conflict?
- Configure an exclusion range on the DHCP scope for the static IP address assigned to the printer.Cevap
- BEnable a DHCP relay agent on the local router interface to filter duplicate address broadcast requests.
- CConfigure the DHCP scope's Default Gateway (Option 003) to use the static printer address of .
- DInstruct affected client workstations to fall back to APIPA (169.254.x.x) addresses when an IP collision occurs.
Cevap
Configure an exclusion range on the DHCP scope for the static IP address assigned to the printer.
The issue is caused by overlapping address allocations: the static IP address () assigned to the printer lies within the DHCP scope's active lease pool (–). Creating an exclusion range for on the DHCP server prevents the server from issuing that address to dynamic clients, eliminating duplicate IP address collisions.
Adım Adım Çözüm
Anahtar Kavram
DHCP Scope Exclusions and Static Address Management