{"id":490,"date":"2017-01-13T15:45:00","date_gmt":"2017-01-13T15:45:00","guid":{"rendered":"https:\/\/visworlditsolution.wordpress.com\/?p=490"},"modified":"2017-01-13T15:45:00","modified_gmt":"2017-01-13T15:45:00","slug":"how-to-configure-static-routing-with-5-router-in-cisco-packet-tracer","status":"publish","type":"post","link":"https:\/\/linux.thingsomething.com\/index.php\/2017\/01\/13\/how-to-configure-static-routing-with-5-router-in-cisco-packet-tracer\/","title":{"rendered":"How to configure static routing with 5 Router in Cisco Packet tracer"},"content":{"rendered":"<p>hello guys today we will learn how to configure static routing with 5 router .Its a very simple method before we take 5 router and four \u00a04 Pc then we will connected with Serial wire like this Screen short<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-491\" src=\"https:\/\/visworlditsolution.files.wordpress.com\/2017\/01\/screenshot-37.png?w=300\" alt=\"Static routing\" width=\"725\" height=\"455\" \/><\/p>\n<h2><span style=\"color:#ff0000;\">\u00a0We will provide ip address every pc\u00a0<\/span><\/h2>\n<p><strong><span style=\"color:#000000;\">pc 0= ip address is 4.0.0.2 and default\u00a0getaway 4.0.0.1<\/span><\/strong><\/p>\n<p><strong><span style=\"color:#000000;\"><span style=\"color:#000000;\">pc 1= ip address is 1.0.0.2 and default\u00a0getaway 1.0.0.1<\/span><\/span><\/strong><\/p>\n<p><strong><span style=\"color:#000000;\"><span style=\"color:#000000;\">pc 2= ip address is 2.0.0.2 and default\u00a0getaway 2.0.0.1<\/span><\/span><\/strong><\/p>\n<p><strong><span style=\"color:#000000;\"><span style=\"color:#000000;\">pc 0= ip address is 3.0.0.2 and default\u00a0getaway 3.0.0.1<\/span><\/span><\/strong><\/p>\n<p><!--more--><\/p>\n<h2><span style=\"color:#ff0000;\">Then we will going to router 0 commands prompt and configure ip address like this\u00a0<\/span><\/h2>\n<pre><span style=\"color:#008000;\"><strong>Router&gt;enable<\/strong><\/span>\n<span style=\"color:#008000;\"><strong> Router#configure terminal<\/strong><\/span>\n<span style=\"color:#008000;\"><strong> Enter configuration commands, one per line. End with CNTL\/Z.<\/strong><\/span>\n<span style=\"color:#008000;\"><strong> Router(config)#interface FastEthernet0\/0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong> Router(config-if)#ip address 4.0.0.1 255.0.0.0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong> Router(config-if)#no shutdown<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#exit<\/strong><\/span>\n<span style=\"color:#008000;\"><strong> Router(config)#interface Serial0\/0\/0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong> Router(config-if)#ip address 5.0.0.1 255.0.0.0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong> Router(config-if)#no shutdown<\/strong><\/span>\n<span style=\"color:#008000;\"><strong> Router(config-if)#exit<\/strong><\/span>\n<span style=\"color:#008000;\"><strong> Router(config)#interface Serial0\/1\/0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong> Router(config-if)#ip address 9.0.0.2 255.0.0.0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong> Router(config-if)#no shutdown<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#exit<\/strong><\/span>\n<span style=\"color:#008000;\"><strong> Router(config)#interface Serial0\/0\/0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong> Router(config-if)#<\/strong><\/span>\n<span style=\"color:#008000;\"><strong> Router(config-if)#exit<\/strong><\/span>\n<span style=\"color:#008000;\"><strong> Router(config)#interface Serial0\/1\/1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong> Router(config-if)#ip address 12.0.0.2 255.0.0.0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong> Router(config-if)#no shutdown\n<\/strong><\/span><\/pre>\n<h2><span style=\"color:#ff0000;\">Like this also configure Router1 ip address<\/span><\/h2>\n<pre><span style=\"color:#008000;\"><strong>Router&gt;enable<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router#configure terminal<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Enter configuration commands, one per line. End with CNTL\/Z.<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#interface FastEthernet0\/0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#ip address 2.0.0.1 255.0.0.0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#no shutdown<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#exit<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#interface Serial0\/1\/0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#ip address 6.0.0.1 255.0.0.0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#no shutdown<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#exit<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#interface Serial0\/0\/0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#ip address 10.0.0.2 255.0.0.0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#no shutdown<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#exit<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#interface Serial0\/0\/1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#ip address 11.0.0.1 255.0.0.0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#no shutdown<\/strong><\/span><\/pre>\n<h2><span style=\"color:#ff0000;\"><strong>Router 2 in ip address configuration<\/strong><\/span><\/h2>\n<pre><strong><span style=\"color:#008000;\">Router&gt;enable<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router#configure terminal<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Enter configuration commands, one per line. End with CNTL\/Z.<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#interface FastEthernet0\/0<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config-if)#ip address 1.0.0.1 255.0.0.0<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config-if)#no shutdown<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config-if)#exit<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#interface Serial0\/1\/0<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config-if)#ip address 6.0.0.2 255.0.0.0<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config-if)#<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config-if)#exit<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#interface Serial0\/0\/1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config-if)#ip address 7.0.0.2 255.0.0.0<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config-if)#no shutdown<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config-if)#exit<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#interface Serial0\/0\/0<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config-if)#ip address 5.0.0.2 255.0.0.0<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config-if)#no shutdown<\/span><\/strong><\/pre>\n<h2><span style=\"color:#ff0000;\">Router 3 ip address configuration\u00a0<\/span><\/h2>\n<pre><strong><span style=\"color:#008000;\">Router&gt;enable<\/span><\/strong>\n<strong><span style=\"color:#008000;\"> Router#configure terminal<\/span><\/strong>\n<strong><span style=\"color:#008000;\"> Enter configuration commands, one per line. End with CNTL\/Z.<\/span><\/strong>\n<strong><span style=\"color:#008000;\"> Router(config)#interface FastEthernet0\/0<\/span><\/strong>\n<strong><span style=\"color:#008000;\"> Router(config-if)#ip address 3.0.0.1 255.0.0.0<\/span><\/strong>\n<strong><span style=\"color:#008000;\"> Router(config-if)#no shutdown<\/span><\/strong>\n<strong><span style=\"color:#008000;\"> Router(config-if)#exit<\/span><\/strong>\n<strong><span style=\"color:#008000;\"> Router(config)#interface Serial0\/0\/1<\/span><\/strong>\n<strong><span style=\"color:#008000;\"> Router(config-if)#ip address 11.0.0.1 255.0.0.0<\/span><\/strong>\n<strong><span style=\"color:#008000;\"> Router(config-if)#no shutdown<\/span><\/strong>\n<strong><span style=\"color:#008000;\"> Router(config-if)#exit<\/span><\/strong>\n<strong><span style=\"color:#008000;\"> Router(config)#interface Serial0\/0\/0<\/span><\/strong>\n<strong><span style=\"color:#008000;\"> ip address 12.0.0.1 255.0.0.0<\/span><\/strong>\n<strong><span style=\"color:#008000;\"> Router(config-if)#no shutdown<\/span><\/strong>\n<strong><span style=\"color:#008000;\"> Router(config-if)#exit<\/span><\/strong>\n<strong><span style=\"color:#008000;\"> Router(config)#interface Serial0\/1\/1<\/span><\/strong>\n<strong><span style=\"color:#008000;\"> Router(config-if)#ip address 8.0.0.2 255.0.0.0<\/span><\/strong>\n<strong><span style=\"color:#008000;\"> Router(config-if)#no shutdown<\/span><\/strong><\/pre>\n<h2><span style=\"color:#ff0000;\">Ip address configuration for router 3<\/span><\/h2>\n<p><span style=\"color:#008000;\"><strong>Router&gt;enable<\/strong><\/span><\/p>\n<pre><span style=\"color:#008000;\"><strong>Router#configure terminal<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Enter configuration commands, one per line. End with CNTL\/Z.<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#interface Serial0\/0\/0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#ip address 10.0.0.1 255.0.0.0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#no shut<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#interface Se0\/1\/0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#ip address 9.0.0.1 255.0.0.0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#no shut<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#Interface Serial0\/0\/0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#ip address 7.0.0.1 255.0.0.0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#no shut<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#exit<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#interface Se0\/1\/1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#ip address 8.0.0.1 255.0.0.0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#no shut<\/strong><\/span><\/pre>\n<h2><span style=\"color:#ff0000;\">After configuration i am going to configure static routing in router 0<\/span><\/h2>\n<pre><span style=\"color:#008000;\"><strong>Router(config)#ip route 3.0.0.0 255.0.0.0 12.0.0.1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 11.0.0.0 255.0.0.0 12.0.0.1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 8.0.0.0 255.0.0.0 12.0.0.1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 2.0.0.0 255.0.0.0 12.0.0.1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 10.0.0.0 255.0.0.0 12.0.0.1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 7.0.0.0 255.0.0.0 12.0.0.1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 1.0.0.0 255.0.0.0 12.0.0.1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 8.0.0.0 255.0.0.0 9.0.0.1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 3.0.0.0 255.0.0.0 9.0.0.1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 11.0.0.0 255.0.0.0 9.0.0.1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 10.0.0.0 255.0.0.0 9.0.0.1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 2.0.0.0 255.0.0.0 9.0.0.1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 6.0.0.0 255.0.0.0 9.0.0.1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 7.0.0.0 255.0.0.0 9.0.0.1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 1.0.0.0 255.0.0.0 9.0.0.1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 6.0.0.0 255.0.0.0 5.0.0.2<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 1.0.0.0 255.0.0.0 5.0.0.2<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 2.0.0.0 255.0.0.0 5.0.0.2<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 11.0.0.0 255.0.0.0 5.0.0.2<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 7.0.0.0 255.0.0.0 5.0.0.2<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 10.0.0.0 255.0.0.0 5.0.0.2<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 8.0.0.0 255.0.0.0 5.0.0.2<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 3.0.0.0 255.0.0.0 5.0.0.2<\/strong><\/span><\/pre>\n<h2><span style=\"color:#ff0000;\">static routing for Router 1<\/span><\/h2>\n<pre><strong><span style=\"color:#008000;\">Router(config)#ip route 3.0.0.0 255.0.0.0 11.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 12.0.0.0 255.0.0.0 11.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 4.0.0.0 255.0.0.0 11.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 9.0.0.0 255.0.0.0 11.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 8.0.0.0 255.0.0.0 11.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 7.0.0.0 255.0.0.0 11.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 5.0.0.0 255.0.0.0 11.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 1.0.0.0 255.0.0.0 11.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 5.0.0.0 255.0.0.0 6.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 4.0.0.0 255.0.0.0 6.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 12.0.0.0 255.0.0.0 6.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 3.0.0.0 255.0.0.0 6.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 7.0.0.0 255.0.0.0 6.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 9.0.0.0 255.0.0.0 6.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 8.0.0.0 255.0.0.0 6.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 1.0.0.0 255.0.0.0 6.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 8.0.0.0 255.0.0.0 10.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 3.0.0.0 255.0.0.0 10.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 12.0.0.0 255.0.0.0 10.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 9.0.0.0 255.0.0.0 10.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 4.0.0.0 255.0.0.0 10.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 5.0.0.0 255.0.0.0 10.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 7.0.0.0 255.0.0.0 10.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 1.0.0.0 255.0.0.0 10.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 3.0.0.0 255.0.0.0 11.0.0.1<\/span><\/strong><\/pre>\n<h2><span style=\"color:#ff0000;\">\u00a0Routing configuration for router 2<\/span><\/h2>\n<pre><strong><span style=\"color:#008000;\">Router(config)#ip route 12.0.0.0 255.0.0.0 5.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 3.0.0.0 255.0.0.0 5.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 11.0.0.0 255.0.0.0 5.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 2.0.0.0 255.0.0.0 5.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 9.0.0.0 255.0.0.0 5.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 8.0.0.0 255.0.0.0 5.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 10.0.0.0 255.0.0.0 5.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 4.0.0.0 255.0.0.0 5.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 8.0.0.0 255.0.0.0 7.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 3.0.0.0 255.0.0.0 7.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 11.0.0.0 255.0.0.0 7.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 10.0.0.0 255.0.0.0 7.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 2.0.0.0 255.0.0.0 7.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 9.0.0.0 255.0.0.0 7.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 12.0.0.0 255.0.0.0 7.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 4.0.0.0 255.0.0.0 7.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 2.0.0.0 255.0.0.0 6.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 2.0.0.0 255.0.0.0 6.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 11.0.0.0 255.0.0.0 6.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 3.0.0.0 255.0.0.0 6.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 10.0.0.0 255.0.0.0 6.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 8.0.0.0 255.0.0.0 6.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 9.0.0.0 255.0.0.0 6.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 4.0.0.0 255.0.0.0 6.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 12.0.0.0 255.0.0.0 6.0.0.1<\/span><\/strong><\/pre>\n<h2><span style=\"color:#ff0000;\">Routing configuration for routing 3<\/span><\/h2>\n<pre><strong><span style=\"color:#008000;\">Router(config)#ip route 5.0.0.0 255.0.0.0 9.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 4.0.0.0 255.0.0.0 9.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 12.0.0.0 255.0.0.0 9.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 3.0.0.0 255.0.0.0 9.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 11.0.0.0 255.0.0.0 9.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 1.0.0.0 255.0.0.0 9.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 6.0.0.0 255.0.0.0 9.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 2.0.0.0 255.0.0.0 9.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 3.0.0.0 255.0.0.0 8.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 11.0.0.0 255.0.0.0 8.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 2.0.0.0 255.0.0.0 8.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 6.0.0.0 255.0.0.0 8.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 12.0.0.0 255.0.0.0 8.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 4.0.0.0 255.0.0.0 8.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 5.0.0.0 255.0.0.0 8.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 1.0.0.0 255.0.0.0 8.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 3.0.0.0 255.0.0.0 8.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 1.0.0.0 255.0.0.0 7.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 6.0.0.0 255.0.0.0 7.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 5.0.0.0 255.0.0.0 7.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 4.0.0.0 255.0.0.0 7.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 12.0.0.0 255.0.0.0 7.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 3.0.0.0 255.0.0.0 7.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 2.0.0.0 255.0.0.0 7.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 11.0.0.0 255.0.0.0 7.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 2.0.0.0 255.0.0.0 10.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 11.0.0.0 255.0.0.0 10.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 3.0.0.0 255.0.0.0 10.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 4.0.0.0 255.0.0.0 10.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 5.0.0.0 255.0.0.0 10.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 6.0.0.0 255.0.0.0 10.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 1.0.0.0 255.0.0.0 10.0.0.2<\/span><\/strong><\/pre>\n<p>If you want this program lab you can also <a href=\"https:\/\/drive.google.com\/open?id=0B-DQGzWetNG3LVR5eU81OXpUU1E\">download to here please click on link and download\u00a0<\/a>\u00a0.and have you any problem in this lab please comments here i will solve your problem<\/p>\n<p>Thank you<\/p>\n<p>by Vishnu sharma<\/p>\n","protected":false},"excerpt":{"rendered":"<p>hello guys today we will learn how to configure static routing with 5 router .Its a very simple method before we take 5 router and &hellip; <span class=\"ml-btn\"><a href=\"https:\/\/linux.thingsomething.com\/index.php\/2017\/01\/13\/how-to-configure-static-routing-with-5-router-in-cisco-packet-tracer\/\" class=\"more-link\">Read More<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[4,15],"tags":[44,94,190,208],"class_list":["post-490","post","type-post","status-publish","format-standard","hentry","category-ccna","category-static-routing","tag-ccna-lab","tag-how-to-configure-static-routing-with-5-router-in-cisco-packet-tracer","tag-routing-configuration","tag-statick-routing"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/posts\/490"}],"collection":[{"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/comments?post=490"}],"version-history":[{"count":0,"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/posts\/490\/revisions"}],"wp:attachment":[{"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/media?parent=490"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/categories?post=490"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/tags?post=490"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}