The Awesome Article Database

Search Articles: Total 1 User(s) Online
 
Total 7521 Quality Articles Written by 1575 Expert Author(s).

Login | Home | Blog | About Us | Contact Us | Site Map
Got a Website?
Need Traffic?
Home | Computers | Networks | Cisco CCNA Certifica ...

Cisco CCNA Certification: Static Routing Tutorial

Submitted by Chris on 2006-02-15 and viewed 161 times.   
Rate This Article | Add Comments | Send To Friends|
View Comments (0) Publisher | Print

Static routing seems easy, but you’ve got to know the details to pass the CCNA! Learn these vital details from Chris Bryant, CCIE #12933.

In studying for your CCNA exam and preparing to earn this valuable certification, you may be tempted to spend little time studying static routing and head right for the more exciting dynamic routing protocols like RIP, EIGRP, and OSPF. This is an understandable mistake, but still a mistake. Static routing is not complicated, but it's an important topic on the CCNA exam and a valuable skill for real-world networking. To create static routes on a Cisco router, you use the ip route command followed by the destination network, network mask, and either the next-hop IP address or the local exit interface. It's vital to keep that last part in mind - you're either configuring the IP address of the downstream router, or the interface on the local router that will serve as the exit interface. Let's say your local router has a serial0 interface with an IP address of 200.1.1.1/30, and the downstream router that will be the next hop will receive packets on its serial1 interface with an IP address of 200.1.1.2/30. The static route will be for packets destined for the 172.10.1.0 network. Either of the following ip route statements would be correct. R1(config)#ip route 172.10.1.0 255.255.255.0 200.1.1.2 (next-ho
p IP address) OR R1(config)#ip route 172.10.1.0 255.255.255.0 serial0 ( local exit interface) You can also write a static route that matches only one destination. This is a host route, and has 255.255.255.255 for a mask. If the above static routes should only be used to send packets to 172.10.1.1., the following commands would do the job. R1(config)#ip route 172.10.1.1 255.255.255.255 200.1.1.2 (next-hop IP address) OR R1(config)#ip route 172.10.1.1 255.255.255.255 serial0 ( local exit interface) Finally, a default static route serves as a gateway of last resort. If there are no matches for a destination in the routing table, the default route will be used. Default routes use all zeroes for both the destination and mask, and again a next-hop IP address or local exit interface can be used. R1(config)#ip route 0.0.0.0 0.0.0.0 200.1.1.2 (next-hop IP address) OR R1(config)#ip route 0.0.0.0 0.0.0.0 serial0 ( local exit interface) IP route statements seem simple enough, but the details regarding the next-hop IP address, the local exit interface, default static routes, and the syntax of the command are vital for success on CCNA exam day and in the real world.

Article Source: http://www.awesomewebessentials.com/


Article Tags: Ccna| certification| cisco| exam| pass| free| static| routing| mask| host| route| bsci| intro| icnd| |
Bookmark This Articles: del.icio.us * Digg it * Furl * reddit * Spurl * Yahoo MyWeb
Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage , home of free CCNA and CCNP tutorials! Pass the CCNA exam with Chris Bryant!




  • Print Files, Images and Documents to Any Printer Worldwide for Free with PrinterAnywhere’s New Service
  • Home Wireless Network Security Issues
  • Cisco CCNA / CCNP Certification Exam: Creating A Study Plan
  • Cisco CCNA / CCNP Tutorial: Home Lab Assembly Case Study
  • Cisco CCNA Certification: Four Tips To Use DURING The Exam
  • Cisco CCNP / BSCI Certification: Troubleshooting Route Redistribution, Part I
  • Cisco CCNA / CCNP Home Lab Setup: How To Configure Reverse Telnet
  • CCNA / CCNP Home Lab Tutorial: Assembling Your Cisco Home Lab
  • Cisco CCNA / CCNP Certification: Deciphering Ping Results
  • Cisco CCNA Certification: Defining And Creating Collision Domains
  • Passing The CCNA and CCNP Exams: Setup Mode
  • Cisco CCNA / CCNP Certification: OSPF E2 vs. E1 Routes
  • Cisco CCNA / CCNP Certification: How And Why To Build An Etherchannel
  • Cisco CCNP / BSCI Certification: Route Redistribution And The Seed Metric
  • Cisco CCNA Certification: How And Why Switches Trunk
  • Passing Cisco's CCNA and CCNP Exams: The VLAN.DAT File
  • Cisco CCNA / CCNP Home Lab Tutorial: A Guide To Cable Types
  • Learning To Navigate Cisco's Online Documentation Website
  • Cisco CCNA Certification: Defining Broadcast Domains
  • Three Ways To Jumpstart Your IT Career
  • Cisco CCNA / CCNP: How And Why To Build An Etherchannel
  •  
     
    Number of Ratings: 0
    Rating: 0

     
    Email:
    Password:
     
    Name:
    Email:
    Password:
    Comments:
     
    Please Enter Human Verification code:
    What Other are ...
    Cisco CCNA...
    (c)Copyrights Awesome Articles - All Rights Reserved Worldwide. | Privacy Policy | Terms of Use