Juniper
JN0-682 · Question #9
You are asked to build a single export policy that can be applied to all devices to advertise only loopback IP addresses in the 172.16.0.0/24 subnet into your EBGP IP fabric. In this scenario, which…
The correct answer is A. policy-options { policy-statement EXPORT-LOOPBACK { term L00 { from { protocol direct; route-filter 172.16.0.0/24 prefix-length-range /32-/32; } then accept; } } }. See the full explanation below for the reasoning.
Question
You are asked to build a single export policy that can be applied to all devices to advertise only loopback IP addresses in the 172.16.0.0/24 subnet into your EBGP IP fabric. In this scenario, which two solutions would accomplish this task? (Choose two.)
Options
- Apolicy-options { policy-statement EXPORT-LOOPBACK { term L00 { from { protocol direct; route-filter 172.16.0.0/24 prefix-length-range /32-/32; } then accept; } } }
- Bpolicy-options { policy-statement EXPORT-LOOPBACK { term L00 { from { protocol direct; interface lo0.0; } then accept; } } }
How the community answered
(47 responses)- A81% (38)
- B19% (9)
Community Discussion
No community discussion yet for this question.