Courseiva
easyMultiple ChoiceObjective-mapped

200-901 Practice Question: Troubleshooting connectivity for a remote branch…

You are troubleshooting connectivity for a remote branch office. The branch router (BR) connects to the head office router (HQ) via a point-to-point T1 link. The HQ router is also connected to the internet via a separate interface. Users at the branch can access the internet but cannot reach servers at the head office (subnet 10.10.10.0/24). You run 'show ip route' on BR and see a default route pointing to HQ's IP address, but no specific route for 10.10.10.0/24. The HQ router has a connected route for that subnet. On HQ, you see that the interface towards BR is up/up, and you can ping the BR's interface IP. What is the most likely cause of the issue?

⚠ Common exam trap

Cisco often tests the concept that a default route on the branch router is sufficient for outbound traffic, but candidates forget that the head office router also needs a route back to the branch's subnet for return traffic to succeed.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The HQ router does not have a route for the branch's local subnet.

The branch router (BR) has a default route pointing to the HQ router, which allows outbound traffic to the internet. However, for traffic from the branch to reach the HQ subnet (10.10.10.0/24), the HQ router must have a return route to the branch's local subnet. Without this specific route, the HQ router will drop packets destined for the branch because it does not know how to reach that network, even though the T1 link is up and the BR can ping the HQ interface. This is a classic asymmetric routing issue where the forward path works but the return path fails.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The HQ router does not have a route for the branch's local subnet.

    Why this is correct

    Without a return route, traffic from branch to HQ can leave but replies are dropped.

  • An ACL on the HQ router is blocking traffic from the branch subnet.

    Why it's wrong here

    There is no indication of ACL blocks; the issue is more fundamental.

  • The default route on BR is not pointing to the correct next-hop.

    Why it's wrong here

    If internet works, the default route is correct for outgoing traffic.

  • The T1 link is experiencing errors causing packet loss.

    Why it's wrong here

    Internet connectivity works, so the link is functional.

Visual reference

192.168.1.0 /24 256 addresses (254 usable) 192.168.1.0 /25 Subnet A 128 addr (126 usable) 192.168.1.128 /25 Subnet B 128 addr (126 usable) Borrowing 1 bit from host portion creates 2 subnets (/25)

Quick reference

Asymmetric Encryption Algorithm Comparison

AlgorithmKey ExchangeSignaturesEquivalent Security KeyNotes
RSA-3072YesYes128-bitWidely deployed; slow for bulk data
ECDSA P-256NoYes128-bitFast signatures; standard TLS certs
ECDH / ECDHEYesNo128-bitPerfect forward secrecy in TLS 1.3
DH / DHEYesNo128-bit (3072-bit key)Replaced by ECDHE in modern TLS
Ed25519NoYes~128-bitSSH keys, modern PKI

About these practice questions

One of 989 original 200-901 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This 200-901 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-901 exam.