You are on page 1of 9

Home

Home

Labs
EIGRP

About
Redistribution into EIGRP with Route Maps

search...

may
2013

13

Redistribution into EIGRP with Route Maps


Written on by admin on. Posted in EIGRP, Route Maps

edistribution into EIGRP by using Route Maps is done similarly as with OSPF. In an earlier entry there is a lab for configuring redistribution into EIGRP without using Route Maps, here well use the same topology in GNS3.

Virtual iOS Simulator


www.coderebel.com/ios_simulator Multiuser Virtual iOS Simulator Secure Server Software Solution

open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com

Our purpose is to redistribute routes learned from OSPF to EIGRP. Try to follow this guideline when doing redistribution with route maps: Define one or more ACLs (Access Lists) in which specify routes that should be checked by the routemap; Define an route-map with permit (redistribution will take place) or deny (redistribution will not take place) statements where ACLs are matched and attributes for routes are set; Set the route-map parameter in redistribute command.

Find IP Physical Location


www.ipgp.net Find the physical location for any IP Address and vew it on the map.

Configuring Redistribution
Ip address for fast ethernet and loopback interfaces were configured in advance, OSPF and EIGRP also. At this point R3 doesnt know about any networks from OSPF domain.
R3#show ip route ... output omitted ... Gateway of last resort is not set 10.0.0.0/24 is subnetted, 1 subnets 10.0.0.0 is directly connected, FastEthernet0/0

C R3#

R1 will be configured to redistribute OSPF learned routes into EIGRP by using a route map.

Access Lists definition


ACL 10 used to specify which traffic will be redistributed
ip access-list standard 10 10 permit 192.168.0.0 0.0.1.255

open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com

ACL 20 used to specify which traffic will not be redistributed


ip access-list standard 20 10 permit 10.0.1.0 0.0.0.255

In ACL 10, I included in one entry networks for both loopback interfaces of R2 (by using wildcard bits 0.0.1.255). In access list 20 is specified network for link between R1 and R2, I dont want to redistribute this route in EIGRP.

Route Map definition


route-map OSPF-to-EIGRP permit 10 match ip address 10 set metric 10000 10 200 5 1500 route-map OSPF-to-EIGRP deny 20 match ip address 20

Sequence 10 is a permit, so, routes of matched access list (10) will be redistributed and metrics is also set as follow: Bandwidth 10000 Kb/s; Delay 10 (In ten of microseconds); Reliability 200; Loading 20; MTU 1500. Sequence 20 is a deny, and IP routes matched will not be redistributed. Setting the metric is mandatory, because the default metric when redistributing routes into EIGRP from another protocol is 0, which is considered as infinity and redistribution will not take place.

Redistribution command (on R1)


router eigrp 1 redistribute ospf 1 route-map OSPF-to-EIGRP

Now we can check, should be fine: R3

open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com

R3#show ip route ... output omitted ... Gateway of last resort is not set 10.0.0.0/24 is subnetted, 1 subnets 10.0.0.0 is directly connected, FastEthernet0/0 192.168.0.0/32 is subnetted, 1 subnets D EX 192.168.0.1 [170/284160] via 10.0.0.1, 00:03:45, FastEthernet0/0 192.168.1.0/32 is subnetted, 1 subnets D EX 192.168.1.1 [170/284160] via 10.0.0.1, 00:03:45, FastEthernet0/0 R3#

Pretty well! Thats it! Have you got any questions? Dont hesitate to ask them. I hope I was informative in this lab. See you!

Download "Redistribution into EIGRP with Route Maps" GNS3 Lab

Download

You may also like:


Redistribution into OSPF with Route Maps Cisco Route Maps basics Redistribution into OSPF Redistribution into EIGRP

Leave a comment
Name * E-mail *

open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com

Submit Comment

Solve the equation below + 3 = eight

Categories
OSPF EIGRP BGP Route Maps Frame Relay ACLs Cheat Sheets

Subscribe
Get our monthly newsletter Email Subscribe

open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com

Archives
July 2013 May 2013 April 2013 March 2013 February 2013 January 2013 November 2012 October 2012 June 2012 April 2012 February 2012 January 2012 September 2011 August 2011 July 2011

open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com

open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com

open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com

Powered by Warp Theme Framework

open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com

You might also like