A network administrator is investigating an issue where a workstation configured with IPv4 address cannot connect to an internal HTTPS server at . The network path spans multiple VLANs across a Layer 3 switch, a core router, and perimeter firewalls. Following a systematic network troubleshooting methodology, place the diagnostic steps in the correct logical sequence to systematically isolate whether the root cause lies within the host setup, default gateway reachability, routing table entries, or ACL filtering.
- 1Inspect the local IP configuration on the workstation using `ipconfig /all` to confirm the subnet mask and default gateway address ().
- 2Execute a ping from the workstation to the local gateway interface at to verify local segment Layer 3 reachability.
- 3Run a path trace utility (`tracert 10.50.10.100`) from the workstation to identify the specific hop where packet traversal stops.
- 4Log into the router where hop loss occurred and execute `show ip route 10.50.10.100` to verify a valid matching prefix and next-hop path exist.
- 5Examine the active Access Control Lists using `show ip access-lists` on the ingress and egress interfaces along the forwarding path to check for explicit or implicit deny rules matching TCP port 443.
Cevap
The correct troubleshooting sequence starts by verifying host IP configuration parameters, testing reachability to the local default gateway, tracing the path toward the target server to locate where packets drop, inspecting the routing table at that hop, and finally auditing interface ACLs for filtering rules blocking TCP port 443.
Structured network troubleshooting progresses logically from local host configuration (Layer 1–3) to local gateway connectivity, followed by path discovery (traceroute), transit routing table lookup, and lastly Layer 4 security filtering (ACLs). This bottom-up and path-isolation approach avoids misdiagnosing infrastructure security filters when basic host parameters or gateway routes are misconfigured.
Adım Adım Çözüm
Anahtar Kavram
CompTIA Layered Network Troubleshooting Methodology for Gateway, Routing, and Access Control List Failures
Tahmini Süre:2m 0s