Lab Configuring Ipv4 Static And Default Routes
. Step 2: Add Static Routes Assume Router1 needs to reach the network behind Router2 (say 192.168.2.0/24). You would configure a static route pointing to the next-hop IP address: ``` Router1(config)# ip route 192.168.2.0 255.255.255.0 10.0.0.2 ``` This command tells Route