Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam JN0-104 All Questions

View all questions & answers for the JN0-104 exam

Exam JN0-104 topic 1 question 93 discussion

Actual exam question from Juniper's JN0-104
Question #: 93
Topic #: 1
[All JN0-104 Questions]


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?

  • A. retain
  • B. resolve
  • C. readvertise
  • D. install
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Nasredd
1 year, 4 months ago
Selected Answer: B
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"
upvoted 2 times
...
Cradical
1 year, 6 months ago
Selected Answer: B
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"
upvoted 1 times
...
gpt_test
1 year, 7 months ago
Selected Answer: B
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.
upvoted 1 times
...
GreatDane
1 year, 11 months ago
Selected Answer: B
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
...
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.

SaveCancel
Loading ...