A network technician is investigating reports that several workstations on a corporate subnet () are intermittently assigned IP addresses in an unrecognized pool (), causing them to lose connection to internal network resources. Place the following troubleshooting and remediation steps in the correct chronological order from the initial diagnostic step to final verification.
- 1Run `ipconfig /all` on an affected workstation to record the assigned IP address, subnet mask, default gateway, and DHCP Server IP address.
- 2Cross-reference the reported DHCP Server IP address () against documented enterprise DHCP server addresses to confirm the presence of a rogue DHCP server.
- 3Query the access switch MAC address table for the rogue server MAC address to identify the specific physical switch port transmitting unauthorized DHCP Offer packets.
- 4Administrative shut down of the compromised access port and enable DHCP Snooping with trusted uplink ports across the switch infrastructure.
- 5Execute `ipconfig /release` and `ipconfig /renew` on affected client workstations to obtain valid leases from the authorized DHCP server and verify gateway connectivity.
Answer
The correct troubleshooting sequence is: 1) Run `ipconfig /all` on an affected endpoint, 2) Compare the DHCP server IP address against authorized documentation, 3) Query switch MAC address tables to locate the rogue server switch port, 4) Shut down the switch port and enable DHCP Snooping on untrusted ports, 5) Perform `ipconfig /release` and `ipconfig /renew` on client endpoints and verify connectivity.
Following CompTIA's troubleshooting methodology, an engineer must first identify problem symptoms on affected endpoints (`ipconfig /all`). Analyzing the output reveals an unauthorized DHCP server IP address. Next, checking network documentation confirms the server is rogue. The engineer must then locate the rogue hardware by looking up its MAC address in access switch MAC tables. Once located, the engineer disables the rogue server's port and enables DHCP Snooping to prevent unauthorized DHCP offer packets on untrusted switch ports. Finally, affected clients release and renew their IP configurations to receive valid leases from the legitimate server.
Step-by-Step Solution
Key Concept
Rogue DHCP Server Identification, Isolation, and DHCP Snooping Mitigation
Estimated Time:2m 30s