Cisco Static Routing Lab with 3 Router
Hello Dosto,
Today we are going to configure 3 router with static routing here we will understand how can we configure these router and what is fundamental we have to care about.
I this post you will see :
- Changing Name of router
- Saving configuration in routers
- Creating Topology in cisco packet tracer
- Configuring 3 router like: Interface, Routes Define
So let’s Get into it:
Changing Name of router: To change Router name you have be in global configuration mode
Formula:
hostname <Name Of your Router>
Command:
Router(config)#hostname Router_1 (Click Enter)
Router_1(config)# (Result)
Saving configuration in routers:
There are two option to save configuration in router
- Privilege mode saving:
To save here you have to write:
Command:
Router_3#write memory (Click Enter)
Global configuration saving: To save in Globle mode then type this,
Command:
Router_3(config)# do write memory (Click Enter)
Creating Topology in cisco packet tracer:

Router 1 basic Configuration:
Router>enable
Router#configure terminal
Router(config)#hostname Router 1
Router_1(config)#interface gig 0/0/0
Router_1(config-if)#ip address 192.168.1.1 255.255.255.0
Router_1(config-if)#no shutdown
Router_1(config-if)#interface gig 0/0/1
Router_1(config-if)#ip address 10.0.0.1 255.255.255.0
Router_1(config-if)#no shutdown
Router 2 basic Configuration:
Router>enable
Router#config terminal
Router(config)# hostname Router_2
Router_2(config)#interface gig 0/0/0
Router_2(config-if)#ip address 10.0.0.2 255.255.255.0
Router_2(config-if)#no shutdown
Router_2(config-if)#interface gig 0/0/1
Router_2(config-if)#ip address 10.0.1.1 255.255.255.0
Router_2(config-if)#no shutdown
Router 3 basic Configuration:
Router>enable
Router#config terminal
Router(config)#hostname Router_3
Router_3(config)#
Router_3(config)#interface gig 0/0/1
Router_3(config-if)#ip address 10.0.1.2 255.255.255.0
Router_3(config-if)#no sh
Router_3(config-if)#interface gig 0/0/0
Router_3(config-if)#ip address 192.168.2.1 255.255.255.0
Router_3(config-if)#no shutdown
Router 1 Static Route Configuration
Router_1(config-if)#ip route 192.168.2.0 255.255.255.0 10.0.0.2
Router_1(config)#ip route 10.0.1.0 255.255.255.0 10.0.0.2
Router 1 Saving Configuration
Router_1#write memory
Router 2 Static Route Configuration
Router_2(config-if)#ip route 192.168.1.0 255.255.255.0 10.0.0.1
Router_2(config)#ip route 192.168.2.0 255.255.255.0 10.0.1.2
Router 2 Saving Configuration
Router_2#write memory
Router 3 Static Route Configuration
Router_3(config-if)#ip route 192.168.1.0 255.255.255.0 10.0.1.1
Router_3(config)#ip route 10.0.0.0 255.255.255.0 10.0.1.1
Router 3 Saving Configuration
Router_3#write memoryRouter_3#write memory
Now Friends If you like this post please tell us how can we help you to provide better knowledge?
If this post is use full for you please share the post with your friends.
Please follow as facebook : www.facebook.com
Please follow as twitter : www.twitter.com
And more information please visit here : www.weindians.in
Please Subscribe on youtube : www.youtube.com