- A
One of the static routes resolves to multiple next hops, causing imbalance.
If one route resolves to multiple next hops, it may appear as multiple routes, skewing load balancing.
- B
ECMP is not enabled in the forwarding-options.
Why wrong: ECMP is enabled, but the issue is next-hop count.
- C
The route to ISP-B is not active.
Why wrong: Both routes are active.
- D
Hash-based load balancing requires per-packet configuration.
Why wrong: Hash-based is default; per-packet is not typical.
Quick Answer
The answer is that one of the static routes resolves to multiple next hops, causing an ECMP load balancing failure. In Junos, when both static default routes have equal preference and metric, they are installed in the routing table, but ECMP requires each route to resolve to a single next hop for proper load sharing. If the route to ISP-B (10.0.0.6) undergoes recursive next-hop resolution and finds multiple paths—perhaps due to a shared subnet or indirect route—the route with a single next hop (ISP-A) becomes the sole forwarding path, while the multi-next-hop route is ignored for load balancing. On the JNCIA-Junos exam, this scenario tests your understanding of how Junos handles recursive next-hop resolution and its impact on ECMP, a common trap where both routes appear active but traffic fails to distribute. Remember the memory tip: “One hop per route for ECMP to compute; multiple hops will make the traffic mute.”
JNCIA-JUNOS Routing Fundamentals Practice Question
This JNCIA-JUNOS practice question tests your understanding of routing fundamentals. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
You are the network engineer for a mid-sized enterprise with a Juniper MX router running Junos. The router has two uplinks to the internet: one to ISP-A via ge-0/0/0 (10.0.0.1/30) and one to ISP-B via ge-0/0/1 (10.0.0.5/30). You have configured static default routes to both ISPs: one to 10.0.0.2 and one to 10.0.0.6. Both routes have the same preference (default 5) and metric. You enabled ECMP to load-balance outbound traffic. After testing, you notice that all traffic is being sent only to ISP-A, and none to ISP-B. You verify that both interfaces are up and that the next-hop addresses are reachable. You check the routing table and see both routes are active but with different next-hop counts. What is the most likely cause of the traffic not being load-balanced?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"most likely"Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.
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
One of the static routes resolves to multiple next hops, causing imbalance.
When both static default routes have the same preference and metric, Junos installs both in the routing table. However, ECMP load-balancing requires that each route resolve to a single next hop. If one static route resolves to multiple next hops (e.g., through a recursive lookup to a prefix with multiple paths), the route with a single next hop (ISP-A) becomes the sole active path for forwarding, while the multi-next-hop route (ISP-B) is not used for load balancing. This explains why all traffic goes to ISP-A despite both routes being present.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
One of the static routes resolves to multiple next hops, causing imbalance.
Why this is correct
If one route resolves to multiple next hops, it may appear as multiple routes, skewing load balancing.
Clue confirmation
The clue word "most likely" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
ECMP is not enabled in the forwarding-options.
Why it's wrong here
ECMP is enabled, but the issue is next-hop count.
- ✗
The route to ISP-B is not active.
Why it's wrong here
Both routes are active.
- ✗
Hash-based load balancing requires per-packet configuration.
Why it's wrong here
Hash-based is default; per-packet is not typical.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates assume both routes are equally valid for ECMP simply because they appear in the routing table, but they overlook how recursive resolution can cause one route to have multiple next hops, breaking the equal-cost multipath condition.
Detailed technical explanation
How to think about this question
In Junos, a static route with a next-hop IP address that is not directly connected triggers recursive route resolution. If the recursive lookup finds multiple equal-cost paths to that next-hop address, the static route inherits multiple next hops, which can cause Junos to treat it as a multipath route. However, for ECMP to load-balance across two different static default routes, each must resolve to a single next hop; otherwise, the route with multiple next hops may be ignored for forwarding due to how Junos handles next-hop counts in the forwarding table.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Routing Fundamentals — study guide chapter
Learn the concepts, then practise the questions
- →
Routing Fundamentals practice questions
Targeted practice on this topic area only
- →
All JNCIA-JUNOS questions
514 questions across all exam domains
- →
Juniper Networks Certified Associate Junos JNCIA-Junos study guide
Full concept coverage aligned to exam objectives
- →
JNCIA-JUNOS practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related JNCIA-JUNOS practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
User Interfaces practice questions
Practise JNCIA-JUNOS questions linked to User Interfaces.
Junos Configuration Basics practice questions
Practise JNCIA-JUNOS questions linked to Junos Configuration Basics.
Operational Monitoring and Maintenance practice questions
Practise JNCIA-JUNOS questions linked to Operational Monitoring and Maintenance.
Routing Fundamentals practice questions
Practise JNCIA-JUNOS questions linked to Routing Fundamentals.
Networking Fundamentals practice questions
Practise JNCIA-JUNOS questions linked to Networking Fundamentals.
Junos OS Fundamentals practice questions
Practise JNCIA-JUNOS questions linked to Junos OS Fundamentals.
JNCIA-JUNOS fundamentals practice questions
Practise JNCIA-JUNOS questions linked to JNCIA-JUNOS fundamentals.
JNCIA-JUNOS scenario practice questions
Practise JNCIA-JUNOS questions linked to JNCIA-JUNOS scenario.
JNCIA-JUNOS troubleshooting practice questions
Practise JNCIA-JUNOS questions linked to JNCIA-JUNOS troubleshooting.
Practice this exam
Start a free JNCIA-JUNOS practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this JNCIA-JUNOS question test?
Routing Fundamentals — This question tests Routing Fundamentals — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: One of the static routes resolves to multiple next hops, causing imbalance. — When both static default routes have the same preference and metric, Junos installs both in the routing table. However, ECMP load-balancing requires that each route resolve to a single next hop. If one static route resolves to multiple next hops (e.g., through a recursive lookup to a prefix with multiple paths), the route with a single next hop (ISP-A) becomes the sole active path for forwarding, while the multi-next-hop route (ISP-B) is not used for load balancing. This explains why all traffic goes to ISP-A despite both routes being present.
What should I do if I get this JNCIA-JUNOS question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Are there clue words in this question I should notice?
Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more ways this is tested on JNCIA-JUNOS
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. Refer to the exhibit. How many next hops are installed for the 10.1.1.0/24 route?
easy- A.4
- ✓ B.2
- C.3
- D.1
Why B: The exhibit shows two next hops: 192.168.1.1 and 192.168.2.1. Both are installed as part of an ECMP or redundancy setup.
Last reviewed: Jun 11, 2026
This JNCIA-JUNOS practice question is part of Courseiva's free Juniper Networks 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 JNCIA-JUNOS exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.