The Awesome Article Database

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

Login | Home | Blog | About Us | Contact Us | Site Map
Got a Website?
Need Traffic?
Home | Computers | Networks | Cisco CCNP / BSCI Ce ...

Cisco CCNP / BSCI Certification: Troubleshooting Route Redistribution, Part I

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

Route redistribution looks easy, but there are details you must master to pass the CCNP exams and become a master networker. Learn how to troubleshoot one common redistribution error from Chris Bryant, CCIE #12933.

If there's one CCNP / BSCI topic that looks so easy but can lead to a real headache, it's route redistribution. I'm not even talking about the routing loops and suboptimal routing that can result when route redistribution is done without proper planning - I'm talking about the basic commands themselves. Leaving out one single command option, or forgetting what else needs to be redistributed when redistributing dynamically discovered routes, can leave you with a routing table that looks complete but does not result in full IP connectivity. In this free CCNP / BSCI tutorial series, we'll take a look at three common errors in route redistribution configurations, and how to fix them. We'll use three routers, R1, R3, and R5. R1 and R5 are in a RIPv2 domain and R1 and R3 are in an OSPF domain. R1 will be performing two-way route redistribution. R5 is advertising its loopback, 5.5.5.5/24, into the RIPv2 domain. R1 sees this route in its RIP routing table: R1#show ip route rip 5.0.0.0/24 is subnetted, 1 subnets R 5.5.5.0 [120/1] via 100.1.1.5, 00:00:01, Ethernet0 For R3 to see this route, route redistribution must be configured on R1. We'll use the redistribute rip command to do so. R1(config)#router ospf 1 R1(config-router)#redistribute rip % Only classful networks will be redistributed The router immediately gives us a message that "only classful networks will be redistributed". What does this mean? Let's go to R3 and see if that router is receiving this route. R3#show ip route ospf < no output > When we get no result from a show comm
and, that means there's nothing to show. The only routes that will be successfully redistributed with the current configuration on R1 are classful networks, and 5.5.5.0/24 is a subnet. To further illustrate the point, a classful network has been added to R5. This network is 16.0.0.0 /8, and is now being advertised by RIP. R1 sees this network as classful... R1#show ip route rip R 16.0.0.0/8 [120/1] via 100.1.1.5, 00:00:00, Ethernet0 5.0.0.0/24 is subnetted, 1 subnets R 5.5.5.0 [120/1] via 100.1.1.5, 00:00:00, Ethernet0 ... and R3 is receiving the route through redistribution. R3#show ip route ospf O E2 16.0.0.0/8 [110/20] via 172.12.123.1, 00:00:08, Serial0.31 To redistribute both classful and classless networks, the option "subnets" must be added to the redistribute command on R1. R1(config)#router ospf 1 R1(config-router)#no redistribute rip R1(config-router)#redistribute rip subnets R3 will now see both the classful and classless networks being redistributed into OSPF. (100.1.1.0 is the network connecting R1 and R5.) R3#show ip route ospf O E2 16.0.0.0/8 [110/20] via 172.12.123.1, 00:00:20, Serial0.31 100.0.0.0/24 is subnetted, 1 subnets O E2 100.1.1.0 [110/20] via 172.12.123.1, 00:00:20, Serial0.31 5.0.0.0/24 is subnetted, 1 subnets O E2 5.5.5.0 [110/20] via 172.12.123.1, 00:00:20, Serial0.31 This is one of the most common errors made during route redistribution, but now you know what to look out for! In the next part of this free CCNP / BSCI tutorial, we'll take a look at another such error.

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


Article Tags: Ccnp| bsci| exam| certification| pass| route| redistribution| subnets| ospf| rip| bgp| table| show| |
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 BSCI 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 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: Static Routing Tutorial
  • 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 CCNP...
    (c)Copyrights Awesome Articles - All Rights Reserved Worldwide. | Privacy Policy | Terms of Use