A network engineer is integrating a central IP Address Management (IPAM) system with existing DHCP and DNS infrastructure to automate IP provisioning for newly deployed IP phones. Which TWO of the following actions must be configured on the DHCP service to enable automatic IPAM tracking and direct the phones to their provisioning server?
- Define vendor-specific DHCP option codes (such as Option 66 or Option 150) containing the IP address of the TFTP provisioning server.Answer
- BConfigure an IP helper address on host interfaces pointing directly to the IPAM server to forward address leases.
- Configure dynamic DNS (DDNS) update credentials and DHCP logging to feed active lease allocation data to the IPAM database.Answer
- DCreate static DNS CNAME records mapping each client phone's MAC address directly to its assigned IPv4 address.
- EModify the DHCP service settings to transmit boot configuration payloads over TCP port 67 instead of UDP port 67.
Answer
The correct configurations are defining vendor-specific DHCP option codes (such as Option 66 or Option 150) for provisioning server identification and enabling dynamic DNS updates alongside DHCP lease logging for IPAM synchronization.
Configuring DHCP options such as Option 66 or Option 150 allows DHCP servers to inform IP phones of the IP address or hostname of their provisioning server (such as TFTP). Simultaneously, enabling dynamic DNS (DDNS) integration and lease logging allows the central IPAM platform to ingest lease data continuously, keeping track of assigned IP addresses across subnets.
Step-by-Step Solution
Key Concept
DHCP Options and IP Address Management Integration