Route Redistribution: Routing Protocols and Concepts

Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 8

ROUTE

REDISTRIBUTION

Routing Protocols and Concepts

ITE PC v4.0
Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 1
Redistributing into EIGRP
 EIGRP is a Cisco-proprietary hybrid routing protocol
that, by default, uses a composite of bandwidth and
delay as its distance metric. EIGRP can additionally
consider Reliability, Load, and MTU for its metric
Redistributing into EIGRP

 To redistribute all OSPF routes into EIGRP:


RouterB(config)# router eigrp 15
RouterB(config-router)# network 10.1.2.0 0.0.0.255
RouterB(config-router)# redistribute ospf 20 metric 10000 1000 255 1 1500
Redistributing into EIGRP
 To redistribute all OSPF routes into EIGRP:
RouterB(config)# router eigrp 15
RouterB(config-router)# network 10.1.2.0 0.0.0.255
RouterB(config-router)# redistribute ospf 20 metric 10000 1000 255 1 1500

First, the router eigrp process was enabled for Autonomous


System 15. Next, EIGRP was configured to advertise the
network of 10.1.2.0/24. Finally, EIGRP was configured to
redistribute all ospf routes from processID 20, and apply a
metric of 10000 (bandwidth), 1000 (delay), 255 (reliability), 1
(load), and 1500 (MTU) to the redistributed routes.
Redistributing into OSPF
 OSPF is a standardized Link-State routing protocol that
uses cost (based on bandwidth) as its link-state metric.
An OSPF router performing redistribution automatically
becomes an ASBR.
Redistributing into OSPF

 To redistribute all EIGRP routes into OSPF:


RouterB(config)# router ospf 20
RouterB(config-router)# network 172.16.0.0 0.0.255.255 area 0
RouterB(config-router)# redistribute eigrp 15
RouterB(config-router)# default-metric 30
Redistributing into OSPF
 To redistribute all EIGRP routes into OSPF:
RouterB(config)# router ospf 20
RouterB(config-router)# network 172.16.0.0 0.0.255.255 area 0
RouterB(config-router)# redistribute eigrp 15
RouterB(config-router)# default-metric 30

 First, the router ospf process was enabled with a process-ID of 20. Next,
OSPF was configured to place any interfaces in the network of 172.16.0.0/16
into area 0. Then, OSPF will redistribute all eigrp routes from AS 15. Finally,
a default-metric of 30 was applied to all redistributed routes.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy