In the configuration on router R1, the static route is defined with the next-hop IP address of139.120.121.1.
However, the next-hop IP address139.120.121.1does not belong to the same subnet as the directly connected interface on R1, which is172.31.1.1/30. For the static route to work properly, the next-hop IP address must be reachable via a directly connected interface, meaning it must be within the same subnet.
Therefore, this mismatch in subnet adjacency is likely causing the failure to reach the destination (139.120.121.2).
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