A client workstation on VLAN 10 () cannot reach a database server located on VLAN 30 () across an enterprise Layer 3 switch with Access Control Lists (ACLs). Following the CompTIA network troubleshooting methodology, place the diagnostic and remediation actions in the correct sequential order from first step to last step.
- 1Verify local host network settings by checking the workstation's IP address, subnet mask, and default gateway configuration.
- 2Ping the configured default gateway address () from the client workstation.
- 3Execute a `traceroute` from the client workstation to the target IP ().
- 4Inspect the Layer 3 switch routing table and configured ACLs (`show ip route` and `show ip access-lists`).
- 5Apply the missing route or modify the ACL permit rule, then test database connectivity to verify resolution.
Answer
The correct logical order begins with checking local host configuration, testing local default gateway reachability, performing a traceroute to identify the blocking network hop, inspecting the switch routing table and ACLs at that hop, and finally applying the configuration fix and verifying service connectivity.
The correct sequence follows the CompTIA troubleshooting methodology by starting at the local host (verifying host IP settings), testing the local link to the default gateway, executing path analysis to pinpoint the failure point (traceroute), inspecting infrastructure configuration files (routes and ACLs), and concluding with remediation and verification.
Step-by-Step Solution
Key Concept
Sequential isolation of routing, gateway, and ACL issues using CompTIA troubleshooting methodology
Estimated Time:2m 0s