answersLogoWhite

0

debug ip routing

show ip route

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What two commands can be used to view a host's a routing table?

netstat-r route PRINT


Which two commands can be used on a Windows host to display the routing table?

netstat-r route PRINT


What commands can be used to view a host routing table?

netstat -r and route print


Which is a function of the show ip route command when used as a tool for troubleshooting network connectivity?

That's the command, on a Cisco Router, to show the routing table. It is one of the most important troubleshooting commands.That's the command, on a Cisco Router, to show the routing table. It is one of the most important troubleshooting commands.That's the command, on a Cisco Router, to show the routing table. It is one of the most important troubleshooting commands.That's the command, on a Cisco Router, to show the routing table. It is one of the most important troubleshooting commands.


Which routing protocol maintains a topology table separate from the routing table?

EIGRP


Which type of routing allows routers to automatically build their routing table?

it is dynamic routing.


Describe the role of the routing table on a host and on a router?

Describe the role of the routing table on a host and on a router.


Which command can be used to view a routing table and add modify or remove static entries from the routing table?

route


When will a router select the indicated path as the best match?

After checking with its Routing Table (table creation depends on Routing Protocol).


What three ways are the routing table populated?

1. Do it yourself. 2. Don't do it yourself. 3. Don't have a routing table.


What is the similarities and differences between the windows routing table and the router routing table?

That depends entirely on what Operating System the router is running


What commands allow you to view the routing table on your Linux workstation?

run the command: route -n You may need to be root (or use sudo) to run that command, or at least call its full path /sbin/route or /usr/sbin/route route --help will give you additional info, as will man route