A network administrator is using a packet analyzer to troubleshoot an issue where client hosts on a remote subnet cannot obtain IP addresses automatically. The administrator suspects that DHCP relay messages are not reaching the centralized DHCP server. To verify if relayed bootstrap requests are arriving at the server's network interface card, which protocol and port criteria should the administrator filter for in the packet analyzer capture?
- UDP port 67Answer
- BTCP port 67
- CUDP port 68
- DIP Protocol 47
Answer
UDP port 67 is the correct filter criteria for inspecting incoming DHCP request and relay packets on the server interface.
DHCP uses UDP as its transport layer protocol. Centralized DHCP servers and relay agents send and receive requests on UDP port 67. To analyze incoming relay packets arriving at the server, filtering for UDP port 67 isolates the relevant BOOTREQUEST traffic.
Step-by-Step Solution
Key Concept
DHCP Protocol Operation and Packet Capture Filtering
Estimated Time:1m 30s