Next we introduce the default routing scenario. First, what is the default route? default Routing is a special kind of Static Routes , which refers to when routing Table when there is no matching table entry between the destination address of the package and the Routers can make the choice. If there is no default route, the packet with the destination address that does not match the table entry in the routing table will be discarded · The default route is very effective at some point, and when there is a peripheral network, the default route greatly simplifies the configuration of the router, reduces the workload of the Administrator, and improves network performance .
We configured the default route based on the previous topology diagram.
650) this.width=650; "title=" capture.jpg "src=" http://s1.51cto.com/wyfs02/M00/7E/04/ Wkiol1b1rfwq3zg9aagjznkzvqm062.jpg "width=" 710 "height=" 333 "alt=" wkiol1b1rfwq3zg9aagjznkzvqm062.jpg "/>
All data for router Yong1 will be sent to the s/0/3/0 of router yong2 to access the Internet, so the router yong1 directly configures a default path.
650) this.width=650; "Title=" 1ip. JPG "src=" http://s4.51cto.com/wyfs02/M01/7E/04/wKioL1b1RMezJ9FeAAAsCn1SaRQ693.jpg "alt=" Wkiol1b1rmezj9feaaascn1sarq693.jpg "/>
Router Yong2 connects two network segments, and in addition to the data for both segments, it will be sent to the s0/3/0 port of Yong3 to access the Internet, so a default route needs to be configured
650) this.width=650; "Title=" ip2. JPG "src=" http://s5.51cto.com/wyfs02/M01/7E/08/wKiom1b1RLqQXQ_nAAArfrHqCeg732.jpg "alt=" wkiom1b1rlqqxq_ Naaarfrhqceg732.jpg "/>
Router Yong3 connects two network segments, except that the intranet packets are destined for the Internet. So you need to add routes to the intranet and default routes to the Internet
650) this.width=650; "title=" 3.JPG "src=" Http://s3.51cto.com/wyfs02/M00/7E/04/wKioL1b1RzfCaPcrAAApktiEzyw093.jpg " alt= "Wkiol1b1rzfcapcraaapktiezyw093.jpg"/>
After setting the default routes on the three routers, let's separate the routing tables for each of the three machines.
650) this.width=650; "style=" Float:none; "title=" 1.JPG "src=" http://s2.51cto.com/wyfs02/M02/7E/08/ Wkiom1b1r3pjwlkgaahat2i3k5g149.jpg "alt=" Wkiom1b1r3pjwlkgaahat2i3k5g149.jpg "/>
650) this.width=650; "style=" Float:none; "title=" 2.JPG "src=" http://s4.51cto.com/wyfs02/M02/7E/04/ Wkiol1b1sa-d4kzzaaiicny5y3c290.jpg "alt=" Wkiol1b1sa-d4kzzaaiicny5y3c290.jpg "/>
There is no route to the 10.0.0.0 segment from the router yong1 and Yong2 's routing table. Then let's 10.0.0.2 send the packet and try it out.
650) this.width=650; "style=" Float:none; "title=" 1ping10. JPG "src=" http://s4.51cto.com/wyfs02/M01/7E/08/wKiom1b1SHygYD3qAABNaQTZg7s952.jpg "alt=" Wkiom1b1shygyd3qaabnaqtzg7s952.jpg "/>
650) this.width=650; "style=" Float:none; "title=" 2ping10. JPG "src=" http://s4.51cto.com/wyfs02/M02/7E/08/wKiom1b1SH2R30TdAABJvB4gEsk244.jpg "alt=" Wkiom1b1sh2r30tdaabjvb4gesk244.jpg "/>
All ping, which is the default route in effect.
This article is from the "Guo Yong Technology blog" blog, make sure to keep this source http://guoyong.blog.51cto.com/408495/1755372
Default route for Cisco routers