answersLogoWhite

0

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

User Avatar

Wiki User

14y ago

What else can I help you with?

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


What command is used to remove entries from the routing table?

The command used to remove entries from the routing table varies depending on the operating system. In Linux, the ip route del command is commonly used, for example: ip route del <destination>. On Windows, the command is route delete <destination>. Both commands require administrative privileges to execute successfully.


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.


How can you see the kernel routing table?

You can view the kernel routing table in Linux by using the command route -n or ip route show. These commands display the current routing table, showing destination networks, gateways, and the interface used for routing packets. Additionally, you can use netstat -r to achieve similar results.


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 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 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 command is used to create a table?

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