1 / 30

Implement an IPv4-Based Redistribution Solution

Configuring and Verifying Route Redistribution. Implement an IPv4-Based Redistribution Solution. Redistribution Supports All Protocols. Steps to Configure Redistribution into RIP. Enter router RIP configuration mode. R1 (config -router )#. redistribute ospf 1.

norm
Download Presentation

Implement an IPv4-Based Redistribution Solution

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Configuring and Verifying Route Redistribution Implement an IPv4-Based Redistribution Solution

  2. Redistribution Supports All Protocols

  3. Steps to Configure Redistribution into RIP • Enter router RIP configuration mode R1(config-router)# redistribute ospf 1 R1(config-router)# redistribute ospf 1 ? match Redistribution of OSPF routes metric Metric for redistributed routes route-map Route map reference … <cr> • Configure redistribution from another routing protocol; OSPF is used above. • These optional parameters influence redistribution into the RIP routing protocol.

  4. Redistributing into RIP • Redistribute into RIP and assign the metric 3 (3 hops) to all OSPF routes.

  5. Steps to Configure Redistribution into OSPF • Enter router OSPF configuration mode • Configure redistribution from another routing protocol; EIGRP with AS 10 is used above. • These optional parameters influence redistribution into OSPF routing protocol. R1(config-router)# redistribute eigrp 100 metric 100 subnets R1(config-router)# redistribute eigrp 100 ? metric Metric for redistributed routes metric-type OSPF/IS-IS exterior metric type for redistributed routes route-map Route map reference subnets Consider subnets for redistribution into OSPF tag Set tag for routes redistributed into OSPF … <cr>

  6. Redistributing into OSPF • Redistribute from EIGRP AS 100 into OSPF and change the metric type from type 2 to type 1.

  7. Steps to Configure Redistribution into EIGRP • Enter router EIGRP configuration mode • Configure redistribution from another routing protocol; OSPF with process number 1 is used above. • These optional parameters influence redistribution into EIGRP routing protocol. R1(config-router)# redistribute ospf 1 R1(config-router)#redistribute ospf 1 ? match Redistribution of OSPF routes metric Metric for redistributed routes route-map Route map reference … <cr>

  8. R1(config-router)# default-metric 10000 100 255 1 1500 Default Metric • The default metric is set to: Bandwidth in kilobits = 10000, Delay in tens of microseconds = 100, Reliability = 255 (maximum), Load = 1 (minimum), MTU = 1500 bytes • You need to use this command when redistributing from another protocol with incompatible metric into EIGRP. • You do not need this command when redistributing: • static routes to interface or connected networks • between EIGRP processes

  9. Redistributing into EIGRP • Redistribute OSPF 1 routing process updates into EIGRP AS 100 and overwrite the default metric.

  10. Example: Redistributing into OSPF - Before Redistribution

  11. Example: Configuring Redistribution at Router R2

  12. Example: Routing Tables After Summarizing Routes and Redistributions

  13. Administrative Distance • Administrative distance (AD) is a way of ranking the trustworthiness of routing information. • A lower administrative distance means a route is more trustworthy.

  14. Administrative Distance Example • From R1 to R6: • RIP (AD 120) will choose R1-R4-R6 • OSPF (AD 110) will choose R1-R2-R3-R5-R6 • EIGRP (AD 90) will choose R1-R2-R3-R5-R6

  15. Steps to Configure Redistribution Using Administrative Distance • Enter router configuration mode • Configure the redistribution from another routing protocol • Modify the administrative distance • Remember that the configuration is different for different routing protocols

  16. Modifying Administrative Distance • Used for OSPF to define the external, interarea, and intra-area distance • Used for EIGRP to define the internal and external distance • Used for BGP to define external, internal, and local distance R1(config-router)# • distance ospf external 100 inter-area 100 intra-area 100 R1(config-router)# distance eigrp 90 170 R1(config-router)# distance bgp 20 200 200

  17. Modifying Administrative Distance (Cont.) • The distance eigrp comand is used for EIGRP protocol. • The distance (IP) command is protocol-independent • Used to define an administrative distance for routes that are inserted into the routing table • Used for all protocols, except for EIGRP, OSPF, and BGP when the dedicated, protocol-specific distance commands are used.

  18. Modifying Administrative Distance (Cont.) • The distance ospfcomand is used for OSPF protocol. • The distance (IP) command is protocol independent. • Used to define an administrative distance for routes that are inserted into the routing table. • Used for all protocols, except for EIGRP, OSPF ,and BGP when the dedicated, protocol-specific distance commands are used.

  19. Example: Redistribution Using Administrative Distance

  20. Example: Redistribution Using Administrative Distance (Cont.)

  21. Example: Redistribution Using Administrative Distance (Cont.)

  22. Example: Redistribution Using Administrative Distance (Cont.)

  23. Example: Redistribution Using Administrative Distance (Cont.)

  24. Redistribution to Prevent Routing Loops • Simple redistribution results in a loop after a route is lost. • To prevent routing loops use route maps with: • Redistribution of internal routes only • Route tagging

  25. Solution With Route Tagging

  26. Redistribution With Tagging Verification • Routing table before tagging

  27. Redistribution With Tagging Verification (Cont.) • Routing table after tagging is applied to router R1

  28. Summary • Redistribution supports all routing protocols. Additionally, static and connected routes can be redistributed to allow the routing protocol to advertise the routes without using a network statement for them. • Administrative distance (AD) is a way of ranking thetrustworthiness of routing information. A lower administrative distance indicates that a route is more trustworthy. • The distance (IP) command configures the administrative distance per specific network inserted into routing table, regardless of the IP routing protocol used. The specific protocol dependent distance commands are used to define administrative distance for a specific routing protocol.

  29. Summary (Cont.) • Redistribution using administrative distance can correct path selection problems in a redistribution environment. • It is very likely that routing loops are introduced when you use multipoint two-way redistribution. Two solutions are to redistribute only internal routes and to use route tagging. • The show ip route command output for a specific network shows the tagging values added to a network during the redistribution process.

More Related