Redistribution Scenario - Configuring basic route redistribution
MCSE, CISSP, Security+, Network+, A+ Certification Practice Exams, Study Guides and Vouchers Sign Up | Login   
MCSE, CCNA, CCNP, Security+, Network+, A+ Certification
Unlimited Access Practice Exams Audio Training Exam Vouchers Video Training Free White Papers
MCSE, CCNA, CCNP, Security+, Network+, A+ Certification
MCSE, CCNA, CCNP, Security+, Network+, A+ Certification
MCSE CCNA  A+ CERTIFICATION NETWORK+ ETHICAL HACKER SECURITY+   CISSP   CCNP MORE...
MCSE, CCNA, CCNP, Security+, Network+, A+ Certification
MCSE, CCNA, CCNP, Security+, Network+, A+ Certification
CERTIFICATION

Redistribution Scenario - Configuring basic route redistribution

Email this ArticleEmail this Article  Print this ArticlePrint this Article

• Relates to: CCNA | CCDA | CCNP | CCDP | CCIP | CCIE

In last week's article, I wrote about configuring route redistribution on Cisco routers. Route redistribution is used when multiple routers need to exchange routing information. This week, I will be going through a scenario that will configure basic route redistribution.

The lab environment consists of seven routers that are split among network areas routed by RIP, EIGRP, and OSPF respectively.

A picture is worth a thousand words!

Each of the separate areas are able to communicate with every device that uses the same routing protocol, but the terminal in the OSPF area cannot communicate with the non-OSPF devices. The primary task is to configure the network so that any device on the network is able to telnet to any interface on any of the routers.

Checking the routing table on routerC shows that only EIGRP routes are being advertised to it.


routerC#sh ip route 
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP 
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP 
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area 
       * - candidate default, U - per-user static route, o - ODR 
       P - periodic downloaded static route 

Gateway of last resort is 172.16.4.1 to network 0.0.0.0 

     172.16.0.0/16 is variably subnetted, 4 subnets, 2 masks 
C       172.16.4.0/24 is directly connected, Ethernet0 
D       172.16.0.0/16 is a summary, 00:29:05, Null0 
D       172.16.2.0/24 [90/2195456] via 172.16.4.1, 00:29:11, Ethernet0 
D       172.16.3.0/24 [90/2221056] via 172.16.4.1, 00:12:45, Ethernet0 
C    192.168.4.0/24 is directly connected, Loopback0 
S*   0.0.0.0/0 [1/0] via 172.16.4.1 
routerC# 
As you can see from the routing table, only directly connected, static, and EIGRP routes are in the routing table on the router. To configure redistribution, the first step is to select the boundary router. The boundary router is the device that's at the edge of each routing protocol's area. The obvious choice for this scenario is routerA. The pertinent starting configuration information for routerA is:

! 
interface Ethernet0 
 ip address 192.168.2.1 255.255.255.0 
! 
interface Ethernet1 
 ip address 172.16.3.1 255.255.255.0 
! 
interface Serial0 
 ip address 172.16.2.1 255.255.255.0 
! 
router eigrp 10 
 network 172.16.0.0 
The second step for configuring redistribution is to choose the core routing protocol, or the protocol that the other protocols will redistribute into. Since all of the routers are Cisco devices, EIGRP makes the most sense. With EIGRP being selected as the core protocols, RIP and OSPF will be the edge protocols, or the protocols being redistributed (that gets step three out of the way).

The next step is to get routerA to redistribute RIP and OSPF into EIGRP. First configure routerA to be part of the OSPF area. Use the commands:

routerA(config)# router ospf 1 routerA (config-router)# network 172.16.0.0 0.0.255.255 area 0 routerA (config-router)# exit Then you have to configure the EIGRP instance to redistribute the OSPF.

routerA(config)# router eigrp 10 routerA (config-router)# redistribute ospf 1 When a routing protocol is redistributed into EIGRP, it is necessary to configure the EIGRP metrics that will be applied to the redistributed routes. The metric information could be added to the end of the redistribute ospf command, but since RIP is being redistributed as well, configuring a seed metric using the default-metric command can be used:

routerA (config-router)# default-metric 10000 100 255 1 1500Where 10000 = Bandwidth, 100 = Delay, 255 = Reliability, 1 = Loading, and 1500 = Maximum Transmission Unit, which will be used for both RIP and OSPF redistributed routes. The routing table on routerC can be checked to see if redistribution is working:

routerC#sh ip route 
. 
. 
     172.16.0.0/16 is variably subnetted, 5 subnets, 2 masks 
C       172.16.4.0/24 is directly connected, Ethernet0 
D EX    172.16.5.0/24 [170/2221056] via 172.16.4.1, 00:01:29, Ethernet0 
D       172.16.0.0/16 is a summary, 15:28:12, Null0 
D       172.16.2.0/24 [90/2195456] via 172.16.4.1, 15:28:18, Ethernet0 
D       172.16.3.0/24 [90/2221056] via 172.16.4.1, 14:31:34, Ethernet0 
     10.0.0.0/16 is subnetted, 1 subnets 
D EX    10.10.0.0 [170/2221056] via 172.16.4.1, 00:01:29, Ethernet0 
C    192.168.4.0/24 is directly connected, Loopback0 
S*   0.0.0.0/0 [1/0] via...

You must be logged in to view this entire article.
Click Here to Finish Reading this Article


 Subscribe to our Free Must Know News Newsletter
 Name:     Email:  
MCSE, CCNA, CCNP, Security+, Network+, A+ Certification

KEYWORD
 
What is this?
Microsoft, CompTIA, Cisco Realistic Practice Exams
Microsoft, CompTIA, Cisco Realistic Practice Exams
Microsoft, CompTIA, Cisco Realistic Practice Exams
FREE STUDY GUIDES
FREE RESOURCES
FREE QUESTIONS >>
HOME
CERTIFICATIONS
VIDEO TRAINING
PRACTICE EXAMS
AUDIO TRAINING
EXAM VOUCHERS
FREE IT MAGAZINES
CERT COMPARISON
EXAM COMPARISON
SALARY SURVEY
CAREER TRACKS
ARTICLE DIRECTORY
WHITE PAPERS
QUESTION OF THE DAY
NEWSLETTER
ADVERTISE
Industry Updates &
Special Offers
Certification
MCSE, CCNA, CCNP, Security+, Network+, A+ Certification
MCSE, CCNA, CCNP, Security+, Network+, A+ Certification
Picks for October
Untitled Document > Persistent Group Chat: An Approach for More Profitable Team Communications : Unlike email, instant messages (IMs) do not allow group communication; nor do they persist -- you can't hold on to them for as long as you wish. Persistent group chat, however, allows businesses to organize persistent dialogue around business-critical topics, and keep them for easy retrieval later.

> Recent White Papers
> NetworkWorld - FREE Subscription Center

> Never Open a Book Again! LearnSmart Video Training for A+, CCNA, Network+ and more.

> Pass Guaranteed: Hundreds of practice exam questions and the most authentic exam simulation.

> Lecture Series audio: Learn at home, on your iPod or while driving to work.

> PMP: Learn everything for the Project Management Professional (PMP) certification

> Quiz Me Series Audio: Rapid-fire question and answer session training

Marketplace

IT Certifications may waive some degree requirements for an online degree. Free catalog!
For several of the IT degrees at WGU, if you hold a relevant IT certification (such as MCSE), you automatically clear a significant portion of the degree requirements. Don't hold an IT certification yet? Don't worry. Not every WGU degree program requires an IT certification in advance. You can earn both at the same time. Lower tuition too!

Earn an online bachelor's degree in Information Technology plus eight IT certifications
Including CompTIA, MySQL Core, and Sun Certified Programmer for the Java Platform. Your prior college and IT certifications may waive some degree requirements; however, you do not have to hold a major certification to enroll.


Earn an affordable, online bachelor's degree in Information Technology—Security Emphasis
plus nine IT certifications including Sun Certified Programmer for the Java Platform, MySQL Core, and Security+. Your prior college and IT certifications may waive some degree requirements

FREE subscription to Network World.
Your complimentary subscription will include 50 weekly issues jam packed with news analysis, expert industry opinion and management/career advice, all of which is packaged with your business needs in mind. We want to help you connect the technology dots and help you advance your company's business goals




Sponsored Link

MCSE, CCNA, CCNP, Security+, Network+, A+ Certification
Free Certification Training Free Certification Training Free Study Guides
   © 1999 - 2008 CramSession. All Rights Reserved. Home   Advertise   Corporate Info   Opportunities   Help