The next hop identified in the static route command Is not directly connected to your router. Referring to the exhibit, what must be added to the command for the static route to work?
Next-Hop Resolution :
Resolving indirect next hops:
. By default, the software can resolve only directly connected next hops
. Use the resolve option to allow resolution of indirectly connected next hops:
exemple :
[edit routing-options]
user@router-A# show
static {
route 172.20.3.0/24 {
next-hop 172.25.1.6; ==> "INDIRECT NEXT HOP"
resolve; ==> "resolve option requierd"
To make a static route work when the next hop is not directly connected to your router, you need to add the "resolve" keyword to the static route command.
The "resolve" keyword instructs the router to resolve the next hop IP address using the routing table, allowing the router to find a valid next hop to reach the destination network. This is necessary when the next hop is not directly connected.
Therefore, the correct answer is B. "resolve"
Explanation: To make the static route work when the next hop is not directly connected to your router, you need to add the 'resolve' option to the static route command. The 'resolve' option tells the router to recursively look up the next hop address in the routing table until it finds a directly connected route. With the 'resolve' option added, the command would look like this: set static route 10.10.7.0/24 next-hop 192.168.1.2 resolve.
Ref: resolve | Junos OS | Juniper Networks
“resolve
…
Description
Statically configure routes to be resolved to a next hop that is not directly connected.
…”
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Nasredd
1 year, 4 months agoCradical
1 year, 6 months agogpt_test
1 year, 7 months agoGreatDane
1 year, 11 months ago