RE: eigrp summaries

From: Shailen Amichand (shailen.amichand@xtra.co.nz)
Date: Fri Nov 08 2002 - 04:07:18 GMT-3


Try a distribute-list in Null0, deny the route or any.

router eigrp 1
distribute-list # in Null0

Access-list # deny any/x.x.x.x y.y.y.y

This will work till you reboot, that's the only problem.

Shailen

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Erick B.
Sent: Friday, 8 November 2002 18:36
To: syv; ccielab@groupstudy.com
Subject: Re: eigrp summaries

A manual summary will generate a summary route and
theres not a way to prevent it unlike in OSPF for
example that I know of. Since you don't want it
advertised, remove the eigrp summary and just create a
static route. If you're trying to do it without a
static then perhaps create the shorter prefix network
on another router and advertise it. That might not be
ideal and might break routing though but a little
policy routing should fix that up.

--- syv <syv@911networks.com> wrote:
> Hi,
>
> How can stop the ip summary-address eigrp from
> generating a
> null route. I want the summary address to point to
> an
> interface and not have the detailed being
> advertised.
>
> I thought that:
>
> ip summary-address eigrp 1 192.168.3.0
> 255.255.255.128 255
>
> would do it with a distance of 255 but...
>
> Here is the interface:
>
> interface Serial0
> ip address 192.168.3.130 255.255.255.224
> no ip directed-broadcast
> ip summary-address eigrp 1 192.168.3.0
> 255.255.255.128 255
> service-module 56k clock source internal
> end
>
> Here is the EIGRPs
>
> router eigrp 1
> redistribute ospf 10 metric 10000 20000 255 1 1
> redistribute eigrp 2
> passive-interface FastEthernet0
> network 192.168.3.0
> no auto-summary
> !
> router eigrp 2
> redistribute ospf 10 metric 10000 20000 255 1 1
> redistribute eigrp 1
> network 172.16.0.0
> network 192.168.4.0
> no auto-summary
> !
>
> This is from Doyle route redistribution Chapter 11,
> EIGRP
> <==> OSPF
>
> I get the following in the routing table of
> Robinson, the
> one doing the redistribution:
>
> c1720#r 192.168.3.0
> Routing entry for 192.168.3.0/24, 7 known subnets
> Attached (2 connections)
> Variably subnetted with 3 masks
> Redistributing via ospf 10, eigrp 1, eigrp 2
>
> O 192.168.3.97/32 [110/2] via 192.168.3.33,
> 00:02:04, FastEthernet0
> O 192.168.3.64/27 [110/2] via 192.168.3.33,
> 00:02:04, FastEthernet0
> C 192.168.3.32/27 is directly connected,
> FastEthernet0
> D 192.168.3.0/25 is a summary, 00:02:03, Null0
> <<<*****************
> D 192.168.3.192/27 [90/2297856] via
> 192.168.3.129, 00:02:04, Serial0
> D 192.168.3.160/27 [90/2297856] via
> 192.168.3.129, 00:02:04, Serial0
> C 192.168.3.128/27 is directly connected,
> Serial0
> c1720#
>
>
>
> --
> Thanks
> syv@911networks.com



This archive was generated by hypermail 2.1.4 : Tue Dec 03 2002 - 07:22:55 GMT-3