answersLogoWhite

0


Best Answer

your command would be show ip route or sh ip route static

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

route PRINT lists the routing table under windows

use route /? will list all the parameters used with the route command

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Iptables

Try iptables -l -N

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

netstat -r

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

netstat-r

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What command is used to view a PC computer's routing table?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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

route


What command line interface command can be used to check the routing table of a router?

Showi ip route


Identify the command used to display information on routing-table updates and route-cache updates?

route#debug ip routing


What is the routers command used to configure a static route for a router?

routing table code S


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.


What happens to a static route if the exit interface goes down?

The route is removed from the table.


What is the command used to make the size of the table columns reflect the data in the columns in micro computers?

Tab


What is the most common static route used in a host computer?

the default gateway is the most common static route used in a host computer. netstat -r is the command line command to obtain the routing table.


What is purpose of ip nat command?

IP NAT Command is used to Exclude the IP from Routing Table or Tells the Router to fix the IP Static or exclude the IP from Route. used for Network Address Translation


What command is used to create a table?

Tables are defined with CREATE TABLE command. Syntax of CREATE TABLE command is: CREATE TABLE ( [] []);


What are two functions of the network command used when configuring routing protocols?

READ you're ccna cisco routing book.


Which command is used to create a table?

CREATE TABLE command is used to create table. Syntax of creating a TABLE is: CREATE TABLE ( [] []); ex: create table emp (ecode integer, ename char(20));