Command
IP Route
Use
Allows you to set static routes to define how to reach remote networks..
Syntax
Router(config)#ip route <network> <mask> <next hop>
Example
In the below example we will configure R1 to be able to ping R3
R1(config)#ip route 3.3.3.3 255.255.255.255 10.1.1.2 Type escape sequence to abort. |