Courseiva

JN0-106 · topic practice

Routing Fundamentals practice questions

Practise Juniper Networks Certified Associate Junos JNCIA-Junos Routing Fundamentals practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security
20 questionsDomain: Routing Fundamentals

What the exam tests

What to know about Routing Fundamentals

Routing questions usually test route selection (administrative distance, metric), how static routes are configured and when they are preferred over dynamic routing.

Administrative distance comparing routing sources.

Static route configuration: next-hop vs exit interface.

Default route propagation and the gateway of last resort.

Recursive routing table lookups.

Watch out for

Common Routing Fundamentals exam traps

  • Lower administrative distance wins when two routing sources have the same prefix.
  • A static route with an exit interface creates a directly-connected dependency.
  • The gateway of last resort is set by the default route, not automatically.
  • Metric is only compared within the same routing protocol.

Practice set

Routing Fundamentals questions

20 questions · select your answer, then reveal the explanation

Question 1easymultiple choice
Review the full routing breakdown →

A network engineer is troubleshooting a connectivity issue and wants to see the active routes in the routing table. Which Junos CLI command should they use?

Question 2hardmultiple choice
Review the full OSPF breakdown →

During a routing table lookup, a packet matches both a static route and an OSPF route to the same destination. Which route will be installed in the forwarding table?

Question 3easymulti select
Review the full routing breakdown →

Which TWO statements about active routes in the Junos routing table are correct?

Question 4mediummulti select
Review the full routing breakdown →

Which THREE statements about static routes in Junos are correct?

Question 5hardmulti select
Review the full routing breakdown →

Which THREE route types are considered protocol-independent in Junos?

Question 6mediummultiple choice
Review the full routing breakdown →

Refer to the exhibit. How many static default routes are configured?

Exhibit

show route protocol static

inet.0: 5 destinations, 5 routes (5 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both

0.0.0.0/0          *[Static/5] 00:10:00, metric2 0
                    > to 10.0.0.1 via ge-0/0/0.0
                    [Static/10] 00:05:00, metric2 0
                      to 10.0.0.2 via ge-0/0/1.0
Question 7hardmultiple choice
Review the full routing breakdown →

Refer to the exhibit. Which route is active for the 192.168.1.0/24 prefix?

Exhibit

show route 192.168.1.0/24

inet.0: 15 destinations, 15 routes (15 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both

192.168.1.0/24     *[OSPF/10] 01:00:00, metric 20
                    > to 10.0.0.2 via ge-0/0/0.0
                    [Static/5] 00:30:00, metric 0
                      to 10.0.0.3 via ge-0/0/1.0
Question 8easymultiple choice
Review the full routing breakdown →

Which Junos command displays the route to a specific IP address, including the active route and any backup routes?

Question 9hardmultiple choice
Review the full routing breakdown →

A network administrator wants to filter routes from being installed in the routing table based on certain criteria. Which Junos feature should be used?

Question 10mediummulti select
Review the full routing breakdown →

Which TWO attributes are used by Junos to select the active route among multiple routes to the same destination?

Question 11easymultiple choice
Review the full routing breakdown →

What is the default preference of a direct route in Junos?

Question 12mediummultiple choice
Review the full routing breakdown →

A network engineer is troubleshooting a reachability issue between two directly connected routers. Both routers have IP addresses configured on their interfaces and the interfaces are up. Which command would the engineer use to verify the routing table entry for the remote network?

Question 13mediummulti select
Review the full routing breakdown →

Which THREE statements are true regarding static routes in Junos?

Question 14hardmultiple choice
Review the full routing breakdown →

Refer to the exhibit. The router has three static routes configured. Which route will be used to forward a packet destined to 172.16.1.100?

Exhibit

Refer to the exhibit.
```
user@router> show route protocol static

inet.0: 5 destinations, 5 routes (5 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both

0.0.0.0/0          *[Static/5] 00:10:00, metric2 0
                    > to 192.168.1.1 via ge-0/0/0.0
10.0.0.0/8         *[Static/5] 00:05:00, metric2 0
                    > to 10.0.0.1 via ge-0/0/1.0
172.16.0.0/16      *[Static/5] 00:02:00, metric2 0
                    > to 172.16.0.1 via ge-0/0/2.0
```
Question 15easymultiple choice
Review the full subnetting walkthrough →

You are managing a small enterprise network with one Juniper router and two switches. The router connects to an ISP via ge-0/0/0 and to the internal network via ge-0/0/1. The internal network uses the 192.168.1.0/24 subnet. You need to configure a default route on the router to send all Internet-bound traffic to the ISP gateway at 203.0.113.1. You also want to ensure that internal hosts can reach the Internet. After configuring the default route, you test connectivity from a host on the internal network to an external website, but the ping fails. You verify that the host has an IP address of 192.168.1.100/24 and a default gateway of 192.168.1.1 (the router's internal interface). On the router, you run 'show route 0.0.0.0/0' and see the default route active. You also run 'ping 203.0.113.1' from the router and it succeeds. However, pinging from the host to the ISP gateway fails. What is the most likely cause?

Question 16easymulti select
Review the full routing breakdown →

Which TWO statements are true about static routes in Junos?

Question 17mediummultiple choice
Review the full routing breakdown →

Refer to the exhibit. The router has a default static route and a static route to 10.0.0.0/24. An engineer updates the next-hop for the default route from 192.168.1.1 to 192.168.1.2. Which command should the engineer use to verify that the change is active?

Exhibit

Refer to the exhibit.

user@router> show route protocol static

inet.0: 8 destinations, 8 routes (8 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both

0.0.0.0/0          *[Static/5] 1w2d 00:12:32, metric2 0
                    > to 192.168.1.1 via ge-0/0/0.0
10.0.0.0/24        *[Static/5] 1w2d 00:10:15, metric2 0
                    > to 10.0.0.1 via ge-0/0/1.0

user@router> show route 10.0.0.0

inet.0: 8 destinations, 8 routes (8 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both

10.0.0.0/24        *[Static/5] 1w2d 00:10:15, metric2 0
                    > to 10.0.0.1 via ge-0/0/1.0

user@router> show route 0.0.0.0

inet.0: 8 destinations, 8 routes (8 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both

0.0.0.0/0          *[Static/5] 1w2d 00:12:32, metric2 0
                    > to 192.168.1.1 via ge-0/0/0.0
Question 18mediummatching
Review the full routing breakdown →

Match each Junos routing protocol to its primary characteristic.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Link-state IGP using Dijkstra algorithm

Link-state IGP used in large ISPs

Path-vector EGP used for inter-AS routing

Distance-vector IGP using hop count

Manually configured route with next-hop

Question 19mediummatching
Review the full routing breakdown →

Match each Junos configuration hierarchy to its function.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Configures physical and logical interfaces

Configures routing protocols

Configures routing policies and prefix lists

Configures firewall, NAT, and IPsec

Configures system parameters like hostname and NTP

Question 20mediummultiple choice
Review the full OSPF breakdown →

An engineer observes that traffic destined to 203.0.113.0/24 is being load-balanced across two equal-cost paths via OSPF. The engineer wants to ensure that all traffic for this prefix uses only one path unless the primary path fails. Which configuration change should be made?

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused Routing Fundamentals sessions

Start a Routing Fundamentals only practice session

Every question in these sessions is drawn from the Routing Fundamentals domain — nothing else.

Related practice questions

Related JN0-106 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the JN0-106 exam test about Routing Fundamentals?
Routing questions usually test route selection (administrative distance, metric), how static routes are configured and when they are preferred over dynamic routing.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Routing Fundamentals questions in a focused session?
Yes — the session launcher on this page draws every question from the Routing Fundamentals domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other JN0-106 topics?
Use the topic links above to move to related areas, or go back to the JN0-106 question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the JN0-106 exam covers. They are not copied from any real exam or dump site.