Static Routing 3 Routers ---------------------------R1-------------------------- en conf t hostname R1 do show ip route static !! configure static routing for unknown networks ip route 192.168.2.0 255.255.255.0 192.168.4.2 !! configure static routing for 3.0/24 & 5.0/24 networks do show ip route static do show run !! configure static route in R2 & R3 similarly