Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Juniper JN0-364 Exam Questions

Exam Name: Juniper Service Provider Routing and Switching, Specialist Exam
Exam Code: JN0-364 JNCIS-SP
Related Certification(s): Juniper Service Provider Routing & Switching Certification
Certification Provider: Juniper
Number of JN0-364 practice questions in our database: 65 (updated: Sep. 03, 2026)
Expected JN0-364 Exam Topics, as suggested by Juniper :
  • Topic 1: Protocol-Independent Routing: Covers static, aggregate, and generated routes, martian addresses, routing instances/RIB groups, load balancing, and filter-based forwarding, along with their configuration and troubleshooting.
  • Topic 2: Open Shortest Path First (OSPF): Covers OSPF fundamentals such as the link-state database, packet types, router ID, adjacencies, DR/BDR election, area/router types, and LSAs, plus interface, policy, and troubleshooting tasks.
  • Topic 3: Intermediate System to Intermediate System (IS-IS): Covers IS-IS concepts including the link-state database, PDUs, TLVs, adjacencies, levels/areas, DIS, and metrics, along with configuration and troubleshooting of interfaces and policies.
  • Topic 4: Border Gateway Protocol (BGP): Covers BGP operation, message types, attributes, path selection, and IBGP/EBGP interaction, along with configuring and troubleshooting groups, peers, and routing policy.
  • Topic 5: Layer 2 Bridging or VLANs: Covers Layer 2 bridging elements, frame processing, virtual switches, Q-in-Q provider bridging, and VLAN concepts like port modes, tagging, and IRB, plus their configuration and troubleshooting.
  • Topic 6: Spanning-Tree Protocols: Covers STP, RSTP, MSTP, and VSTP concepts, port roles/states, BPDUs, convergence, and spanning-tree security, along with configuration and troubleshooting of these protocols and protections.
  • Topic 7: Multiprotocol Label Switching (MPLS): Covers MPLS terminology, packet headers, label forwarding, RSVP and LDP signaling, and segment routing, along with configuring and troubleshooting MPLS-based LSPs.
  • Topic 8: IPv6: Covers IPv6 static routing, dynamic routing via OSPFv3/IS-IS/BGP, and IPv6-over-IPv4 tunneling, along with related configuration and troubleshooting.
  • Topic 9: Tunnels: Covers IP tunneling concepts and applications, focusing on Generic Routing Encapsulation (GRE) and its configuration and troubleshooting.
  • Topic 10: High Availability: Covers high availability features such as LAGs, graceful restart, GRES, NSB, NSR, BFD, and VRRP, along with their configuration and troubleshooting.
Disscuss Juniper JN0-364 Topics, Questions or Ask Anything Related
0/2000 characters

Aarav Verma

20 days ago
The JN0-364 felt most time sensitive on routing policy and BGP path selection, so I drilled configuration snippets until I could read them quickly and spot the best next hop. I managed to pass by focusing on how Junos actually behaves instead of memorizing definitions.
upvoted 0 times
...

Daniel Lewis

28 days ago
OSPF gave me the biggest challenge because exam scenarios often present a multi-area topology and ask which LSA types or area settings prevent specific routes from appearing on an ABR. I passed the exam and thanks Pass4Success for providing good collection of exam questions for preparation in short time focus on LSA types, LSDB differences, and stub versus NSSA behaviors.
upvoted 0 times
...

Free Juniper JN0-364 Exam Actual Questions

Note: Premium Questions for JN0-364 were last updated On Sep. 03, 2026 (see below)

Question #1

Which two protocols would be used for dynamic routing in IPv6 environments? (Choose two.)

Reveal Solution Hide Solution
Correct Answer: B, D

The transition to IPv6 requires routing protocols that are capable of carrying 128-bit address information. Juniper Networks Junos OS supports several 'IPv6-ready' protocols for dynamic routing.

1. IS-IS (Option B):

As discussed in previous questions, IS-IS is inherently extensible due to its use of TLVs (Type, Length, Value). To support IPv6, the protocol did not need a major rewrite; instead, new TLVs (such as TLV 236 for IPv6 reachability and TLV 232 for IPv6 interface addresses) were added. A single IS-IS process in Junos can simultaneously carry both IPv4 and IPv6 routing information, making it a highly efficient choice for 'dual-stack' service provider backbones.

2. BGP (Option D):

BGP was updated to support multiple protocols through Multiprotocol Extensions (MP-BGP), defined in RFC 4760. By using Address Family Identifiers (AFI) and Subsequent Address Family Identifiers (SAFI), a single BGP session can exchange NLRI (Network Layer Reachability Information) for IPv4 unicast, IPv6 unicast, and even VPNv4/VPNv6 routes. In Junos, this is configured under the family inet6 unicast hierarchy within the BGP protocols configuration.

Why other options are incorrect:

IGMP (Option A): This is a management protocol for IPv4 multicast (Internet Group Management Protocol). Its IPv6 equivalent is MLD (Multicast Listener Discovery).

OSPFv2 (Option C): OSPF version 2 is strictly for IPv4. To run OSPF in an IPv6 environment, OSPFv3 must be used, as it was specifically redesigned to handle the IPv6 address space and link-local communication.


Question #2

What happens if an IS-IS router receives a link-state PDU with a higher sequence number than the one in its database?

Reveal Solution Hide Solution
Correct Answer: B

IS-IS is a link-state protocol that relies on the rapid and consistent flooding of Link-State PDUs (LSPs) to ensure that every router in an area has an identical view of the topology. To manage the 'freshness' of information, IS-IS uses a Sequence Number---a 32-bit unsigned integer that increments every time the originating router makes a change to its LSP.

According to Juniper Networks technical documentation, when a router receives an LSP, it performs a comparison between the received LSP and the version it currently holds in its Link-State Database (LSDB). If the received LSP has a higher sequence number, the router concludes that this is 'newer' and more accurate information. The router will then perform two immediate actions:

Update: It replaces the older LSP in its LSDB with the newly received version.

Flood: It propagates the new LSP to all other neighbors (except the one that sent it) to ensure the entire area converges on the new data.

If the sequence numbers were equal, the router would ignore the incoming PDU as it already has the information. If the received sequence number were lower, the router would conclude its own database is more recent and would actually send its own 'newer' version back to the neighbor to bring them up to date (a process called 'poisoning' or refreshing the neighbor). Complete Sequence Number PDUs (CSNPs) (Option C) are used during initial database synchronization or periodic checks on broadcast links, but the primary response to a 'newer' LSP is immediate database update and flooding.


Question #3

You are a network architect designing a brand new network. You want to deploy RSVP LSPs in this network. You are currently in the process of choosing whether to run OSPF or IS-IS as your interior gateway protocol. In this scenario, which two statements are correct about IGP traffic engineering extensions in an RSVP network? (Choose two.)

Reveal Solution Hide Solution
Correct Answer: C, D

In a Juniper Networks environment, deploying RSVP-signaled LSPs requires a functional Traffic Engineering Database (TED). This database is populated by the Interior Gateway Protocol (IGP) using specific extensions that carry link-state information beyond simple reachability, such as available bandwidth, administrative groups (link coloring), and Maximum Reservable Bandwidth.

The behavior of these extensions differs between OSPF and IS-IS in Junos OS:

OSPF (Option C): By default, OSPF is a 'pure' routing protocol. To support RSVP-TE, it must carry Opaque LSAs (Type 10). According to Juniper documentation, you must explicitly configure traffic engineering within the OSPF protocol hierarchy using the set protocols ospf traffic-engineering command. Without this command, OSPF will not flood the TE information required by the Constrained Shortest Path First (CSPF) algorithm, and LSPs will fail to establish.

IS-IS (Option D): IS-IS was designed to be extensible through the use of TLVs (Type, Length, Value). In Junos OS, IS-IS traffic engineering extensions are enabled by default once the protocol is active. As soon as you enable IS-IS on an interface, it begins to advertise the wide metrics and TE TLVs (like TLV 22 and 135) necessary for building the TED.

This distinction is a common design consideration for network architects. While IS-IS simplifies the rollout of MPLS by having TE enabled 'out of the box,' OSPF requires that extra configuration step to transition from a standard IGP to a TE-aware protocol.


Question #4

You must ensure that your routing platform with redundant REs continues to forward packets, even if one RE fails. Which technology would you use to accomplish this task?

Reveal Solution Hide Solution
Correct Answer: D

For Juniper platforms equipped with dual Routing Engines (REs), the fundamental technology required to provide high availability during a hardware or software failure of the primary RE is Graceful Routing Engine Switchover (GRES).

According to Juniper Networks technical documentation, GRES allows the backup RE to stay in a 'hot' standby state. When GRES is enabled, the primary RE synchronizes critical state information with the backup RE, specifically the chassis state and the interface state. This synchronization includes the Packet Forwarding Engine (PFE) configuration.

When the primary RE fails, the backup RE takes over immediately. Because the PFE (which resides on the line cards) was already synchronized and is not restarted during the switchover, the router continues to forward packets that are already in flight or part of established flows. This prevents a complete network outage during an RE failover.

Comparison with other options:

NSB (Non-Stop Bridging - Option A): Focuses specifically on maintaining Layer 2 protocol states (like STP) during a switchover.

LAG (Link Aggregation - Option B): Provides redundancy for physical links, not the control plane or the RE.

BFD (Bidirectional Forwarding Detection - Option C): Is a protocol used for rapid detection of link or neighbor failures; it does not protect the RE or maintain forwarding during an internal switchover.

It is important to note that while GRES maintains the forwarding state, it does not by itself maintain the routing protocol state (adjacencies). To keep OSPF or BGP sessions from dropping during the switchover, GRES must be paired with Non-Stop Active Routing (NSR). However, as the question focuses on the core requirement of continuing to forward packets, GRES is the foundational technology.


Question #5

Exhibit:

user@R1> show route 10.16.2.0/23 exact detail

inet.0: 12 destinations, 12 routes (11 active, 0 holddown, 1 hidden)

10.16.2.0/23 (1 entry, 1 announced)

*Aggregate Preference: 130

Next hop type: Reject

Address: 0x8f3fd44

Next-hop reference count: 2

State:

Age: 1:39:21

Task: Aggregate

Announcement bits (1): 0-KRT

AS path: I (LocalAgg)

Flags: Depth: 0 Active

AS path list:

AS path: I Refcount: 2

Contributing Routes (2):

10.16.2.0/24 proto Direct

10.16.3.0/24 proto Direct

Which destination IP address will be matched by the aggregate route shown in the exhibit?

Reveal Solution Hide Solution
Correct Answer: A

In the Juniper Networks Junos operating system, aggregate routes are used to represent a group of more specific routes with a single, shorter prefix. This technique is essential for reducing the size of routing tables and minimizing the volume of routing updates sent to neighbors. According to Juniper technical documentation, for a destination IP address to 'match' a specific route, it must fall within the range defined by the network address and its associated CIDR mask.

The provided exhibit shows a detailed lookup for the aggregate route $10.16.2.0/23$. To determine the range of IP addresses covered by a $/23$ mask, we examine the binary representation of the third octet. A $/23$ mask means the first 23 bits are fixed. For the address $10.16.2.0$:

The first two octets ($10.16$) are fixed.

The third octet ($2$) is $00000010$ in binary.

The 23rd bit is the second-to-last bit of this octet.

The $/23$ range allows the 24th bit (the last bit of the third octet) and all 8 bits of the fourth octet to vary.

This results in a range where the third octet can be either $2$ ($00000010$) or $3$ ($00000011$). Therefore, the aggregate route $10.16.2.0/23$ covers all IP addresses from $10.16.2.0$ to $10.16.3.255$. The exhibit further confirms this by listing the 'Contributing Routes': $10.16.2.0/24$ and $10.16.3.0/24$.

Analyzing the provided options against this range:

10.16.3.79 (Option A): This address falls squarely within the $10.16.2.0$ to $10.16.3.255$ range.

10.16.0.4 (Option B): This address falls in the $10.16.0.0/23$ range ($0.0$ to $1.255$).

10.16.4.183 (Option C): This address falls in the $10.16.4.0/23$ range ($4.0$ to $5.255$).

10.16.1.214 (Option D): This address also falls in the $10.16.0.0/23$ range.

Consequently, 10.16.3.79 is the only destination listed that matches the aggregate route shown. It is also important to note the Next hop type: Reject in the exhibit; this means that if a packet matches the aggregate but does not match any of the more specific contributing routes, the router will drop the packet and send an ICMP unreachable message to the source.



Unlock Premium JN0-364 Exam Questions with Advanced Practice Test Features:
  • Select Question Types you want
  • Set your Desired Pass Percentage
  • Allocate Time (Hours : Minutes)
  • Create Multiple Practice tests with Limited Questions
  • Customer Support
Get Full Access Now

Save Cancel