From: syv (syv@911networks.com)
Date: Fri Nov 08 2002 - 01:57:15 GMT-3
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