Juniper Service Provider Routing and Switching Specialist (JNCIS-SP) (JN0-364)
Get full access to the updated question bank and confidently prepare for your exam.
Vendor
Juniper
Certification
Service Provider
Content
67 Qs
Status
Verified
Updated
1 day ago
Test the Practice Engine
Experience our interactive testing environment with free demo questions
Premium Bundle
Complete Success Suite
Save $34 Instantly
-
โFull PDF + Interactive Engine Everything you need to pass
-
โAll Advanced Question Types Drag & Drop, Hotspots, Case Studies
-
โPriority 24/7 Expert Support Direct line to certification leads
-
โ90 Days Free Priority Updates Stay current as exams change
Success Metric
98.4% Pass Rate
Standard Simulation
Practice Engine
One-Time Payment
-
Web-Based (Zero Install)
-
Real Testing Environment Virtual & Practice Modes
-
Interactive Engine Drag & Drop, Hotspots
-
60 Days Free Updates
Compatible with All Devices
Basic Tier
PDF Study Guide
Digital Access
- โ Exam Questions (PDF)
- โ Mobile Friendly
- โ 60 Days Updates
Verified 14-Question Preview (JN0-364)
Verified Community
The CertoMetrics Standard.
Recommend the #1 platform for verified Juniper certification resources.
Success Network
Help a Colleague Succeed.
Invite a peer to get their own updated JN0-364 prep kit.
Exam Overview
The Juniper Service Provider Routing and Switching Specialist (JNCIS-SP) certification is a pivotal achievement for networking professionals seeking to validate their expertise in Juniper Networks' Junos OS within service provider environments. This intermediate-level certification demonstrates a deep understanding of core routing and switching technologies, including advanced interior gateway protocols like OSPF and IS-IS, external gateway protocol BGP, and fundamental MPLS concepts. Earning the JNCIS-SP signifies your ability to configure, troubleshoot, and maintain complex service provider networks, proving invaluable for career progression. It underscores a professional's competence in delivering high-performance, scalable, and resilient network services, positioning them as a critical asset in the rapidly evolving telecommunications landscape.
Questions
65
Passing Score
700/1000
Duration
90 Minutes
Difficulty
Intermediate
Level
Specialist
Skills Measured
Career Path
Target Roles
Common Questions
Is the material up to date?
Yes. We update our question bank weekly to match the latest Juniper standards. You get free updates for 90 days.
What format do I get?
You get instant access to both the **PDF** (for reading) and our **Premium Test Engine** (for exam simulation).
Is there a guarantee?
Absolutely. If you fail the JN0-364 exam using our materials, we offer a full money-back guarantee.
When do I get the download?
Instantly. The download link is available in your dashboard immediately after payment is confirmed.
Free Study Guide Samples
Previewing updated JN0-364 bank (14 Questions).
In IS-IS, what would you use to control which external routes are installed in the routing table?
Correct Option: C
โ Option C (Correct)
An import policy is the correct mechanism to control which routes, including external routes learned via IS-IS, are accepted and installed into the routing table. When configured under the IS-IS protocol, an import policy filters routes that IS-IS has learned and is attempting to install into the Juniper device's main routing information base (RIB).
โ Why the other choices are incorrect:
- Option A is incorrect: An export policy controls which routes are advertised out of a routing protocol (e.g., from IS-IS to its neighbors, or from the routing table into IS-IS for advertisement) or redistributed to another protocol. It does not control which routes are installed into the routing table.
- Option B is incorrect: Route preference (also known as administrative distance) is a numerical value used to determine the trustworthiness of a route source. If a router learns about the same destination from multiple routing protocols, the route with the lower preference value is preferred. While it influences the best path selection, it is not a policy mechanism to filter specific routes from being installed based on criteria other than their source protocol's default or configured preference.
- Option D is incorrect: An interface metric is a cost value assigned to a link, which IS-IS uses to calculate the shortest path to a destination within its routing domain. Metrics influence IS-IS's internal path selection but are not a policy tool to filter which routes are installed in the global routing table.
Reference: https://www.juniper.net/documentation/us/en/software/junos/routing-policy/topics/topic-map/routing_policy_configuration.html
During OSPF neighbor establishment, which packet type is used to describe the contents of the link-state database?
Correct Option: C
During OSPF neighbor establishment, after the two-way state is reached, routers transition to the ExStart and Exchange states. In these states, Database Description (DBD) packets are exchanged. DBD packets contain a summary of the originating router's link-state database, allowing neighbors to identify which Link State Advertisements (LSAs) they might be missing or have outdated versions of. This process ensures synchronization of the link-state databases between adjacent routers.
Reference: https://www.juniper.net/documentation/us/en/software/junos/ospf/topics/topic-map/ospf-overview.html
You are asked to configure interfaces on Juniper devices to support dual VLAN tags.
In this scenario, which two interface statements would accomplish this task? (Choose two.)
Correct Option: B,C
Official explanation included in the full bundle.
Click the Exhibit button.

Referring to the exhibit, why is the ge-0/0/0.0 interface shown as belonging to Level 3?
Correct Option: C
In ISโIS, interfaces can participate in Level 1 (intraโarea) and Level 2 (interโarea/backbone) adjacencies.
When an interface is configured to run both Level 1 and Level 2, Junos displays this as Level 3.
This shorthand means the interface is active in both LSDBs (Level 1 and Level 2).
In the exhibit, the interface is specifically configured as pointโtoโpoint, so Junos shows it as Level 3.
What is the default export behavior of IS-IS in the Junos OS?
Correct Option: A
By default, IS-IS in Junos OS does not export routes from the routing table into its Link-State Packet (LSP) advertisements. This means that routes originating from other protocols (such as OSPF or BGP), static routes, or direct routes for interfaces not explicitly configured under the [edit protocols isis] hierarchy, are not automatically redistributed into IS-IS. Only the interfaces explicitly enabled for IS-IS and routes learned natively from other IS-IS neighbors within its area/level are advertised. To advertise other types of routes into IS-IS, an explicit export policy must be configured. Hence, it exports nothing beyond its intrinsic protocol operations without specific policy configuration.
Reference: https://www.juniper.net/documentation/us/en/software/junos/routing-policy/topics/topic-map-junos-os-routing-policies-firewall-filters-and-traffic-policers-overview.html
What are three default BGP advertisement rules? (Choose three.)
Correct Option: B,C,D
Let's analyze the provided options against default BGP advertisement rules:
- B: IBGP peers do not advertise routes received from IBGP peers to other IBGP peers. This is a fundamental BGP rule known as IBGP split-horizon. It prevents routing loops within an Autonomous System (AS). Therefore, this option is correct.
- C: EBGP peers advertise routes learned from IBGP or EBGP peers to other EBGP peers. An EBGP router will advertise routes learned from its IBGP peers or from other EBGP peers to its EBGP neighbors. This allows routes to be propagated between different ASes. Therefore, this option is correct.
- D: IBGP peers advertise routes received from EBGP peers to other IBGP peers. This is necessary for external routes (learned from EBGP) to be distributed throughout the internal network (IBGP peers) of an AS. Therefore, this option is correct.
The incorrect options are:
- A: IBGP peers do not advertise routes received from EBGP peers to other IBGP peers. This is incorrect. IBGP peers *do* advertise routes received from EBGP peers to other IBGP peers to ensure reachability of external networks within the AS.
- E: IBGP peers advertise routes received from IBGP peers to other IBGP peers. This is incorrect and directly contradicts the IBGP split-horizon rule (Option B).
Reference: https://www.juniper.net/documentation/us/en/software/junos/bgp/topics/topic-map-bgp-overview.html
Which IPv6 extension header is used to specify intermediate nodes for a packetโs path?
Correct Option: B
โ
Option B (Correct)
Reasoning: The IPv6 routing extension header is specifically designed to allow a source node to specify a list of one or more intermediate nodes (routers) that an IPv6 packet must visit on its path to the destination. This mechanism is known as source routing and directly addresses the requirement of specifying intermediate nodes for a packet's path.
โ Why the other choices are incorrect:
- Option A is incorrect: The hop-by-hop options header carries optional information that must be examined by every hop along a packet's delivery path. It is not used to specify the intermediate nodes defining the path itself.
- Option C is incorrect: The destination options header carries optional information that is examined only by a packet's ultimate destination node, or by an intermediate destination if a routing header is present. It does not define intermediate nodes for the packet's route.
- Option D is incorrect: The fragment header is used when an IPv6 packet is larger than the Path MTU and must be fragmented. It contains information required for reassembling the fragmented packet at the destination and has no role in specifying intermediate nodes for the path.
Reference: https://www.juniper.net/documentation/us/en/software/junos/junos-ip/topics/concept/ipv6-extension-headers.html
What are three extension headers supported by IPv6? (Choose three.)
Correct Option: B,D,E
IPv6 uses extension headers to provide optional internet-layer information. These headers are placed between the main IPv6 header and the upper-layer protocol header. Unlike IPv4, which often includes options directly in the main header, IPv6 streamlines the main header and uses a chain of zero or more extension headers.
- B: Hop-by-Hop Options Header: Used to carry optional information that must be examined by every node along a packet's delivery path.
- D: Destination Options Header: Used to carry optional information that is examined only by the packet's destination node(s).
- E: Fragment Header: Used by a source host to send a packet that is too large to fit in the path MTU to its destination. This header contains information needed for reassembly.
A: Protocol is a field within the IPv6 header (Next Header field), not an extension header itself. It indicates the type of the next header following the current one.C: Header checksum is present in IPv4 headers but is explicitly removed from the IPv6 header to improve performance and simplify router processing. IPv6 relies on upper-layer protocols for error detection and link-layer checksums.
Reference: https://www.juniper.net/documentation/us/en/software/junos/junos-ip/topics/concept/ip-ipv6-header-fields.html
You are the administrator for two Junos routers called R1 and R2. These two routers are directly connected to each other. These two routers run IS-IS and BFD. R1 is configured to send BFD packets every 300 milliseconds. R2 is configured to send BFD packets every 400 milliseconds.
In this situation, what is the expected outcome?
Correct Option: C
Official explanation included in the full bundle.
You are evaluating BGP between two Juniper routers and the BGP session is stuck in the Idle state.
What would cause this behavior?
Correct Option: D
A BGP session stuck in the Idle state typically indicates that the underlying TCP connection on port 179 cannot be established. The Idle state is the initial state where the BGP process is waiting for a BGP Start event, which is triggered by a successful TCP connection. If the peer IP address is incorrect, the router attempts to initiate a TCP connection to the wrong destination or an unroutable address. This prevents the TCP 3-way handshake from completing, and consequently, the BGP session cannot progress beyond the Idle state. This is a very common reason for BGP session establishment failure.
- A: The BGP hold time is too short. The BGP hold time is negotiated during the OpenSent/OpenConfirm states and is relevant after the session is established. It dictates how long a router waits for a keepalive or update message before declaring the neighbor down. This would not prevent the initial TCP connection from forming or cause the session to be stuck in Idle.
- B: The BGP group type is set to internal instead of external. While an incorrect group type can cause BGP routing issues or even prevent session establishment under certain circumstances (e.g., eBGP peer in the same AS), it typically doesn't prevent the initial TCP connection. Issues related to group type often manifest in later states or with routing policies.
- C: The local AS number is missing. A missing local AS number (e.g., the
autonomous-systemstatement under[edit routing-options]) is a fundamental BGP configuration error. Without knowing its own AS, the BGP process cannot properly initialize or form valid BGP Open messages. This would indeed prevent the session from coming up and keep it in Idle. However, an incorrect peer IP address (D) is a more direct cause for the failure of the TCP connection attempt itself, which is the immediate prerequisite to moving out of Idle. In many troubleshooting scenarios, incorrect peer IP or reachability is the primary check for Idle state issues. Both C and D are strong contenders, but D directly addresses the TCP connection failure that keeps BGP in Idle.
Reference: https://www.juniper.net/documentation/us/en/software/junos/bgp/topics/topic-map/bgp-troubleshooting.html
Click the Exhibit button.

Referring to the exhibit, which two statements are true? (Choose two.)
Premium Solution Locked
Unlock all 67 answers & explanations
You are designing an MPLS network and want to ensure that traffic traverses an LSP between PE routers that follow an explicit path through the core.
Which protocol would accomplish this task?
Premium Solution Locked
Unlock all 67 answers & explanations
A service provider receives multiple BGP routes to the same destination prefix. Each route has a different AS path length, but all other attributes are equal.
In this scenario, which statement is correct?
Premium Solution Locked
Unlock all 67 answers & explanations
Click the Exhibit button.
You must configure the router called ROUTER_1 to take all valid prefixes learned from internal BGP peers in AS 64523, and then re-advertise them to other internal BGP peers in the same autonomous system.
Referring to the exhibit, which configuration must you deploy on ROUTER_1 to accomplish this task?
Premium Solution Locked
Unlock all 67 answers & explanations
Full Question Bank Locked
You have reached the end of the free study guide preview. Upgrade now to unlock all 67 questions and the full simulation engine.
Certification Path
Related Certifications
Customer Reviews
Global Community Feedback
David M.
"The practice engine is incredible. It feels exactly like the real testing environment and helped me build so much confidence."
Sarah J.
"The PDF is very well organized and the explanations for the answers are actually helpful, not just random text."
Michael C.
"I was skeptical, but the content is high quality and definitely worth the price. I passed on my first try!"