Tracert is the one you're looking for I believe.
--XombieJer
Assuming you have a Cisco router, you add a static route with the command ip route.... Therefore, you delete it with the command no ip route....Assuming you have a Cisco router, you add a static route with the command ip route.... Therefore, you delete it with the command no ip route....Assuming you have a Cisco router, you add a static route with the command ip route.... Therefore, you delete it with the command no ip route....Assuming you have a Cisco router, you add a static route with the command ip route.... Therefore, you delete it with the command no ip route....
your command would be show ip route or sh ip route static
Showi ip route
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.
Show IP route
ip default gateway
You use /P with the Route Add command
The "show ip route" command in Cisco devices will display the administrative distance of routes along with other routing information.
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
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.
To change the gateway address in UNIX, you can use the route command. For example, you can set the default gateway with the command route add default gw <new_gateway_ip>. Alternatively, you can use the ip command with ip route add default via <new_gateway_ip>. Make sure to replace <new_gateway_ip> with the actual IP address of the new gateway.
route#debug ip routing