A network technician is troubleshooting a connectivity issue where hosts on VLAN 20 () are unable to access an enterprise application server at . Place the following diagnostic and remediation steps in the correct order according to standard CompTIA network troubleshooting methodology, from first step to last step.
- 1Ping the local default gateway interface () from a VLAN 20 workstation to verify local Layer 3 reachability.
- 2Execute a traceroute command to to pinpoint the intermediate router hop where traffic stops advancing.
- 3Inspect the IP routing table on the identified router to confirm a valid static or dynamic route to destination subnet exists.
- 4Review ingress and egress Access Control Lists (ACLs) on the router interface to check for misconfigured rules or an implicit deny statement blocking traffic.
- 5Modify the routing table or ACL rule configuration, then test reachability to to verify full end-to-end functionality.
Cevap
The correct troubleshooting order begins with testing local gateway reachability, followed by using traceroute to locate the failing hop, inspecting the routing table at that hop, reviewing ACL rules on the interface, and finally implementing the fix to verify restored connectivity.
Network troubleshooting follows a logical divide-and-conquer path: verify local gateway access first, trace the path to locate the failure hop, verify routing table entries at that hop, audit interface ACL policies, and conclude by executing the fix and verifying full end-to-end application access.
Adım Adım Çözüm
Anahtar Kavram
Methodological troubleshooting of routed networks by isolating issues from local gateway reachability to path routing tables and ACL security filters.