Refer to the exhibit. Which configuration configures a policy on R1 to forward any traffic that is sourced from the 192.168.130.0/24 network to R2?
A.
B.
C.
D.
Refer to the exhibit. Which configuration configures a policy on R1 to forward any traffic that is sourced from the 192.168.130.0/24 network to R2?
A.
B.
C.
D.
The correct configuration is B. Here's the reasoning: The goal is to forward any traffic sourced from the 192.168.130.0/24 network to R2. The route-map should be applied to the interface closest to the traffic source, which is Gi0/1. For traffic destined to R2, the next-hop IP should be 172.20.40.2, which is the IP address of the interface on R2 that connects to R1. Therefore, the next-hop IP in the route map should be set to 172.20.40.2, making the configuration in option B correct.
Answer is D - look at the address of the local router (R1) on p2p links - it has .2, so it means the next hop (the remote router) is .1
Answer D in correct.
"D ' is rite answer
Common practice for an access list to be applied on an interface closest to the source. Also always set the next-hop on the adjacent IP (.1) on that subnet for the lookup.
B obviously...
D is correct It must be issued on g0/1 interface Next hop is .1
Answer D is correct.
The correct answer is: D
D is correct
The given answer is correct
The given answer is correct
To clear out the confusion if B or D, it is D indeed. See Step 5 below: "Specifies the action to be taken on the packets that match the criteria. Sets next hop to which to route the packet (the next hop must be adjacent)." https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960x/software/15_2_6_e/configuration_guide/b_1526e_consolidated_2960x_cg/b_1526e_consolidated_2960x_cg_chapter_01010000.pdf
correct answer is D. a similar example is in the enarsi book page 624
Answer is actually B. The Next-Hop IP Address should be the upstream routers IP address for that link.
Yes. Thats why correct answer is D
172.20.40.1 is the next hop IP for R1 not 172.20.40.2 which is one of the R1 interface itsels.