Juniper JN0-352 Practice Exam Questions & Answers

5 Free Questions · Last reviewed: September 8, 2026 · Prepared & Reviewed by the ValidExamDumps Editorial Team

Exam Facts

Juniper JN0-352 Exam Details

Key details for this exam, checked against the published exam outline

65 Practice Questions (Our Bank)
90 minutes Exam Duration
USD 300 Exam Fee
Exam Code
JN0-352
Full Name
Enterprise Routing and Switching, Specialist
Issuing Body
Juniper Networks (HPE Networking)
Question Format (Our Bank)
Multiple Choice
Delivery
Online proctored or at a Pearson VUE test centre
Eligibility
JNCIA-Junos certification required
Validity
3 years
Practice Questions

Free JN0-352 Practice Questions

Each question shows the correct answer and an explanation of why it is right

VA
ValidExamDumps Editorial Team Every question and its answer is checked by our JN0-352 exam preparation team, who also write the explanation shown with each one. How we research and review these pages

Which two characteristics describe the default behavior of aggregate routes? (Choose two.)

Correct Answer: B, D
Explanation

The entire purpose of route aggregation is summarization --- replacing a set of more-specific contributing routes with a single, broader prefix advertised outward --- and this summarization inherently hides internal routing instability from external peers: if one of the underlying contributing /24 blocks within a summarized /16 flaps up and down due to a local link issue, external peers who only see the stable, unchanging /16 aggregate are completely insulated from that churn, since the aggregate itself remains active and advertised as long as at least one contributing route is present, regardless of how much internal fluctuation occurs among the individual contributors. This stability-hiding characteristic is one of the primary operational benefits that motivates using aggregate routes in the first place, confirming that statement as correct. Regarding next-hop behavior, official Juniper documentation is explicit and unambiguous: when an aggregate route is installed in the routing table, Junos assigns it a reject next hop by default, meaning traffic matching only the aggregate (and no more-specific contributor) is dropped and an ICMP unreachable message is returned to the source; a discard next hop is available only as an optional, explicitly configured alternative when silent dropping without ICMP notification is preferred, but it is not the default. Aggregate routes categorically do not advertise their individual contributing routes; suppressing those specific, more-granular prefixes from onward advertisement in favor of the single summary is the aggregate's defining function, directly contradicting the first statement. Reference topics: Junos Enterprise Routing -- Protocol Independent Routing, Default Reject Next Hop and Route Summarization Benefits.

Question 2 Domain 6IS-IS

Refer to Exhibit:

R1 is not responding to ICMP requests sent to the VIP address.

Referring to the exhibit, which command option would you configure on the virtual address to correct this problem?

Correct Answer: B
Explanation

In this configuration, R1's physical interface address (10.10.10.1) is different from the VRRP virtual IP address (10.100.100.1), meaning R1 is operating as a non-owner VRRP master --- it did not originate the virtual address as one of its own real interface addresses. By default, Junos VRRP masters that do not own the virtual address will forward transit traffic destined through that address but will not process or respond to traffic addressed directly to the VIP itself, such as ICMP echo requests, Telnet, or SSH sessions aimed at 10.100.100.1. This is deliberate default behavior intended to prevent ambiguity about which physical device is answering on behalf of a shared virtual identity. To allow the master to accept and respond to packets whose destination is the virtual address itself, the accept-data statement must be explicitly configured under the vrrp-group hierarchy. Once enabled, the elected master will process locally destined traffic sent to the VIP, resolving exactly the symptom described. The track option is used for interface or route-based priority adjustment to influence mastership, advertise-interval tunes the frequency of VRRP hello advertisements, and no-preempt prevents a higher-priority router from reclaiming mastership once a lower-priority router has taken over --- none of these affect whether the master processes traffic destined to the VIP. Reference topics: Junos Enterprise Routing -- High Availability, VRRP accept-data Behavior.

[Exhibit]

Click the Exhibit button.

A network has three Juniper Networks EX Series Switches connected together. No changes have been made to the default spanning-tree configuration.

Referring to the exhibit, which statement is correct about the root bridge?

Correct Answer: A
Explanation

Root bridge election is based on comparing each switch's full Bridge Identifier, which combines the bridge priority value with the switch's MAC address, with priority always evaluated first and MAC address serving strictly as a tiebreaker when two or more switches present identical priority values. In this scenario, the network has been left entirely at the default spanning-tree configuration, meaning every switch is operating at the standard IEEE and Junos default bridge priority of 32768; since all three switches share the exact same priority value, the comparison necessarily falls through to the MAC address tiebreak, where the switch with the numerically lowest MAC address wins the election. Comparing the three addresses shown --- 00:1a:2b:3c:4d:01, 00:1a:2b:3c:4d:02, and 00:1a:2b:3c:4d:03 --- Switch A's address is the lowest, since only the final octet differs and 01 is less than both 02 and 03, making Switch A the elected root bridge. RSTP uses the identical Bridge ID comparison mechanism as legacy STP for root election, so there is no special 'median MAC address' rule that applies uniquely under RSTP, making that distractor factually invalid regardless of protocol version. The election process also does not require any manual bridge priority configuration to complete; the default priority value is entirely sufficient on its own to allow a deterministic election to occur, since default priorities are still numerically comparable Bridge IDs. Reference topics: Junos Enterprise Switching -- Spanning Tree Protocols, Default Priority and MAC Address Tiebreaking.

Question 4 Domain 7BGP

You are configuring a GRE tunnel between Router A (192.168.1.1) and Router B (192.168.2.1) to connect two isolated networks. The tunnel interfaces (gr-0/0/0) need to support IPv4 traffic.

In this scenario, which configuration ensures the tunnel endpoints are correctly defined and reachable?

Correct Answer: A
Explanation

A functioning GRE tunnel interface in Junos requires, at minimum, both a tunnel source address and a tunnel destination address configured together under the tunnel statement of the gr- logical unit, since these two values together define the outer, delivery-layer IP header that will encapsulate every passenger packet sent through the tunnel; the source identifies which of the router's own addresses will originate the encapsulated traffic, and the destination identifies the remote tunnel endpoint the encapsulated traffic must be routed toward across the underlying IP network. The first option correctly supplies both required values in a single, complete statement --- source 192.168.1.1 (Router A's own address) and destination 192.168.2.1 (Router B's address) --- fully defining the tunnel's endpoints and ensuring the encapsulation and route-resolution process can succeed. The fourth option supplies only the destination and omits the source entirely, which is an incomplete configuration; without an explicit source, Junos cannot always reliably determine which local address to use for encapsulation, particularly on multi-address or multi-interface routers, and the tunnel configuration is left non-deterministic or non-functional as shown. The second option enables the IPv6 protocol family on the tunnel's logical unit, which is irrelevant to a scenario explicitly requiring IPv4 passenger traffic support. The third option attempts to assign a family inet address directly using one of the underlying tunnel endpoint addresses, which conflates the tunnel's own transport addressing with logical-unit protocol addressing and does not by itself establish the required source/destination tunnel definition. Reference topics: Junos Enterprise Routing -- Tunneling, Configuring GRE Tunnel Source and Destination.

[Exhibit]

Click the Exhibit button.

You run the show ospf database command and you see a Router LSA marked with an asterisk.

Referring to the exhibit, what is the significance of this result?

Correct Answer: B
Explanation

In the output of show ospf database, Junos marks every self-originated link-state advertisement with an asterisk immediately preceding the LSA's link-state ID. A self-originated LSA is one that was created and flooded by the router on which the command is being executed, as opposed to an LSA that was received from and originated by a neighboring router elsewhere in the area. In this exhibit, the asterisked Router LSA has an ID of 10.101.100.0 and an Advertising Router value of the same 10.101.100.0, confirming that this particular Router LSA describes the local device's own links, area membership, and interface costs, and that the local router itself flooded this LSA into the area's link-state database. This distinction matters operationally because when troubleshooting OSPF topology or SPF calculation issues, engineers frequently need to isolate their own router's advertised state from the states advertised by every other router in the area; the asterisk provides an immediate, unambiguous visual cue for that separation without needing to cross-reference the router's own ID separately. It has no relationship to designated router or backup designated router status --- DR/BDR roles are indicated elsewhere in interface-level output, not through the asterisk convention in the LSA database dump, and a router that is neither DR nor BDR still self-originates and flags its own Router LSA the same way. Reference topics: Junos Enterprise Routing -- OSPF, Interpreting the OSPF Link-State Database.

Get Full Access

65 questions covering all exam domains, starting from $20

Study Guide

What the Juniper JN0-352 Exam Covers

Exam domains verified against: Official Juniper JN0-352 exam guide, last checked September 2026.

Domain 1: Layer 2 Switching or VLANs

Learn bridging components, frame processing, VLAN ports, tagging, native and voice VLANs, and inter-VLAN routing configuration on Junos platforms. These concepts underpin your ability to segment networks and manage traffic within enterprise switching environments.

Sample question from this domain above: Q5

Domain 2: Spanning Tree

Understand STP and RSTP concepts including port roles, states, BPDUs, and convergence behaviour. Configure and troubleshoot spanning tree to prevent loops and ensure redundant switch connections work properly in enterprise networks.

Domain 3: Layer 2 Security

Master BPDU protection, loop protection, root protection, port security with MAC limiting, DHCP snooping, Dynamic ARP Inspection, IP source guard, MACsec and storm control. Apply firewall filters at Layer 2 to protect switch infrastructure from common attacks.

Domain 4: Protocol Independent Routing

Work with static routes, aggregate routes, generated routes, martian addresses, routing instances and RIB groups. Configure load balancing and filter-based forwarding to distribute traffic and implement policy-based routing without relying on dynamic protocols.

Sample question from this domain above: Q1

Domain 5: OSPF

Learn OSPF operation, link-state databases, packet types, router IDs, adjacencies, designated and backup designated routers, area types and LSAs. Configure areas and interfaces, apply routing policies, and use troubleshooting tools to verify OSPF behaviour in enterprise networks.

Domain 6: IS-IS

Understand IS-IS PDUs, TLVs, adjacencies, levels, designated intermediate systems and metrics. Configure IS-IS levels and interfaces, manage adjacencies, apply routing policies and apply troubleshooting techniques to diagnose IS-IS problems in multi-level networks.

Sample question from this domain above: Q2

Domain 7: BGP

Master BGP operation, message types, attributes and route selection logic. Work with internal and external BGP peers, configure groups and neighbors, apply routing policies to control advertisements and manipulate path selection in large interconnected networks.

Sample question from this domain above: Q4

Domain 8: Tunnels

Learn IP tunneling concepts with GRE and IP-IP encapsulation. Configure tunnels for site-to-site connectivity, understand tunnel applications and requirements, and use standard troubleshooting tools to verify tunnel operation and diagnose connectivity issues.

Sample question from this domain above: Q3

Domain 9: High Availability

Understand LAGs, redundant trunk groups, virtual chassis, graceful restart, GRES, NSR, NSB, BFD, VRRP and ISSU. Configure redundancy mechanisms to eliminate single points of failure and enable non-disruptive software upgrades in mission-critical enterprise networks.

FAQ

JN0-352 Exam FAQ

Common questions about the exam itself

What is the difference between JN0-352 and the older JN0-351 exam?
JN0-352 became the official exam on June 8, 2026, replacing the retired JN0-351. The newer version aligns with Junos 23.1 and reflects current enterprise routing and switching practices. You must prepare using the updated JN0-352 objectives if you are sitting the exam now.
Do I need a prerequisite certification to sit JN0-352?
Candidates must already have earned JNCIA-Junos before taking JN0-352. JNCIA-Junos is the required prerequisite. This ensures you have foundational Junos knowledge before moving to specialist-level routing and switching topics.
What makes the JN0-352 exam harder than JNCIA-Junos?
The exam is not limited to basic network theory and expects candidates to understand how Junos applies technologies in real configurations and operational environments. You will face configuration scenarios, troubleshooting tasks and operational knowledge rather than just definitions. BGP, OSPF and high availability concepts tend to challenge candidates most because they require hands-on practice.
How much time should I allow to prepare for JN0-352?
Most candidates with networking experience spend 4 to 8 weeks preparing, depending on their hands-on familiarity with Junos. If you are new to Junos but experienced with other platforms like Cisco, allow 6 to 10 weeks to learn Junos syntax and lab configuration. If you have limited routing and switching background, allocate 3 to 4 months.
What happens on exam day for JN0-352?
Pass or fail status is available immediately after taking the exam and the exam is only provided in English. You have 90 minutes to answer 65 multiple-choice questions. The exam is delivered through Pearson VUE either online proctored or at a test centre.
How much does JN0-352 cost and can I retake it?
Specialist exams cost $300 and are offered through Pearson VUE. Juniper does not publish a specific retake fee, but you can reschedule or retake through Pearson VUE for the same exam fee. You can attempt the exam multiple times if you do not pass on your first try.
How long does the JNCIS-ENT certification stay valid?
Juniper certifications are valid for three years. After three years, you must retake the exam or pass a higher-level exam in the same track to maintain your credential. Passing any JNCIS-level exam in any Juniper track resets the 3-year clock on JNCIA-Junos and earns you the higher Specialist credential simultaneously.
What job roles does JNCIS-ENT qualify me for?
JN0-352 is intended for network professionals who work with Juniper enterprise networks or want to validate their routing and switching knowledge on Junos platforms. The credential prepares you for network engineer, network administrator and systems engineer roles supporting enterprise LANs and WANs running Juniper equipment.
Where does JNCIS-ENT fit in the Juniper certification path?
The Juniper Enterprise Routing and Switching certification track includes four levels: JNCIA-Junos Associate, JNCIS-ENT Specialist, JNCIP-ENT Professional and JNCIE-ENT Expert. JNCIS-ENT is a strong foundation for moving toward JNCIP-ENT and eventually JNCIE-ENT. Most candidates progress sequentially through this track.
Which objective areas in JN0-352 require the most lab practice?
BGP path selection, OSPF multi-area design, and high availability technologies like VRRP and virtual chassis demand hands-on configuration. Layer 2 Switching and Spanning Tree also benefit from practical experience. Candidates report that spending time in Juniper labs or test environments on route filtering, policy application and failover scenarios builds the confidence needed to handle exam questions.