A junior technician was adding a route to a LAN router. A traceroute to a device on the new network revealed a wrong path and unreachable status. What should be done or checked?
- Verify that there is not a default route in any of the edge router routing tables.
- Create a floating static route to that network.
- Check the configuration on the floating static route and adjust the AD.
- Check the configuration of the exit interface on the new static route.
Explanation & Hint:
When a traceroute to a device on a new network is showing a wrong path and unreachable status after a junior technician added a route to a LAN router, the following should be done or checked:
Creating a floating static route or adjusting the Administrative Distance (AD) of an existing floating static route might not be relevant unless there is a need for redundancy or there are multiple paths to the destination network. Floating static routes are typically used as a backup in case the primary route fails, not as a primary means of directing traffic. Given the described situation, the most appropriate action would be to check the configuration of the exit interface on the new static route, ensuring that the route is entered correctly and that the routing table reflects the intended path. |