R1(Config)#ip route x.x.x.x y.y.y.y z.z.z.z
X will be the source network
Y will be the source network's subnet mask
Z will be the destination network.
*Note you can also set the destination as an outbound interface.
Show IP route
route
route#debug ip routing
Showi ip route
your command would be show ip route or sh ip route static
routing table code S
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
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.
The route is removed from the table.
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
conf terminal Router#show ip route