Equipment: the DHCP system configured in Exercise 1, Wireshark.
(3h) Capturing the full DORA exchange with Wireshark: identify each packet (Discover, Offer, Request, Ack), read the key fields (CHADDR, siaddr, yiaddr, options).
(3h) DHCP failure simulation: pool saturation (all addresses assigned), client receiving a wrong configuration (wrong gateway), DHCP server unreachable from a VLAN — diagnosis and fix.
(4h) Lease administration: view the list of active leases, manually revoke a lease, observe the client's re-request.
(3h) Writing a DHCP configuration reference document covering the 3 pools, reservations, and diagnostic procedures.
DHCP fields to identify in Wireshark: CHADDR = client's MAC address, yiaddr = proposed/assigned IP address, siaddr = server's IP address, option 3 = gateway, option 6 = DNS servers, option 51 = lease duration.
◆ SUMMARY SHEET — WEEK 20 SELF-ASSESSMENT
1. I can describe the DORA exchange and the role of each message.
2. I can configure a DHCP server with pool, mask and options.
3. I can configure a static reservation by MAC address.
4. I can explain why the Discover does not cross VLAN boundaries.
5. I can configure an inter-VLAN DHCP relay.
6. I can capture and analyse a DORA exchange with Wireshark.
7. I can diagnose a DHCP address assignment failure.
8. I can administer the active leases of a DHCP server.