06-15-2006 10:26 AM - edited 03-03-2019 01:01 PM
Hi,
can anyone go through my configuration and advice.
Especially for the EIGRP/RIP Distribution, and Frame Relay configuration.
regards
fady
06-15-2006 02:03 PM
Hello Fady,
Just a fast look.
I'd advise you to recheck:
router eigrp 10
no auto-summary
router rip
version 2
redistribute eigrp 10 metric 2
no auto-summary
Vlad
06-16-2006 12:54 AM
Thanks man,
But can you tell me why you've added the "no auto-summary"??? and why you have put metric 2 when redistributing EIGRP into RIP???
regards
Fady
06-16-2006 02:29 AM
by default subnet routes are summarized to classful network route...so here by "no auto-summary"command you are advertiseing the subnet, not summary of subnet...accross the networks...
regards
Devang
06-16-2006 03:28 AM
As devang explained if you have VLSM on your network and you are using rip version 2 and EIGRP , no auto-summary will enable your routers to send subnets not only classfull networks like 10.0.0.0
On rip and EIGRP you need to set a metric to the routes redistributed.
"The metrics of one routing protocol do not necessarily translate into the metrics of another. For example, the RIP metric is a hop count and the EIGRP metric is a combination of five metric values. In such situations, a dynamic metric is assigned to the redistributed route. Redistribution in these cases should be applied consistently and carefully in conjunction with inbound filtering to avoid routing loops. "
Hope this help a bit,
please rate this post if it does, I'd appreciate.
Vlad
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