{"id":486,"date":"2017-01-12T16:41:41","date_gmt":"2017-01-12T16:41:41","guid":{"rendered":"https:\/\/visworlditsolution.wordpress.com\/?p=486"},"modified":"2017-01-12T16:41:41","modified_gmt":"2017-01-12T16:41:41","slug":"how-to-configure-static-routing-in-cisco-packet-tracer-2","status":"publish","type":"post","link":"https:\/\/linux.thingsomething.com\/index.php\/2017\/01\/12\/how-to-configure-static-routing-in-cisco-packet-tracer-2\/","title":{"rendered":"How to configure Static Routing with 4 router in Cisco Packet Tracer"},"content":{"rendered":"<p>Hello guys today we will learn how can we configure static routing in Cisco Packet Tracer .so here i take four router and four PC and connect each-other.so according to condition \u00a0i have eight (8) network so i just configure static routeing in this .<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-488\" src=\"https:\/\/visworlditsolution.files.wordpress.com\/2017\/01\/screenshot-211.png?w=300\" alt=\"ststic routing\" width=\"746\" height=\"482\" \/><\/p>\n<p>here we will also provide ip address for pc \u00a0provide<\/p>\n<p>pc0 = ip address is \u00a05.0.0. default ip 5.0.0.1<\/p>\n<p>pc1=ip address 6.0.0.2 default \u00a0ip 6.0.0.1<\/p>\n<p>pc2= ip address 7.0.0.2 default ip 7.0.0.1<\/p>\n<p>pc3= ip address 8.0.0.2 default ip 8.0.0.2<\/p>\n<p>Step 1 Here now i am going to router in \u00a00 and provide ip address<\/p>\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:#339966;\">Enter configuration commands, one per line. End with CNTL\/Z.<\/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 8.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:#339966;\">Router(config-if)#<\/span>\n<span style=\"color:#339966;\"> %LINK-5-CHANGED: Interface FastEthernet0\/0, changed state to up<\/span>\n<span style=\"color:#339966;\"> %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0\/0, changed state to up<\/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 3.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:#339966;\">%LINK-5-CHANGED: Interface Serial0\/0\/0, changed state to up<\/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:#339966;\">Router(config-if)#<\/span>\n<span style=\"color:#339966;\"> %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0\/0\/0, changed state to up<\/span>\n<span style=\"color:#339966;\"> ip address 4.0.0.1 255.0.0.0<\/span>\n<strong><span style=\"color:#008000;\">Router(config-if)#no shutdown<\/span><\/strong><\/pre>\n<p>Step 1 Here now i am going to router in \u00a01 and provide ip address<\/p>\n<pre><span style=\"color:#008000;\"><strong>Router&gt;enable<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router#configure terminal<\/strong><\/span>\nEnter configuration commands, one per line. End with CNTL\/Z.\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 1.0.0.1 255.0.0.0<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config-if)#no shutdown<\/span><\/strong>\n%LINK-5-CHANGED: Interface Serial0\/0\/1, changed state to down\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\/0\/0<\/strong><\/span>\n<span style=\"color:#008000;\"> <strong>Router(config-if)#ip address 4.0.0.2 255.0.0.0<\/strong><\/span>\n<span style=\"color:#008000;\"> <strong>Router(config-if)#no shutdown<\/strong><\/span>\n%LINK-5-CHANGED: Interface Serial0\/0\/0, changed state to down\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 FastEthernet0\/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><\/pre>\n<p><span style=\"color:#008000;\">\u00a0<\/span><br \/>\nStep 1 Here now i am going to router in \u00a02and provide ip address<\/p>\n<pre><span style=\"color:#008000;\">\u00a0<strong>Router&gt;enable<\/strong><\/span>\n<span style=\"color:#008000;\"><strong> Router#configure terminal<\/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 7.0.0.1 255.0.0.0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong> Router(config-if)#no shutdown<\/strong><\/span>\nRouter(config-if)#\n%LINK-5-CHANGED: Interface FastEthernet0\/0, changed state to up\n%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0\/0, changed state to up\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 2.0.0.2 255.0.0.0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong> Router(config-if)#no shutdown<\/strong><\/span>\nRouter(config-if)#\n%LINK-5-CHANGED: Interface Serial0\/0\/1, changed state to up\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>\nRouter(config-if)#\n%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0\/0\/1, changed state to up\nip address 3.0.0.1 255.0.0.0\n<strong><span style=\"color:#008000;\">Router(config-if)#no shutdown<\/span><\/strong><\/pre>\n<p><span style=\"color:#008000;\"><strong>Step 3 Here now i am going to router in \u00a03 and provide ip address<\/strong><\/span><\/p>\n<pre><span style=\"color:#008000;\"><strong>Router&gt;enable<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router#configure terminal<\/strong><\/span>\nEnter configuration commands, one per line. End with CNTL\/Z.\n<span style=\"color:#008000;\"><strong>Router(config)#interface FastEthernet0\/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>\nRouter(config-if)#\n%LINK-5-CHANGED: Interface FastEthernet0\/0, changed state to up\n%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0\/0, changed state to up\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 1.0.0.2 255.0.0.0<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config-if)#no shutdown<\/span><\/strong>\nRouter(config-if)#\n%LINK-5-CHANGED: Interface Serial0\/0\/0, changed state to up\n%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0\/0\/0, changed state to up\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 2.0.0.1 255.0.0.0<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config-if)#no shutdown<\/strong><\/span><\/pre>\n<p>&nbsp;<\/p>\n<p>Step 4 After ip address provide we configure static routing in router 0<\/p>\n<pre><strong><span style=\"color:#008000;\">Router(config)#ip route 5.0.0.0 255.0.0.0 4.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 1.0.0.0 255.0.0.0 4.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 6.0.0.0 255.0.0.0 4.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 2.0.0.0 255.0.0.0 4.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 7.0.0.0 255.0.0.0 3.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 2.0.0.0 255.0.0.0 3.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 6.0.0.0 255.0.0.0 3.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 1.0.0.0 255.0.0.0 3.0.0.1<\/span><\/strong><\/pre>\n<p>Routing for Router 1<\/p>\n<pre><span style=\"color:#008000;\"><strong>Router(config)#ip route 5.0.0.0 255.0.0.0 4.0.0.2<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 1.0.0.0 255.0.0.0 4.0.0.2<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 6.0.0.0 255.0.0.0 4.0.0.2<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 2.0.0.0 255.0.0.0 4.0.0.2<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 7.0.0.0 255.0.0.0 3.0.0.1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 2.0.0.0 255.0.0.0 3.0.0.1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 6.0.0.0 255.0.0.0 3.0.0.1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 1.0.0.0 255.0.0.0 3.0.0.1<\/strong><\/span><\/pre>\n<p>Routing for Router 2<\/p>\n<pre><span style=\"color:#008000;\"><strong>Router(config)#ip route 8.0.0.0 255.0.0.0 3.0.0.2<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 4.0.0.0 255.0.0.0 3.0.0.2<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 5.0.0.0 255.0.0.0 3.0.0.2<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 1.0.0.0 255.0.0.0 3.0.0.2<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 6.0.0.0 255.0.0.0 2.0.0.1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 1.0.0.0 255.0.0.0 2.0.0.1<\/strong><\/span>\n<span style=\"color:#008000;\"><strong>Router(config)#ip route 5.0.0.0 255.0.0.0 2.0.0.1<\/strong><\/span><\/pre>\n<p>Routing for Router 3<\/p>\n<pre><strong><span style=\"color:#008000;\">Router(config)#ip route 5.0.0.0 255.0.0.0 1.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 4.0.0.0 255.0.0.0 1.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 8.0.0.0 255.0.0.0 1.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 3.0.0.0 255.0.0.0 1.0.0.1<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 7.0.0.0 255.0.0.0 2.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 3.0.0.0 255.0.0.0 2.0.0.2<\/span><\/strong>\n<strong><span style=\"color:#008000;\">Router(config)#ip route 8.0.0.0 255.0.0.0 2.0.0.2<\/span><\/strong><\/pre>\n<p>IF you will have any problem in this routing you can <a href=\"https:\/\/drive.google.com\/open?id=0B-DQGzWetNG3SnRVX1RyLTRhWFE\">download static routing lab <\/a>click to this link download \u00a0,<\/p>\n<p>thank you<\/p>\n<p>by vishnu sharma<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hello guys today we will learn how can we configure static routing in Cisco Packet Tracer .so here i take four router and four PC &hellip; <span class=\"ml-btn\"><a href=\"https:\/\/linux.thingsomething.com\/index.php\/2017\/01\/12\/how-to-configure-static-routing-in-cisco-packet-tracer-2\/\" 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],"tags":[91,93],"class_list":["post-486","post","type-post","status-publish","format-standard","hentry","category-ccna","tag-how-to-configure-static-routing-i","tag-how-to-configure-static-routing-in-cisco-packet-tracer"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/posts\/486"}],"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=486"}],"version-history":[{"count":0,"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/posts\/486\/revisions"}],"wp:attachment":[{"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/media?parent=486"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/categories?post=486"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/tags?post=486"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}