Click the Exhibit button.
Referring to the exhibit button, you are asked to ensure that traffic destined for the 5.5.5.0/24 network must use
the LSP named Top.
Which two actions would you perform to accomplish this task? (Choose two.)

A.
Apply the policy as an import policy for BGP on R1.
B.
Create a routing policy that matches the route 5.5.5.0/24 with an action of install-nexthop lsp Top.
C.
Create a routing policy that matches the route 5.5.5.0/24 with an action of next-hop Top.
D.
Apply the policy to the forwarding table on R1.
Explanation:
B: The install-nexthop command selects a specific label-switched path (LSP), or select an LSP from a set of
similarly named LSPs as the traffic destination for the configured community.D: You can apply an export routing policy to a forwarding table. You include the export statement:
export [ policy-names ];https://www.juniper.net/documentation/en_US/junos14.1/topics/reference/configuration-statement/installnexthop-edit-policy-options.html
B & D correct
https://www.juniper.net/documentation/en_US/junos/topics/example/policy-lsp-forwarding-next-hop-assigned-to-different-destination-prefixes.html
0
0
Options B and D, Final asnwer.
B: Create a routing policy that matches the route 5.5.5.0/24 with an action of install-nexthop lsp Top.
!
set policy-options policy-statement forwarding-policy term one from protocol bgp
set policy-options policy-statement forwarding-policy term one from route-filter 5.5.5.0/24 orlonger
set policy-options policy-statement forwarding-policy term one then accept
!
D: Apply the policy to the forwarding table on R1
!
set routing-options router-id 192.168.1.6
set routing-options autonomous-system 2
set routing-options forwarding-table forwarding policy.
!
0
0