Re: EIGRP distance applied to neighbor

From: mani poopal (mani_ccie@yahoo.com)
Date: Mon May 16 2005 - 07:42:02 GMT-3


Hi Ray,
 
You cannot influence the distance on a neighbor by configuring your router. But you can go to that neighbor router and change the distance. AD only affecting locally on a router. For example you can configure router1(say 10.10.10.1) to have AD of 111 for 200.200.200.0/24 network received from router2(10.10.10.2).
configuration:
==========================
ROUTER1:
access-list 11 permit 200.200.200.0
router eigrp xxx
   distance 111 10.10.10.2 0.0.0.0 11
distance xxx neighbor ip wildcardmask access-list (In ospf this neibor ip must be router-id of the router)
==========================
The above commands makes AD of 200.200.200.0 network leaned from 10.10.10.2 neighbor to appear in R1 routing table as 111, so if the same network is leared by ospf too(AD= 110), The router R1 perfers ospf routes over eigrp routes.
 
thanks
 
Mani

"22Cent@gmail.com" <22cent@gmail.com> wrote:
Hello Group,
Can anyone confirm if the eigrp distance command can be applied to a
specific neighbor using an access-list to change one advertised
network? Any help would be great.

TIA
Ray



This archive was generated by hypermail 2.1.4 : Fri Jun 03 2005 - 10:11:58 GMT-3