Cisco Static Routing Particles Lab 1
Static routing is a routing where router manually configured by administrator, Here router follow a systematic way to transmit a data though the network. Static routing ad value is 1. Most of time static routing is used as a backup path in case of primary router failures.
Advantages
- Static routing causes very little load on the CPU of the router
- Static routing leaves the network administrator with full control over the routing behavior on router network.
- This is very easy to configure.
Disadvantages
- Human Error: This routing is manually configured by network admin so there are some chances of error.
- Fault tolerance: In case device fails then that particular network traffic unreachable until that failed device restored.
Static Routing Configuration Formula:
Ip route <Destination Network Address> <Destination Subnetmask> <Next Hope IP Address>
Let’s Configure The Static Routing:

Router 1 Configuration:
Router>enable
Router# config terminal
Router(config)#interface Gig 0/0/0
Router(config-if)#ip address 10.0.0.1 255.255.255.0
Router(config-if)#no shutdown
Router(config)#interface Gig 0/0/1
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown
Massage Appear when port state change
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to up
Router 2 Configuration:
Router2>enable
Route2r# config terminal
Router2(config)#interface Gig 0/0/0
Router2(config-if)#ip address 10.0.0.2 255.255.255.0
Router2(config-if)#no shutdown
Router2(config)#interface Gig 0/0/1
Router2(config-if)#ip address 192.168.2.1 255.255.255.0
Router2(config-if)#no shutdown
Massage Appear when port state change
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to up
Static Routing configuration in Router 1:
Router1(config)#ip route 192.168.2.0 255.255.255.0 10.0.0.2
Static Routing configuration in Router 2:
Router2(config)#ip route 192.168.1.0 255.255.255.0 10.0.0.1
Now Router is configured and ready to send traffic.
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