Re: EIGRP distance applied to neighbor

From: Thomwin Chen (thomwin_chen@yahoo.com)
Date: Mon May 16 2005 - 08:10:26 GMT-3


Hi Mani,
 
the distance command in EIGRP has the format like this :
   distance eigrp internal-distance external-distance
how can this command can be use to influence the distance of a specific route from a specific neighbor?
 
typically, I gonna use distribute-list to filter specific route in EIGRP.
http://www.cisco.com/en/US/tech/tk365/technologies_q_and_a_item09186a008012dac4.shtml#thirteen
 
regards

mani poopal <mani_ccie@yahoo.com> wrote:
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