Juniper
JN0-100 · Question #120
Referring to the exhibit, if the static route with prefix 10.1.1.0/24 is evaluated against the routing policy, which preference value will be set? policy-options { policy-statement example-pol {…
The correct answer is C. The preference will be 8. See the full explanation below for the reasoning.
Question
Referring to the exhibit, if the static route with prefix 10.1.1.0/24 is evaluated against the routing policy, which preference value will be set? policy-options { policy-statement example-pol { term 1 { from { protocol static; route-filter 10.1.0.0/16 exact; } then { preference 6; accept; } } term 2 { from { protocol static; route-filter 10.1.1.0/24 longer; } then { preference 7; accept; } } term 3 { from { protocol static; route-filter 10.1.0.0/16 upto /24; } then { preference 8; accept; } } term 4 { then accept; } } }
Options
- AThe preference will be 6.
- BThe preference will be 7.
- CThe preference will be 8.
- DThe preference will be the default for static routes.
How the community answered
(16 responses)- B13% (2)
- C81% (13)
- D6% (1)
Community Discussion
No community discussion yet for this question.