Displaying configured routes on a router Answer Needed
Your question:
Which of the following commands can be used to display the routes configured on the router? Question 17 options: router# show rip route router# show route router> show route router# show ip route
Displaying configured routes on a router Answer and Explanation
router# show route: This command is not typically used on Cisco routers. It might be used on other vendor's routers, but it's not the standard command for Cisco devices.
router> show route: The prompt "router>" indicates user mode, which doesn't have access to the show ip route command. You need to be in privileged EXEC mode (indicated by the prompt "router#") to use this command.
Source: This column shows how the route was learned, such as through a directly connected network, a static route, or a dynamic routing protocol.