1.
What is the default function of a secondary path in MPLS?
2.
How long is an IPv6 address?
3.
Which configuration defines a BGP route reflector?
4.
Given the following policy:
[edit policy-options] policy-statement my-filter { term first { from { route-filter 192.168.0.0/16 orlonger accept; route-filter 192.168.1.0/24 exact accept; route-filter 192.168.2.0/24 exact; } then { metric 10; accept; } term second { then { metric 20; accept; } policy-statement main { term change-attributes {from { policy my-filter; } then accept; } term default { then reject; } [edit protocols] bgp { export main; } Which action occurs when the static route 192.168.0.0/25 is evaluated by the policy main-policy?
5.
When using OSPF as your IGP, which operation al command must be enabled to populate the TED for CSPF calculations?
6.
When comparing CPE and provider-provisioned VPNs (PPVPN), which two statements are true? (Choose two.)
7.
Which setting in JUNOS software forces a bgp speaker to wait for a bgp neighbor to initiate a bgp session?
8.
How is a Rendezvous Point tie broken in Auto-RP?
9.
In JUNOS software, which statement is true regarding the OSPF advertisement of the loopback IP address on the ABR?
10.
Given the policy:
policy-statement find-specific-routes { term get-good-routes { from { protocol static; metric 10; } then accept; } term stop-bad-routes { from protocol static; then reject;} Which routes will be accepted?