Courseiva
Back to Juniper Networks Certified Associate Junos JNCIA-Junos questions

Scenario-based practice

Refer to the Exhibit Practice Questions

Practise Juniper Networks Certified Associate Junos JNCIA-Junos practice questions — original exam-style scenarios covering every exam domain, with detailed explanations, wrong-answer analysis, and common exam traps.

15
scenario questions
JN0-106
exam code
Juniper Networks
vendor

Scenario guide

How to approach refer to the exhibit practice questions

Practise exhibit-style questions that ask you to read a topology, table, command output or diagram before choosing the best answer.

Quick answer

Exhibit-style questions test whether you can read a topology, command output, diagram or table before choosing the best answer.

How to extract the relevant detail from an exhibit.

How topology, command output or routing information affects the answer.

How to avoid answering from memory before reading the evidence.

How to map the exhibit back to the exam objective.

Related practice questions

Related JN0-106 topic practice pages

Scenario questions usually connect to one or more exam topics. Use these links to review the underlying concepts behind the scenario.

Practice set

Practice scenarios

Question 1easymultiple choice
Full question →

Refer to the exhibit. A frame with destination MAC 00:0c:29:2a:3b:4d arrives on interface ge-0/0/0. What action will the switch take?

Exhibit

MAC address table:
VLAN        MAC address       Type         Age   Interfaces
default     00:00:5e:00:01:01 Static       -     ge-0/0/0.0
vlan10      00:0c:29:2a:3b:4c Dynamic      20    ge-0/0/1.0
vlan10      00:0c:29:2a:3b:4d Dynamic      10    ge-0/0/2.0
vlan20      00:0c:29:2a:3b:4e Dynamic       5    ge-0/0/3.0
Question 2easymultiple choice
Full question →

Refer to the exhibit. Which interface has a physical layer connectivity problem?

Exhibit

Output of 'show interfaces terse':
Interface               Admin Link Proto    Local                 Remote
ge-0/0/0                up    up   inet     192.168.1.1/24
ge-0/0/1                up    down inet
ge-0/0/2                down  down
ge-0/0/3                up    up   inet     10.0.0.1/30
lo0                     up    up   inet     127.0.0.1
Question 3mediummultiple choice
Open the full VLAN trunking answer →

Refer to the exhibit. A host connected to ge-0/0/1 cannot reach a host connected to ge-0/0/2 even though both are in VLAN10. What is the most likely cause?

Exhibit

Refer to the exhibit.

```
user@switch> show configuration interfaces ge-0/0/1
unit 0 {
    family ethernet-switching {
        port-mode access;
        vlan {
            members VLAN10;
        }
    }
}

user@switch> show vlans
VLAN name           Status    Ports
VLAN10              Up        ge-0/0/1, ge-0/0/2
VLAN20              Up        ge-0/0/3
```
Question 4hardmultiple choice
Full question →

Refer to the exhibit. What is the most likely cause of the error?

Exhibit

user@router# commit check
error: configuration check-out failed:
  syntax error
  '1.1.1.1/32'
  error: policy-options policy-statement test term 0 from protocol is not valid
Question 5mediummultiple choice
Full question →

Your data center uses Juniper QFX5110 switches as leaf nodes in a Virtual Chassis Fabric (VCF) topology with QFX5100 as spine nodes. You are adding a new QFX5110 leaf node to the fabric. The new switch is physically connected to all spine nodes as per the cabling guidelines. However, after powering on the new switch, it does not automatically join the fabric. The existing fabric shows the new switch's member ID as 8, but it remains in 'standalone' state. The VCF has been operational for several months without issues. You check the configuration on the existing VC and notice that the 'virtual-chassis' configuration does not include the new member. What is the most likely reason the new switch does not join?

Question 6hardmultiple choice
Full question →

Refer to the exhibit. A security analyst sees repeated login failures from 10.0.0.2 for user1. Which Junos feature can be used to automatically block further login attempts from that IP?

Exhibit

Refer to the exhibit.

root@router> show log messages | match "login"
Jun 15 10:30:22 router login: LOGIN FAILED FOR user1 FROM 10.0.0.2
Jun 15 10:30:25 router login: LOGIN FAILED FOR user1 FROM 10.0.0.2
Jun 15 10:30:28 router login: LOGIN FAILED FOR user1 FROM 10.0.0.2
Question 7easymultiple choice
Review the full routing breakdown →

Refer to the exhibit. Why is the route for 192.168.1.0/24 hidden?

Exhibit

show route protocol static

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

0.0.0.0/0          *[Static/10] 04:01:20, metric 0
                    > to 10.0.0.1 via ge-0/0/0.0
10.0.0.0/8         *[Static/10] 01:00:00, metric 0
                    > to 10.0.0.2 via ge-0/0/0.0
192.168.1.0/24     [Static/10] 02:00:00, metric 0
                    (hidden)
Question 8hardmultiple choice
Review the full routing breakdown →

Based on the exhibit, what is the most likely impact on the router?

Exhibit

Refer to the exhibit.

user@router> show log messages | match "kernel"
Jan 10 10:00:00 router kernel: pid 1234 (rpd), uid 0, was killed: out of swap space
Jan 10 10:00:01 router kernel: pid 1235 (rpd), uid 0, was killed: out of swap space
Question 9easymultiple choice
Full question →

Refer to the exhibit. What does this command accomplish?

Exhibit

user@router> help syslog messages | match error

KERNEL_ERROR    Kernel error messages
USER_ERROR      User-level error messages
DAEMON_ERROR    Daemon error messages
Question 10hardmultiple choice
Full question →

Refer to the exhibit. An engineer runs the command shown. What does this output indicate?

Exhibit

user@router# show | compare rollback 0
[edit interfaces ge-0/0/0 unit 0 family inet]
+      address 192.0.2.1/24;
-      address 10.0.0.1/24;
Question 11mediummultiple choice
Review the full routing breakdown →

Refer to the exhibit. An operator tries to ping 192.168.1.2 from this router and fails. The router can ping itself (192.168.1.1). What is the most likely cause?

Exhibit

Refer to the exhibit.

root@router> show configuration interfaces 
ge-0/0/0 {
    unit 0 {
        family inet {
            address 192.168.1.1/24;
        }
    }
}

root@router> show interfaces ge-0/0/0 terse              
Interface               Admin Link Proto    Local                 Remote
ge-0/0/0                up    up   inet     192.168.1.1/24
Question 12hardmultiple choice
Review the full OSPF breakdown →

Refer to the exhibit. The OSPF neighbor adjacency repeatedly goes up and down on R1. What is a likely cause?

Exhibit

Mar 15 10:00:00 R1 rpd[2345]: RPD_OSPF_NBRDOWN: OSPF neighbor 10.0.0.2 (ge-0/0/0) state changed from Full to Down (event: KillNbr)
Mar 15 10:00:01 R1 rpd[2345]: RPD_OSPF_NBRUP: OSPF neighbor 10.0.0.2 (ge-0/0/0) state changed from Down to Full
Question 13hardmultiple choice
Review the full routing breakdown →

Refer to the exhibit. The route for 192.168.0.0/16 is hidden. What is the most likely reason?

Exhibit

show route protocol bgp

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

172.16.0.0/12      *[BGP/170] 00:01:20, MED 0, localpref 100, from 192.168.1.1
                      AS path: 64500 65000 I
                    > to 10.0.0.2 via ge-0/0/0.0
10.0.0.0/8         *[BGP/170] 00:02:00, MED 0, localpref 200, from 192.168.1.2
                      AS path: 64500 I
                    > to 10.0.0.1 via ge-0/0/0.0
192.168.0.0/16     [BGP/170] 00:01:00, MED 0, localpref 100, from 192.168.1.1
                      AS path: 64500 65000 I
                    (hidden)
Question 14easymultiple choice
Review the full routing breakdown →

Refer to the exhibit. What does the 'user' type indicate about the route?

Exhibit

show route forwarding-table destination 0.0.0.0/0

Routing table: default.inet
Destination        Type RtRef Next hop           Type Index NhRef Netif
0.0.0.0/0          user     0 192.168.1.1        ucst   1112     2 ge-0/0/0.0
Question 15mediummultiple choice
Full question →

Refer to the exhibit. An administrator needs to ensure that all emergency (emerg) messages are logged to the console. Based on the configuration shown, which statement is correct?

Exhibit

system {
    syslog {
        console {
            any warning;
        }
        file messages {
            any any;
        }
        host 192.168.1.1 {
            any critical;
        }
    }
}

These JN0-106 practice questions are part of Courseiva's free Juniper Networks certification practice question bank. Courseiva provides original exam-style JN0-106 questions with detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics.