Skip to content

Juniper JN0-661

Service Provider Routing and Switching

Verified practice questions with detailed answers, clear explanations, and community discussion.

  • 65

    questions

  • 10 days ago

    last updated

  • 4.8/5

    overall rating

Question 1 of 65

Click the Exhibit button.

[edit]

user@PE-1# run show l2 circuit connections

Layer-2 Circuit Connections:Legend for connection status (St)

  • EI - - encapsulation invalid NP - - interface h/w not present
  • MM - - mtu mismatch Dn - - down
  • EM - - encapsulation mismatch VC-Dn - -

Virtual circuit Down -CM - - control-word mismatch Up - -

operationalVM - - vlan id mismatch CF - - Call

  • admission control failure
  • OL - - no outgoing label IB - - TDM
  • incompatible bitrare
  • NC - - intf encaps not CCC/TCC TM - - TDM
  • misconfiguration
  • BK - - Backup Connection ST - - Standby

Connection -CB - - rcvd cell-bundle size bad SP - - Static

Pseudowire -LD - - local site signaled down RS - - remote

site standbyRD - - remote site signaled down XX - - unknown

Legend for interface status -

  • Up - - operational -
  • Dn - - down -

Neighbor: 4.4.4.4 -Interface Type St Timelast up #Up trans

ge-0/0/1.512 (vc 1) rmt OL

[edit]

user@PE-1# show protocols ldp

interface ge-0/0/2.0;

[edit]

user@PE-1# show protocols l2circuit

neighbor 4.4.4.4 {interface ge-0/0/1.512 {virtual-circuit-id 1}}

[edit]

user@PE-1# show interfaces ge-0/0/1

vlan-tagging;encapsulation vlan-ccc;unit 512 {encapsulation vlan-ccc;vlan-id 512;}

[edit]

uxer@P-1 # show protocols ldp

interface all;

[edit]

user@P-2# show protocols ldp

interface all;

[edit]

user@PE-2# run show l2circuit connections

Layer-2 Circuit Connections:Legend For connection status (St)

  • EI - - encapsulation invalid NP - - interface h/w not present
  • MM - - mtu mismatch Dn - - down
  • EM - - encapsulation mismatch VC-Dn - -

Virtual circuit Down -CM - - control-word mismatch Up - -

operationalVM - - vlan id mismatch CF - - Call

  • admission control failure
  • OL - - no outgoing label IB - - TDM
  • incompatible bitrate
  • NC - - intf encaps not CCC/TCC TM - - TDM
  • misconfiguration
  • BK - - Backup Connection ST - - Standby

Connection -CB - - rcvd cell-bundle size bad SP - - Static

Psewdowire -LD - - Local site signaled down RS - - remote

site standbyRD - - remote site signaled down XX - - unknown

Legend for interface status -

  • UP - - operational -
  • DN - - down -

Neighbor: 1.1.1.1 -Interface Type St Timelast up #Up trans

ge-0/0/1.512 (vc 1) rmt OL

[edit]

user@PE-2# show protocols ldp

interface ge-0/0/2.0;

[edit]

user@PE-2# show protocols l2circuit

neighbor 1.1.1.1 {interface ge-0/0/1.512 {virtual-circuit-id 1;}}

[edit]

user@PE-2# show interfaces ge-0/0/1

vlan-tagging;encapsulation vlan-ccc;unit 512 {encapsulation vlan-ccc;vlan-id 512;}

Referring to the exhibit, you have configured an L2 circuit that connects Site-1 and Site-2, but the L2 circuit is not functioning. The topology in this scenario is shown below.Site-1 > PE-1 > P-1 > P-2 > PE-2 Site-2Which action will allow communication between Site-1 and Site-2?

Answer choices
Show answer

Correct answer: C

LDP is required as the signaling protocol for Layer 2 circuits. You must include the loopback address in LDP. We enable ldp on the loopback interfaces.
Incorrect Answers:
A: The virtual circuit identifer is correctly set to 1 both at PE-1 and PE-2.
References:
https://www.juniper.net/techpubs/en_US/junos12.3/topics/example/layer-two-circuits-ethernet-configuring-detailed-solutions.html

Question 2 of 65

Which command will match communities 101:111, 111:1, and 999:1111?

Answer choices
Show answer

Correct answer: D

Period (.)A wildcard character that matches any single digit in an AS number.
+ stands for one or more repetitions of term.
? stands for zero or one repetition of term.
References:
http://www.juniper.net/documentation/en_US/junos15.1/topics/usage-guidelines/policy-defining-bgp-communities-and-extended-communities-for-use- in-routing-policy-match-conditions.html#id-10243437

Question 3 of 65

Click the Exhibit button.

[edit]

user@PE-1# show protocols

rsvp {interface all;}mpls {label-switched-path p1 {from 1.1.1.1;to 4.4.4.4;no cspf;}interface all;}bgp {group Int {type Internal;local-address 1.1.1.1;family inet {unicast;}family inet-vpn {unicast;}neighbor 2.2.2.2;neighbor 3.3.3.3;neighbor 4.4.4.4;}}ospf {area 0.0.0.0 {interface ge-0/0/2.0;interf lo0.0;}}[edit]

user@p-1# show protocols

mpls {interface all;}ospf {area 0.0.0.0 {interface ge-0/0/1.0;interface ge-0/0/2.0;interface ge-1o0.0;}}[edit]

user@p-2# show protocols

mpls {interface all;}ospf {area 0.0.0.0 {interface ge-0/0/1.0;interface ge-0/0/2.0;interface ge-lo0.0;}}[edit]

user@p-2# show protocols

rsvr {interface all;}mpls {label-switched-path p2 {from 4.4.4.4;to 1.1.1.1;no-ospf}interface all;}bgp {group INT {type internal;local-address 4.4.4.4,family inet {unicast;neighbor 2.2.2.2;neighbor 3.3.3.3;neighbor 1.1.1.1;}}ospf {area 0.0.0.0 {interface ge-0/0/2.0;interface 1o0;}}Referring to the exhibit, you have configured an L3VPN that connects Site-1 and Site-2 together, but the BGP routes are being hidden on the PE routers. The topology in this scenario is shown below.Site-1 > PE-1 > P-1 > P-2 > PE-2 > Site-2Which two acttions would allow communication Site-1 and Site-2? (Choose two.)

Answer choices
Show answer

Correct answers: C, D

Hidden routes usually means that routes were not labeled properly. You should enable RSVP or LDP on all routers. RSVP is already configured on PE-1 so we only need to configure it on P-1 and P-2.
References:
https://packetcorner.wordpress.com/2013/01/30/mpls-l3vpn/

Question 4 of 65

A layer 2 circuit (RFC 4447) is established between two PE routers to provide connectivity between two customer sites.
Which two statements related to this deployment are true?
Answer choices
Show answer

Correct answers: B, D

Junos OS substantially supports t RFC 4447, Pseudowire Setup and Maintenance Using the Label Distribution Protocol (LDP).
Martini uses directed LDP to signal the VPN label between the PE devices, Kompella uses BGP to signal the VPN label between the PE devices.
References:
https://www.juniper.net/documentation/en_US/junos15.1/topics/reference/standards/layer-2-circuit.html

Question 5 of 65

Click the exhibit button.

[edit protocols pim]

user@R1# showrp {bootstrap {family inet {priority 250;}}local {address 10.220.1.1;priority 1;group-ranges {224.1.1.11/32;224.0.0.0/4;}}}interface all;interface fxp0.0 {disable;}

[edit protocols pim]

user@R4# showrp {bootstrap {family inet {priority 249;}}local {address 10.220.1.4;priority 5;group-ranges {224.1.1.12/32;224.0.0.0/4;}}}interface all;interface fxp0.0 {disable;}

Referring to the exhibit, which router will be the RP?

Answer choices
Show answer

Correct answer: A

A priority of 1 means the routing device has the least chance of becoming a designated router. Here R1 has priority 1, while R4 has priority 5. R4 will be elected the designated router and the rendezvous point (RP) for both address ranges.
Note: In a shared tree, the root of the distribution tree is a router, not a host, and is located somewhere in the core of the network. In the primary sparse mode multicast routing protocol, Protocol Independent Multicast sparse mode (PIM SM), the core router at the root of the shared tree is the rendezvous point (RP).
References:
http://www.juniper.net/documentation/en_US/junos15.1/topics/example/ospf-designated-router-election-configuring.html

60 questions still locked

Your preview covered the first 5 questions. Unlock the rest to see every explanation and discussion thread, updated weekly

View plans

Choose your plan

Single payment · No subscription · No hidden fees

Standard

For a focused sprint before your exam date

$25USD

30 days of access, single payment

  • All 65 questions unlocked
  • Detailed answer explanations
  • Community discussions and votes
  • Weekly question updates
  • Printable PDF download
  • 100% refund if you do not pass

Premium

Extra runway, the PDF, and the refund guarantee

$35$60USD

90 days of access, single payment

Printable PDF download

Save every question as a PDF for offline study or printing.

  • All 65 questions unlocked
  • Detailed answer explanations
  • Community discussions and votes
  • Weekly question updates

Full refund if you do not pass

Send us your exam result and we refund the purchase.

Stories from the certified

Charles Sirois
Canada
As this was my first certification exam, I was understandably nervous about what to expect. These study materials made the preparation process much easier, and many of the questions closely reflected those on the actual exam.
Lance Chambers
United States
Wasted about a month going through the free dump sites scattered all over reddit, half the answers were wrong and the other half were for a version of the exam that doesn't even exist anymore. Eventually gave in and paid the small fee here, and the difference was night and day.
Alisha Kelly
Italy
Honestly, I had already gone through the official documentation quite thoroughly, but still didn't feel fully confident going in. This helped things finally click for me. I realized I knew the material, but just hadn't connected all the pieces yet.
Casper Claassen
Netherlands
Used this along with Microsoft Learn and the combo worked really well. The practice questions made the stuff I'd read actually stick. Passed first attempt, no complaints from me.
Gabriele Ghesla
Italy
The content is accurate and clearly presented, and it's more affordable than competitors. The team has been incredibly responsive whenever I've had an issue, and they've been open to small changes that improve the platform.
Charles Sirois
Canada
As this was my first certification exam, I was understandably nervous about what to expect. These study materials made the preparation process much easier, and many of the questions closely reflected those on the actual exam.
Lance Chambers
United States
Wasted about a month going through the free dump sites scattered all over reddit, half the answers were wrong and the other half were for a version of the exam that doesn't even exist anymore. Eventually gave in and paid the small fee here, and the difference was night and day.
Alisha Kelly
Italy
Honestly, I had already gone through the official documentation quite thoroughly, but still didn't feel fully confident going in. This helped things finally click for me. I realized I knew the material, but just hadn't connected all the pieces yet.
Casper Claassen
Netherlands
Used this along with Microsoft Learn and the combo worked really well. The practice questions made the stuff I'd read actually stick. Passed first attempt, no complaints from me.
Gabriele Ghesla
Italy
The content is accurate and clearly presented, and it's more affordable than competitors. The team has been incredibly responsive whenever I've had an issue, and they've been open to small changes that improve the platform.
Morgan Farmer
United Kingdom
I don't usually leave reviews, but this one felt worth sharing. The questions were quite close to what actually appeared on the exam, more than I expected. I spent about a week going through the material before my test, and it helped me feel more prepared.
Remi Nuyts
United States
Passed ITIL 4 Foundation with 87%. Material was enough by itself.
Archie Hopkins
United States
I had a smooth experience from start to finish. Access was available right away, no technical issues, which made it easy to get started. The content felt relevant and aligned well with what I was looking for.
Nancy Mcbride
United States
Does what it says it does. Content felt solid, nothing confusing to navigate and I didn't run into any weird issues. I been putting off scheduling the exam for a while and going through this gave me enough confidence to finally book it and pass.
Neil Savage
United States
A very quick response was received via email when a link issue occurred. The study materials provided were high quality and extremely helpful. I was able to complete the test successfully. Many thanks for the excellent support.
Morgan Farmer
United Kingdom
I don't usually leave reviews, but this one felt worth sharing. The questions were quite close to what actually appeared on the exam, more than I expected. I spent about a week going through the material before my test, and it helped me feel more prepared.
Remi Nuyts
United States
Passed ITIL 4 Foundation with 87%. Material was enough by itself.
Archie Hopkins
United States
I had a smooth experience from start to finish. Access was available right away, no technical issues, which made it easy to get started. The content felt relevant and aligned well with what I was looking for.
Nancy Mcbride
United States
Does what it says it does. Content felt solid, nothing confusing to navigate and I didn't run into any weird issues. I been putting off scheduling the exam for a while and going through this gave me enough confidence to finally book it and pass.
Neil Savage
United States
A very quick response was received via email when a link issue occurred. The study materials provided were high quality and extremely helpful. I was able to complete the test successfully. Many thanks for the excellent support.

Before you buy

Answers about access, updates, payments, and the refund policy.

01Are these real exam questions?

Our Juniper JN0-661 questions are based on real exam experiences and are continuously updated to match the current exam format. Most candidates who study with us report passing on their first attempt, based on a self reported post exam survey.

02What happens if I don't pass the exam?

With our Premium package, you get a 100% money back guarantee. If you don't pass your exam after studying with our materials, simply contact us with your exam results and we'll refund your purchase. Terms and conditions apply, read our full refund policy to learn more.

03How often are the questions updated?

Our question bank is updated regularly based on feedback from recent exam takers. We typically review and update our content every week with reports about new questions or changes to the exam format.

04Can I extend my access period?

Yes. When your access is close to expiring, you can renew it for another 30 days directly from the exam page. If you need more time while you are still preparing, reach out and we will help.

05Is this a single payment or a subscription?

This is a single payment with no recurring charges. Once you purchase, you get full access to all exam questions for the duration of your package (30 days for Standard, 90 days for Premium). No hidden fees or automatic renewals.

06How many questions are included?

You get access to all 65 questions in our database for the Juniper JN0-661 exam. This includes detailed explanations and answer justifications to help you understand the concepts thoroughly.

07Do you offer technical support?

Yes. Email us at hello@examice.com for help with access, billing, or the platform. We read every message and typically reply within 24 hours on business days.

08Is my payment secure?

Absolutely! We use industry standard SSL encryption and process all payments through Stripe, a trusted payment processor used by millions of businesses worldwide. Your payment and personal information are completely secure.

Ready to unlock the rest

All 65 questions from $25, single payment, instant access.

Back to plans