From: syv (syv@911networks.com)
Date: Fri Nov 08 2002 - 13:54:30 GMT-3
On Thursday, November 07, 2002, Shailen Amichand wrote:
Sorry but... It's not working for me. what am I missing?
I type the following:
c1720#c
Enter configuration commands, one per line.  End with CNTL/Z.
c1720(config)#router eigrp 1
c1720(config-router)#distrib
c1720(config-router)#distribute-list 1 in null 0
c1720(config-router)#^Z
c1720#sb router e
Nov  8 08:52:52.208 PST: %SYS-5-CONFIG_I: Configured from console by console
When I looked at the code under eigrp 1 it does NOT show!
c1720#sb router e
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
!
-----Original Message-----
SA> Try a distribute-list in Null0, deny the route or any.
SA> router eigrp 1
SA> distribute-list # in Null0
SA> Access-list # deny any/x.x.x.x y.y.y.y
SA> This will work till you reboot, that's the only problem.
SA> Shailen
SA> -----Original Message-----
SA> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
SA> Erick B.
SA> Sent: Friday, 8 November 2002 18:36
SA> To: syv; ccielab@groupstudy.com
SA> Subject: Re: eigrp summaries
SA> A manual summary will generate a summary route and
SA> theres not a way to prevent it unlike in OSPF for
SA> example that I know of. Since you don't want it
SA> advertised, remove the eigrp summary and just create a
SA> static route. If you're trying to do it without a
SA> static then perhaps create the shorter prefix network
SA> on another router and advertise it. That might not be
SA> ideal and might break routing though but a little
SA> policy routing should fix that up.
SA> --- 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
SA> __________________________________________________
SA> Do you Yahoo!?
SA> U2 on LAUNCH - Exclusive greatest hits videos
SA> http://launch.yahoo.com/u2
-- Thanks syv@911networks.com
This archive was generated by hypermail 2.1.4 : Tue Dec 03 2002 - 07:22:55 GMT-3