Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

← Junos OS Fundamentals practice sets

JNCIA-JUNOS Junos OS Fundamentals • Complete Question Bank

JNCIA-JUNOS Junos OS Fundamentals — All Questions With Answers

Complete JNCIA-JUNOS Junos OS Fundamentals question bank — all 0 questions with answers and detailed explanations.

90
Questions
Free
No signup
Certifications/JNCIA-JUNOS/Practice Test/Junos OS Fundamentals/All Questions
Question 1mediummultiple choice
Read the full Junos OS Fundamentals explanation →

A network engineer is configuring a new Juniper device and needs to ensure that the configuration is saved persistently across reboots. Which command should be used?

Question 2easymultiple choice
Read the full Junos OS Fundamentals explanation →

An administrator needs to quickly revert all uncommitted configuration changes and return the device to the last committed configuration. Which command accomplishes this?

Question 3hardmultiple choice
Open the full BGP breakdown →

A Juniper device is experiencing high CPU utilization due to a routing protocol process. The engineer suspects a specific BGP peer is causing the issue. Which operational command can be used to collect diagnostic information about the routing protocol processes?

Question 4mediummultiple choice
Read the full NAT/PAT explanation →

A junior engineer is troubleshooting connectivity issues and wants to trace the path packets take to a remote destination. Which Junos command should be used?

Question 5easymultiple choice
Read the full Junos OS Fundamentals explanation →

An engineer needs to view the current active configuration on a Juniper device. Which command will display the configuration that is currently running?

Question 6mediummultiple choice
Read the full Junos OS Fundamentals explanation →

A network administrator is configuring a new interface and wants to ensure that the interface is enabled and can pass traffic. Which configuration element is required?

Question 7hardmultiple choice
Read the full Junos OS Fundamentals explanation →

During a maintenance window, an engineer needs to apply a series of configuration changes that are stored in a text file. Which command sequence should be used to load and apply the changes from the file?

Question 8easymultiple choice
Read the full Junos OS Fundamentals explanation →

An engineer notices that a Juniper device is not saving configuration changes across reboots. What is the most likely cause?

Question 9mediummulti select
Read the full Junos OS Fundamentals explanation →

Which TWO statements are true about the Junos OS candidate configuration model? (Choose two.)

Question 10hardmulti select
Read the full Junos OS Fundamentals explanation →

Which THREE commands are valid Junos operational mode commands for monitoring network diagnostics? (Choose three.)

Question 11easymulti select
Read the full Junos OS Fundamentals explanation →

Which TWO statements correctly describe the function of the 'commit' command in Junos OS? (Choose two.)

Question 12mediummultiple choice
Read the full Junos OS Fundamentals explanation →

Based on the exhibit, what is the most likely reason for the ping failure?

Exhibit

Refer to the exhibit.

user@router> show configuration interfaces ge-0/0/0
unit 0 {
    family inet {
        address 10.0.0.1/30;
    }
}

user@router> show interfaces terse ge-0/0/0
Interface               Admin Link Proto    Local                 Remote
ge-0/0/0                up    up   inet     10.0.0.1/30

user@router> ping 10.0.0.2 count 1
PING 10.0.0.2 (10.0.0.2): 56 data bytes
^C
--- 10.0.0.2 ping statistics ---
1 packets transmitted, 0 packets received, 100% packet loss
Question 13hardmultiple 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 14hardmultiple choice
Open the full BGP breakdown →

You are a network engineer at a service provider. You have a Juniper MX router that serves as a BGP route reflector for a large number of customer routes. Recently, the router has been experiencing high CPU utilization, and the BGP process (rpd) is consuming excessive memory. You suspect that the router is receiving too many routes from a specific BGP peer, causing the routing table to grow beyond the available memory. You need to diagnose the issue without affecting production traffic. Which course of action should you take?

Question 15mediummultiple choice
Read the full DNS explanation →

You are a network administrator for a large enterprise. You have a Juniper SRX firewall that is used as the primary internet gateway. Users are reporting that they are unable to access certain external websites. You check the device and find that the security policies appear correct, and the routing is in place. You suspect that the issue might be related to the DNS resolution. You want to verify that the device can resolve DNS names and that the DNS server configuration is correct. Which command should you use to test DNS resolution from the Juniper device?

Question 16mediummultiple choice
Review the full subnetting walkthrough →

A network engineer notices that a Junos device is not forwarding traffic for a specific subnet. The routing table shows the route for that subnet, but traffic is still not being forwarded. Which command should the engineer use to verify whether the firewall filter is dropping the traffic?

Question 17hardmulti select
Read the full Junos OS Fundamentals explanation →

Which THREE of the following statements are true regarding Junos OS commit operations?

Question 18easymultiple choice
Review the full routing breakdown →

Refer to the exhibit. An engineer wants to verify that static routes for 10.0.1.0/24 and 10.0.2.0/24 are present in the routing table. Based on the output, which statement is true?

Exhibit

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

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

10.0.1.0/24     *[Static/5] 00:10:00, metric 0
                    > to 192.168.1.1 via ge-0/0/0.0
10.0.2.0/24     *[Static/5] 00:10:00, metric 0
                    > to 192.168.1.2 via ge-0/0/0.0
192.168.1.0/24  *[Direct/0] 00:15:00, metric 0
                    > via ge-0/0/0.0
```
Question 19hardmultiple choice
Open the full BGP breakdown →

You are administering a Juniper MX240 router that provides connectivity to multiple customer sites. The router uses BGP to exchange routes with two upstream ISPs. Recently, you applied a new firewall filter to the loopback interface to restrict management access. After committing the configuration, you can no longer establish SSH sessions to the router from the management network. You are currently connected via console. The loopback filter is still applied. You suspect the filter is blocking SSH traffic from the management network. What should you do to restore SSH access without losing the other filter rules?

Question 20easymultiple choice
Read the full Junos OS Fundamentals explanation →

A network engineer needs to check the operational status of all interfaces on a Juniper device. Which command provides a summary of interface status including link state, protocol state, and error counters?

Question 21hardmulti select
Read the full Junos OS Fundamentals explanation →

Which THREE statements are true about commit operations in Junos OS?

Question 22mediummultiple choice
Review the full routing breakdown →

Refer to the exhibit. How many next hops are configured for the 192.168.1.0/24 route?

Exhibit

Refer to the exhibit.

user@router> show route protocol static

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

192.168.1.0/24     *[Static/5] 00:10:00, metric2 0
                    > to 10.0.0.1 via ge-0/0/0.0
                    [Static/5] 00:05:00, metric2 0
                      to 10.0.0.2 via ge-0/0/1.0

192.168.2.0/24     *[Static/5] 00:15:00, metric2 0
                    > to 10.0.0.1 via ge-0/0/0.0
Question 23mediumdrag order
Read the full Junos OS Fundamentals explanation →

Order the steps to configure a user account with a password in Junos.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 24mediummatching
Read the full Junos OS Fundamentals explanation →

Match each Junos file system directory to its content.

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

Concepts
Matches

Configuration files

Log files

Temporary files

Runtime state files

Alternate root filesystem for backup

Question 25easymultiple choice
Read the full Junos OS Fundamentals explanation →

Which Junos CLI mode allows a user to view the configuration and execute operational commands, but not make configuration changes?

Question 26mediummultiple choice
Read the full Junos OS Fundamentals explanation →

A network administrator makes several changes to the configuration but decides to discard all uncommitted changes and start fresh. Which command should be used to revert the candidate configuration back to the current active configuration?

Question 27hardmultiple choice
Read the full Junos OS Fundamentals explanation →

A Juniper device fails to boot and stops at the 'loader>' prompt. What is the most likely cause of this issue?

Question 28easymultiple choice
Read the full Junos OS Fundamentals explanation →

Which command displays the current hostname of a Junos device?

Question 29mediummultiple choice
Read the full Junos OS Fundamentals explanation →

An administrator needs to grant a user read-only access to the device via SSH. Which configuration should be applied?

Question 30hardmultiple choice
Read the full Junos OS Fundamentals explanation →

A technician notices that the /var partition on a Junos device is 95% full. Which action will immediately free up disk space without affecting device operation?

Question 31easymultiple choice
Read the full Junos OS Fundamentals explanation →

Which command is used to view the terminal history of commands entered by the user?

Question 32mediummultiple choice
Read the full Junos OS Fundamentals explanation →

A network operator needs to backup the current configuration to a file on the local flash. Which command accomplishes this?

Question 33hardmultiple choice
Read the full NAT/PAT explanation →

An engineer suspects that a recent software upgrade caused a compatibility issue. Which command should be used to revert the Junos OS to the previous version?

Question 34easymultiple choice
Read the full Junos OS Fundamentals explanation →

Refer to the exhibit. Which filesystem should the administrator investigate to free up disk space?

Exhibit

Refer to the exhibit.

From the output of 'show system storage':
Filesystem       Size    Used    Avail   Use%   Mounted on
/dev/da0s1a      1.9G    1.2G    600M     66%   /
devfs            1.0K    1.0K      0B    100%   /dev
/dev/md0         1.5G    1.4G     42M     97%   /var
/dev/da0s1e      190M     34M    142M     19%   /config
Question 35mediummultiple choice
Read the full Junos OS Fundamentals explanation →

Refer to the exhibit. Which log file will contain messages about authorization events?

Exhibit

Refer to the exhibit.

Configuration snippet:
system {
    syslog {
        file messages {
            any notice;
            authorization info;
        }
        file interactive-commands {
            interactive-commands any;
        }
    }
}
Question 36hardmultiple choice
Read the full Junos OS Fundamentals explanation →

Refer to the exhibit. How many commits have been made on this device?

Exhibit

Refer to the exhibit.

From the output of 'show system commit':
0   2024-03-15 14:00:00 UTC by root via cli
1   2024-03-14 10:00:00 UTC by admin via cli
2   2024-03-13 08:00:00 UTC by root via cli
Question 37easymulti select
Read the full Junos OS Fundamentals explanation →

Which TWO statements are true about the Junos OS boot process?

Question 38mediummulti select
Read the full Junos OS Fundamentals explanation →

Which THREE actions can be performed in operational mode on a Junos device?

Question 39hardmulti select
Read the full Junos OS Fundamentals explanation →

Which TWO commands are used to install and remove software packages on a Junos device?

Question 40easymultiple choice
Read the full Junos OS Fundamentals explanation →

Which command shows the operational status of all interfaces in a brief format?

Question 41easymultiple choice
Read the full Junos OS Fundamentals explanation →

What is the default behavior when a user logs in to a Junos device and enters configuration mode?

Question 42mediummultiple choice
Read the full Junos OS Fundamentals explanation →

Refer to the exhibit. The network administrator made a change that caused connectivity loss. They need to revert to the configuration before the most recent commit. Which command would accomplish this?

Exhibit

Refer to the exhibit.
user@router> show system commit
0   2025-03-20 10:15:23 UTC by admin via cli
1   2025-03-20 09:45:10 UTC by root via cli (confirmed)
2   2025-03-19 14:30:00 UTC by admin via cli
Question 43mediummultiple choice
Read the full Junos OS Fundamentals explanation →

An engineer needs to copy a configuration from one device to another. Which command should be used to export the current active configuration in a mergeable format?

Question 44easymultiple choice
Read the full Junos OS Fundamentals explanation →

What is the primary function of the fxp0 interface on a Juniper device?

Question 45hardmultiple choice
Read the full network assurance explanation →

Refer to the exhibit. An administrator wants to ensure that log messages are stored even if the remote syslog server becomes unavailable. What additional configuration is required?

Exhibit

Refer to the exhibit.
set system syslog host 10.10.10.1 any any
set system syslog archive size 100k files 3
Question 46hardmultiple choice
Read the full Junos OS Fundamentals explanation →

Refer to the exhibit. An administrator notices repeated failed login attempts. What should be configured to mitigate this attack?

Exhibit

Refer to the exhibit.
user@router> show log messages | match "sshd"
Mar 20 10:20:00 router sshd[1234]: Failed password for root from 192.168.1.100 port 22 ssh2
Mar 20 10:20:10 router sshd[1235]: Failed password for root from 192.168.1.100 port 22 ssh2
Mar 20 10:20:20 router sshd[1236]: Failed password for root from 192.168.1.100 port 22 ssh2
Question 47mediummultiple choice
Read the full Junos OS Fundamentals explanation →

An engineer wants to roll back to the previous configuration without losing the current candidate changes. Which command should be used?

Question 48mediummultiple choice
Read the full Junos OS Fundamentals explanation →

A Junos device has multiple configuration files saved. Which command shows the available rollback configurations?

Question 49easymultiple choice
Read the full Junos OS Fundamentals explanation →

Which operational command displays the system's current time and date?

Question 50mediummultiple choice
Review the full routing breakdown →

A device is configured with multiple routing instances. An engineer needs to view the ARP table for a specific routing instance. Which command should be used?

Question 51hardmultiple choice
Read the full Junos OS Fundamentals explanation →

What happens when a user issues the 'request system reboot' command without any options?

Question 52mediummulti select
Read the full Junos OS Fundamentals explanation →

Which TWO statements about the Junos commit model are true?

Question 53hardmulti select
Read the full Junos OS Fundamentals explanation →

Which THREE steps are typically part of a Junos OS upgrade process?

Question 54mediummulti select
Read the full Junos OS Fundamentals explanation →

Which TWO statements are true regarding Junos configuration groups?

Question 55easymultiple choice
Read the full Junos OS Fundamentals explanation →

A network administrator needs to remove all configuration changes made since the last commit without affecting the current active configuration. Which command should be used?

Question 56easymultiple choice
Read the full Junos OS Fundamentals explanation →

An engineer wants to view the current active configuration file that the device is using. Which command displays this information?

Question 57mediummultiple choice
Read the full Junos OS Fundamentals explanation →

A Junos device fails to boot and enters the loader prompt. Which command should be used to boot the device into the Junos kernel from the loader prompt?

Question 58mediummultiple choice
Read the full Junos OS Fundamentals explanation →

A technician is troubleshooting a device that has an inconsistent configuration. They need to revert to the configuration that was committed exactly two commits ago. Which command sequence accomplishes this?

Question 59hardmultiple choice
Read the full Junos OS Fundamentals explanation →

An organization plans to upgrade Junos from version 18.1R3 to 19.1R1. The device currently runs on 18.1R3. Which statement is true regarding the upgrade process?

Question 60easymultiple choice
Read the full Junos OS Fundamentals explanation →

A user needs to access the operational mode on a Junos device. What is the default prompt in operational mode?

Question 61mediummultiple choice
Review the full routing breakdown →

An administrator wants to ensure that if a network interface fails, the routing protocol process automatically restarts. Which Junos feature should be configured?

Question 62hardmultiple choice
Read the full Junos OS Fundamentals explanation →

A technician needs to upgrade the Junos OS on a device that is part of a redundant cluster. Which approach minimizes traffic disruption?

Question 63easymultiple choice
Read the full Junos OS Fundamentals explanation →

Which command saves the current operational state information to a file that can be provided to Juniper support for troubleshooting?

Question 64mediummulti select
Read the full Junos OS Fundamentals explanation →

Which TWO statements are true about the Junos file system? (Choose two.)

Question 65hardmulti select
Read the full Junos OS Fundamentals explanation →

Which THREE commands are valid in Junos operational mode? (Choose three.)

Question 66easymulti select
Read the full Junos OS Fundamentals explanation →

Which TWO statements describe correct methods to enter configuration mode? (Choose two.)

Question 67mediummultiple 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 68hardmultiple choice
Read the full Junos OS Fundamentals explanation →

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 69mediummultiple choice
Read the full Junos OS Fundamentals explanation →

Refer to the exhibit. An administrator wants to see authentication-related logs like SSH logins. In the current configuration, which log file contains this information?

Exhibit

Refer to the exhibit.

root@router# show system syslog
user.info {
    file messages;
}
authorization {
    file interactive-commands;
}

root@router> show log messages | last 10
Jun 15 12:00:01 router xntpd[1234]: time reset +0.1 sec
Jun 15 12:05:00 router sshd[5678]: Accepted password for admin from 10.0.0.1 port 22
Question 70mediummultiple choice
Open the full VLAN trunking answer →

A network engineer is troubleshooting connectivity between two VLANs on the same Juniper EX switch. Hosts in VLAN 100 cannot ping hosts in VLAN 200. The switch has an IRB interface configured for each VLAN. Which configuration is most likely missing?

Question 71easymultiple choice
Read the full Junos OS Fundamentals explanation →

A company wants to implement best practice for password recovery on Juniper devices to avoid service disruption. Which of the following is the recommended method?

Question 72hardmultiple choice
Review the full routing breakdown →

An administrator notices that after committing a configuration change on a Juniper MX router, the device loses connectivity to the management network. The management interface is part of a dedicated management routing instance. Which of the following is the most likely cause?

Question 73mediummultiple choice
Review the full routing breakdown →

A network engineer needs to upgrade Junos on an MX router with dual Routing Engines (RE0 and RE1). What is the recommended procedure to minimize downtime?

Question 74easymultiple choice
Read the full Junos OS Fundamentals explanation →

A junior administrator wants to view the current active configuration on a Juniper device. Which operational mode command should be used?

Question 75hardmultiple choice
Read the full Junos OS Fundamentals explanation →

During a network traffic storm, a Juniper EX switch's CPU utilization spikes to 100%. Which command would best help identify the cause?

Question 76mediummultiple choice
Read the full Junos OS Fundamentals explanation →

A company has multiple Juniper devices and wants to standardize configuration snapshots for backup and audit purposes. What is the best practice?

Question 77easymultiple choice
Read the full Junos OS Fundamentals explanation →

What is the purpose of the 'commit confirmed' command in Junos OS?

Question 78easymulti select
Read the full Junos OS Fundamentals explanation →

Which TWO statements about the Junos OS configuration hierarchy are correct? (Choose two.)

Question 79mediummulti select
Read the full Junos OS Fundamentals explanation →

Which TWO commands can be used to save the current Junos configuration to a file on the local flash drive? (Choose two.)

Question 80hardmulti select
Read the full Junos OS Fundamentals explanation →

Which THREE statements about the Junos OS file system are true? (Choose three.)

Question 81mediummultiple choice
Read the full Junos OS Fundamentals explanation →

You are a network engineer at a company that operates a pair of Juniper SRX firewalls in an active/passive cluster (Chassis Cluster). The cluster has been running Junos 15.1X49-D100 for over a year. Management has mandated an upgrade to a newer version to address security vulnerabilities. You follow the recommended upgrade procedure and successfully upgrade the primary node (node0) first, then failover to make node0 the backup, and upgrade the new primary (node1). After the upgrade, both nodes have the same version and appear to be in the cluster, but you notice that the backup node (node0) is stuck in 'ineligible' state and does not synchronize configuration changes. What is the most likely cause?

Question 82hardmultiple choice
Read the full Junos OS Fundamentals explanation →

Your enterprise network uses Juniper EX4300 switches in a collapsed core design with RSTP (802.1w) as the Layer 2 loop prevention protocol. You add a new EX2300 switch to an access closet and connect it to two different core switches using two uplink interfaces configured in an LACP LAG. After connecting the new switch, you notice intermittent connectivity issues across the entire network, with some devices reporting temporary packet loss. The issue occurs sporadically, especially during configuration changes or when links flap. You suspect the problem is related to RSTP. Upon investigation, you see that the new switch's uplink interfaces are both in the forwarding state, but occasionally one of them transitions to blocking and then back to forwarding. What is the most likely cause of the intermittent issues?

Question 83easymultiple choice
Read the full MPLS explanation →

You are a network administrator for a service provider that uses Juniper MX series routers to provide MPLS VPN services to customers. Management has requested that you implement a secure out-of-band management (OOBM) solution for all MX routers to ensure that management traffic is isolated from the production network, reducing the risk of unauthorized access and management plane attacks. You are tasked with designing the OOBM solution using a dedicated management interface (me0) and a separate management routing instance. Which of the following best practices should you follow?

Question 84mediummultiple choice
Read the full Junos OS Fundamentals explanation →

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 85mediummulti select
Read the full Junos OS Fundamentals explanation →

Which two statements correctly describe Junos OS login classes? (Choose two.)

Question 86easymultiple choice
Review the full routing breakdown →

A junior network administrator is setting up a Juniper MX router for the first time. After powering on the device, the administrator notices that the LED on the front panel blinks amber and the device does not complete the boot process. The console displays messages reporting file system errors. The administrator has no previous configuration changes and the device was shipped with factory defaults. Which action should the administrator take to resolve the boot issue?

Question 87hardmultiple choice
Open the full VLAN trunking answer →

A network engineer made several configuration changes on a Juniper QFX switch to implement new VLANs. After committing the changes, the engineer realized that the new configuration caused a critical loss of connectivity to the management network. The engineer needs to revert to the previous configuration that was working. The switch is still accessible via the console port, and the engineer has privilege level access. The previous configuration was committed two commits ago, and the current active configuration is the problematic one. Which action should the engineer take to restore the previous working configuration?

Question 88mediummulti select
Read the full Junos OS Fundamentals explanation →

Which TWO statements are correct regarding the Junos OS configuration hierarchy?

Question 89hardmultiple choice
Read the full Junos OS Fundamentals explanation →

Based on the exhibit, the interface appears to be up and has an IP address, but the 'monitor traffic' output shows no packets. What is the most likely cause?

Exhibit

Refer to the exhibit.

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

user@router> show interfaces terse ge-0/0/0
Interface               Admin Link Proto    Local                 Remote
ge-0/0/0                up    up   inet     10.0.0.1/24

user@router> monitor traffic interface ge-0/0/0 extensive
...
verbose output suppressed
...
PACKET: 0 received, 0 sent
Question 90easymultiple choice
Review the full routing breakdown →

A network engineer is configuring a new Juniper MX router to replace an existing core router. The engineer has applied several configuration changes and wants to ensure that the new configuration can be tested safely. If the test fails (e.g., loss of management connectivity), the router should automatically revert to the previous configuration after a 5-minute period. The engineer performs a commit confirmed with a timeout of 5 minutes. After 4 minutes, the engineer verifies that the change is successful and wants to make it permanent. Which action should the engineer take to ensure the configuration persists?

Practice tests

Scored 10-question sessions with instant feedback and explanations.

JNCIA-JUNOS Practice Test 1 — 10 Questions→JNCIA-JUNOS Practice Test 2 — 10 Questions→JNCIA-JUNOS Practice Test 3 — 10 Questions→JNCIA-JUNOS Practice Test 4 — 10 Questions→JNCIA-JUNOS Practice Test 5 — 10 Questions→JNCIA-JUNOS Practice Exam 1 — 20 Questions→JNCIA-JUNOS Practice Exam 2 — 20 Questions→JNCIA-JUNOS Practice Exam 3 — 20 Questions→JNCIA-JUNOS Practice Exam 4 — 20 Questions→Free JNCIA-JUNOS Practice Test 1 — 30 Questions→Free JNCIA-JUNOS Practice Test 2 — 30 Questions→Free JNCIA-JUNOS Practice Test 3 — 30 Questions→JNCIA-JUNOS Practice Questions 1 — 50 Questions→JNCIA-JUNOS Practice Questions 2 — 50 Questions→JNCIA-JUNOS Exam Simulation 1 — 100 Questions→

Practice by domain

Each domain maps to a weighted exam section. Focus on the domain where you are weakest.

User InterfacesJunos Configuration BasicsOperational Monitoring and MaintenanceRouting FundamentalsNetworking FundamentalsJunos OS Fundamentals

Practice by scenario

Filter questions by type — troubleshooting, exhibit, drag-and-drop, PBQ, ACLs, OSPF, and more.

Browse scenarios→

Continue studying

All Junos OS Fundamentals setsAll Junos OS Fundamentals questionsJNCIA-JUNOS Practice Hub