An administrator executes 'show route 192.168.1.0/24' and sees no output, but the route is configured. Which command should be used to display the reason the route is not active?
This command reveals hidden routes with reasons for their status.
Why this answer
The correct answer is A. The command 'show route hidden' displays all routes that are not active due to issues like unreachable next-hops, rejection, etc. Option B shows only static routes, not necessarily hidden.
Option C shows the forwarding table, not the routing table. Option D shows log messages, not route status.