How to configure static routing in Cisco packet tracer
hello guys today we will learn how to configure static routing in Cisco packet tracer

step 1 go to router 0 CLI mode and jus type
Router>en
Router#config t
Router(config)#int Fa0/1
Router(config-if)#ip address 1.0.0.1 255.0.0.0
Router(config-if)#no shut
Router(config)#int fa0/0 Router(config-if)#ip address 2.0.0.1 255.0.0.0
Router(config-if)#no shut
step 2 Here we configure our pc 0 ip address 1.0.0.2 and default gateway 1.0.0.1

Step 2 then we will go to Router 1 and configure its ip address
Router>en
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int Fa0/1
Router(config-if)#ip address 3.0.0.1 255.0.0.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int Fa0/0
Router(config-if)#ip address 2.0.0.2 255.0.0.0
Router(config-if)#no shut
Step 3 then go pc 1 and here also configure ip address 3.0.0.2 and default Gateay 3.0.0.1

Step 4 then we will go to router 0 again and configure static routing
Router(config-if)#exit
Router(config)#ip route 3.0.0.0 255.0.0.0 2.0.0.2
Step 5 then we will go to Router 1 and configure static routing
Router(config)#ip route 1.0.0.0 255.0.0.0 2.0.0.1
Router(config)#exit
if you want to Cisco router labso Please click my link and download
Thank you
by vishnu sharma
