A Cisco IOS router is configured as an authoritative DHCP server with IP address conflict detection enabled (using the default ping settings). Place the operational steps in the correct chronological order to show how the router handles an incoming broadcast DHCP DISCOVER packet from a new client.
- 1The DHCP server selects an unassigned IP address from the matching IP pool based on the client subnet.
- 2The DHCP server transmits ICMP Echo Request packets to the candidate IP address to verify it is inactive.
- 3Upon receiving no ICMP response within the timeout, the server unicasts or broadcasts a DHCP OFFER to the client.
- 4The DHCP server receives a DHCP REQUEST from the client identifying the selected offer and server ID.
- 5The DHCP server commits the IP binding to its database and transmits a DHCP ACK packet to the client.
Cevap
The correct operational sequence is: 1) Select candidate IP address from pool based on client subnet -> 2) Send ICMP Echo Requests to verify address availability -> 3) Send DHCP OFFER to client after ICMP timeout -> 4) Receive client DHCP REQUEST accepting the offer -> 5) Create IP binding entry and send DHCP ACK.
When Cisco IOS conflict detection is active, the router evaluates an available IP address from the pool upon receiving a DHCP DISCOVER message. It probes the address using ICMP Echo Requests before transmitting a DHCP OFFER. If no reply is received, it sends the DHCP OFFER. The client responds with a DHCP REQUEST, and the server finishes the handshake by writing the binding and returning a DHCP ACK.
Adım Adım Çözüm
Anahtar Kavram
Cisco IOS DHCP Server Address Conflict Detection Sequence during DORA Process