10-14-2017 06:36 AM - edited 03-05-2019 09:17 AM
I am currently studying CCNP Route and doing some labs here in Digitaltut website.
Kindly enlighten me which interface should I choose to be the reference for the redistribution for R3
f0/0 or f1/0?
I tried to use the parameters of f1/0 and I can still ping the loopback, I wonder why did they use f0/0 as a reference?
redistribute ospf 1 metric 100000 100 255 1 1500
Type escape sequence to abort.
Tracing the route to 172.16.100.1
1 192.168.1.2 4 msec 4 msec 0 msec
2 192.168.2.3 8 msec 20 msec 24 msec
3 192.168.4.4 40 msec 20 msec 36 msec
redistribute ospf 1 metric 100000 10 255 1 1500
Tracing the route to 172.16.100.1
1 192.168.1.2 0 msec 0 msec 0 msec
2 192.168.2.3 8 msec 24 msec 24 msec
3 192.168.4.4 36 msec 48 msec 36 msec
Here is the whole lab setup
10-14-2017 10:57 AM
Hi Adrian,
Kindly enlighten me which interface should I choose to be the reference for the redistribution for R3
f0/0 or f1/0?
Generally when you redistribute between different protocols you will define your metrics. For example, when you redistribute from OSPF to EIGRP, you need to select values for Bandwidth, Delay, Load, Reliability, MTU as EIGRP calculates cost based on composite metric.. In your setup, they select "redistribute ospf 1 metric 10000 100 255 1 1500". The default K values for EIGRP are 1 0 1 0 0; so the deciding values are Bandwidth and Delay.
In the real world, you need to carefully consider the K values as they could impact the route it takes.
HTH,
Meheretab
10-14-2017 12:26 PM
Hello,
I am unclear on what you are asking. Which parameters are you referring to ?
10-14-2017 05:32 PM
Sorry for the confusion, I mean for the R3 configuration, they use the interface fa0/0 for redistribution.
I tried to use the interface of fa1/0 parameters and still able to reach the loopback.
why did they use the interface of R3 fa0/0?
Lab set up
http://www.digitaltut.com/route-eigrp-ospf-redistribution-sim
10-15-2017 12:03 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide