JN0-281 · Question #17
In the Junos OS, which feature is used to create an alternate next hop with a unique preference for a static route?
The correct answer is D. Qualified-next-hop. In Junos OS, the qualified-next-hop feature is used to specify an alternate next hop for a static route, along with a unique preference value. Qualified-Next-Hop: A qualified-next-hop allows you to define multiple next hops for a static route, each with its own preference. This…
Question
In the Junos OS, which feature is used to create an alternate next hop with a unique preference for a static route?
Options
- APreference
- BResolve
- CNext-hop
- DQualified-next-hop
How the community answered
(45 responses)- A4% (2)
- B2% (1)
- C2% (1)
- D91% (41)
Explanation
In Junos OS, the qualified-next-hop feature is used to specify an alternate next hop for a static route, along with a unique preference value. Qualified-Next-Hop: A qualified-next-hop allows you to define multiple next hops for a static route, each with its own preference. This provides flexibility by allowing the router to choose the best available next hop based on reachability and preference. If the primary next hop becomes unreachable, the router can automatically switch to the alternate next hop defined by the qualified-next-hop with a higher preference value. Command Example: set routing-options static route 10.10.10.0/24 qualified-next-hop 192.168.1.1 preference 5 set routing-options static route 10.10.10.0/24 qualified-next-hop 192.168.1.2 preference 10
Topics
Community Discussion
No community discussion yet for this question.