From: Montiean (noktes@bellsouth.net)
Date: Sun Jul 10 2005 - 17:52:32 GMT-3
Correct!!!
However, you can use summarize specific route from that eigrp peer and then
changed it. But this might not serve your need 100%
Let see my scenario. If you are working on mutual redistribution between
eigrp and another protocol.
There are many posts in GS.
R6#
router eigrp100
network 10.0.0.0
network 150.1.0.0
neighbor 10.80.80.8 Ethernet0/0
no auto-summary
=== result ==
r6#show ip route eig
10.0.0.0/24 is subnetted, 9 subnets
D 10.50.50.0 [90/2195456] via 10.80.80.8, 00:00:03, Ethernet0/0
D EX 10.33.33.0 [170/2611200] via 10.80.80.8, 00:00:03, Ethernet0/0
150.1.0.0/24 is subnetted, 4 subnets
D 150.1.8.0 [90/409600] via 10.80.80.8, 00:00:03, Ethernet0/0
=============
Then, I changed administrative distance per neighbor
r6(config-router)#distan 20 10.80.80.8 0.0.0.0
== result ==
r6#show ip route eig
10.0.0.0/24 is subnetted, 9 subnets
D 10.50.50.0 [20/2195456] via 10.80.80.8, 00:00:37, Ethernet0/0
D EX 10.33.33.0 [170/2611200] via 10.80.80.8, 00:00:37, Ethernet0/0
150.1.0.0/24 is subnetted, 4 subnets
D 150.1.8.0 [20/409600] via 10.80.80.8, 00:00:37, Ethernet0/0
=============
Now I use summarize route out from 10.80.80.8
r8(config-if)#ip summary-address eigrp 100 10.33.0.0 255.255.0.0
=== result ===
r6#show ip route eig
10.0.0.0/8 is variably subnetted, 9 subnets, 2 masks
D 10.50.50.0/24 [20/2195456] via 10.80.80.8, 00:00:00, Ethernet0/0
D 10.33.0.0/16 [20/2611200] via 10.80.80.8, 00:00:00, Ethernet0/0
150.1.0.0/24 is subnetted, 4 subnets
D 150.1.8.0 [20/409600] via 10.80.80.8, 00:00:00, Ethernet0/0
==============
HTH,
Montiean
----- Original Message -----
From: "Spyros Kranis" <skranis@algosystems.gr>
To: "'Spyros Kranis'" <skranis@algosystems.gr>; "'ccielab'"
<ccielab@groupstudy.com>
Sent: Sunday, July 10, 2005 8:32 AM
Subject: RE: eigrp and distance command!
> Just to fix something.
>
> Hi again,
> I labbed it up and found that the distance command for a specific neighbor
> Works only for Internal eigrp routes, NOT-EXTERNAL (redistributed)!
>
> Regards
> Spyros
>
>
>
> -----Original Message-----
> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
> Spyros Kranis
> Sent: Sunday, July 10, 2005 6:29 PM
> To: 'ccielab'
> Subject: RE: eigrp and distance command!
>
> Hi again,
> I labbed it up and found that the distance command for a specific neighbor
> Works only for Internal bgp routes, NOT-EXTERNAL (redistributed)!
>
> Regards
> Spyros
>
>
> -----Original Message-----
> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
> Spyros Kranis
> Sent: Sunday, July 10, 2005 5:36 PM
> To: ccielab
> Subject: eigrp and distance command!
>
> Hi group,
>
> Is the distance (neighbor) command under eigrp process
>
> works like the distance of other routing protocols?
>
>
>
> I have configure the neighbor's directly connected interface for changing
> the
>
> updates that I receive through eigrp.
>
>
>
> This does not work for me at all!!
>
>
>
> Any thoughts?
>
>
>
> TIA
>
> skra
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Sun Sep 04 2005 - 17:00:29 GMT-3