| Expert Talk Free Expert Tips and Advices |
Cisco CCNA Certification: The Proper Use Of Default Static RoutesEarning your Cisco CCNA certification means knowing the details of Cisco routing, and that includes knowing when Cisco routing terms don't quite mean what they sound like they mean. For example, the general meaning of "default" is a setting that is usHere's our current routing table: Gateway of last resort is not set 1.0.0.0/32 is subnetted, 1 subnets C 1.1.1.1 is directly connected, Loopback0 172.12.0.0/16 is variably subnetted, 2 subnets, 2 masks C 172.12.13.0/24 is directly connected, Serial1 C 172.12.21.0/30 is directly connected, BRI0 If we have packets destined for the network 15.1.1.0 /24, the packets will be dropped by this router. There's no match in that routing table for that network and the gateway of last resort is not set. We could configure a static route to the 15.1.1.0 /24 network, but instead we'll use a default static route. The hardest part of configuring that route type is ge R1(config)#ip route 0.0.0.0 0.0.0.0 serial1 Let's take a look at the routing table now. Gateway of last resort is 0.0.0.0 to network 0.0.0.0 1.0.0.0/32 is subnetted, 1 subnets C 1.1.1.1 is directly connected, Loopback0 172.12.0.0/16 is variably subnetted, 2 subnets, 2 masks C 172.12.13.0/24 is directly connected, Serial1 C 172.12.21.0/30 is directly connected, BRI0 S* 0.0.0.0/0 is directly connected, Serial1 A gateway of last resort has now been successfully configured, and the S* means that last route in the table is a static default route. Remember, the default route is not the route that all packets will take - it's the route packets use if there is no other possible match for their destination in the routing table. Article Directory: http://www.articledashboard.com Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of over 200 free certification exam tutorials, including CCNA certification training articles. His exclusive CCNA study guide is also available! Visit his blog and sign up for Cisco Certification Central, a daily newsletter packed with CCNA, Network+, Security+, A+, and CCNP certification exam practice questions! A free 7-part course, ?How To Pass The CCNA?, is also available, and you can attend an in-person or online Cisco CCNA training boot camp with The Bryant Advantage! Permalink: http://expert-talk.com/tips/743/cisco-ccna-certification-the-proper-use-of-default-static-routes-21743.htm Related Tips and Advices
| Related Tags |
SEND A COMMENT
PLEASE READ: All comments must be approved before appearing in the thread; time and space constraints prevent all comments from appearing. We will only approve comments that are directly related to the article, use appropriate language and are not attacking the comments of others.