Comprehensive and Detailed Explanation with Exact Extracts:
Options A, B, and C ARE configured in static-routes:
Blackhole: Configured under static-routes for a prefix to drop traffic.
IPv4 destination prefix: Defined directly in the static-routes container.
Preference value: Set per static route entry within static-routes.
Extract from Nokia SR Linux Configuration Guide (Section: Static Routes):
"Static routes are configured under /routing-policy/static-routes. Each entry requires a prefix (e.g., 0.0.0.0/0). The blackhole parameter and preference value are configured directly within this container for a specific prefix."
Option D (Next-hop group) CANNOT be configured in static-routes:
Next-hop groups are separate objects defined under /routing-policy/next-hop-groups.
The static-routes container references a next-hop group by name but does not define its properties.
Extract from Nokia SR Linux Configuration Guide (Section: Next-Hop Groups):
"Next-hop groups are configured under /routing-policy/next-hop-groups. Each group is given a name and defines properties like next-hop IPs, blackhole behavior, or indirect settings. Static routes reference a next-hop group via the next-hop-group parameter under /routing-policy/static-routes but do not configure the group itself here."
[References:, Nokia SR Linux Configuration Guide: Sections "Static Routes", "Next-Hop Groups"., ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit