EIGRP and "ip default-network"

From: cebuano (cebu2ccie@cox.net)
Date: Sun Jan 12 2003 - 02:01:01 GMT-3


Hello, all.
I'm testing the result of this command in EIGRP. Based on what I've read
in the past, EIGRP AUTOMATICALLY propagates the candidate default
network into the EIGRP domain as the default candidate if these two
requirements are met:
 
1. The "default-network" must be on a MAJOR CLASSFUL boundary.
2. The "default-network" must be in the routing table as
External-EIGRP.
 
But I'm not seeing the described behavior. Here's my scenario.
 
2511---rip---2514---EIGRP---2516---EIGRP---mc3810b
 
2514 is redistributing RIP into EIGRP, and the network in question is
192.168.10.0 between 2511 and 2514.
2516 is configured with "ip default-network 192.168.10.0" and installs
this as its Gateway of Last Resort. But it's neighbor mc3810b
does not treat this network as a Candidate Default.
 
The relevant configurations and route tables are shown below. If anyone
has any idea what's not right, please let me know. Thanks.
Elmer
 
2511#s
!
interface Loopback10
 ip address 5.5.5.1 255.255.255.255
!
interface Ethernet0
 ip address 192.168.10.1 255.255.255.0
!
router rip
 network 5.0.0.0
 network 192.168.10.0
!
 
2514#s
!
interface Loopback10
 ip address 30.30.30.1 255.255.255.0
!
interface Ethernet0
 ip address 192.168.10.2 255.255.255.0
!
interface Ethernet1
 ip address 20.20.20.1 255.255.255.0
!
router eigrp 1
 redistribute rip
 network 20.0.0.0
 network 30.0.0.0
 default-metric 10000 1000 254 1 1500
 no auto-summary
!
router rip
 network 192.168.10.0
!
 
2516#s
!
interface Loopback10
 ip address 40.40.40.1 255.255.255.0
!
interface Ethernet0
 ip address 20.20.20.2 255.255.255.0
!
interface Serial0
 ip address 50.50.50.1 255.255.255.0
!
router eigrp 1
 network 20.0.0.0
 network 40.0.0.0
 network 50.0.0.0
 no auto-summary
!
ip default-network 192.168.10.0
!
 
 
MC3810b#s
!
interface Loopback10
 ip address 60.60.60.1 255.255.255.0
!
interface Serial0
 ip address 50.50.50.2 255.255.255.0
!
router eigrp 1
 network 50.0.0.0
 network 60.0.0.0
 no auto-summary
 
 
 
 
2516#ir
 
Gateway of last resort is 20.20.20.1 to network 192.168.10.0
 
     50.0.0.0/24 is subnetted, 1 subnets
C 50.50.50.0 is directly connected, Serial0
     20.0.0.0/24 is subnetted, 1 subnets
C 20.20.20.0 is directly connected, Ethernet0
D EX 5.0.0.0/8 [170/537600] via 20.20.20.1, 00:05:21, Ethernet0
D*EX 192.168.10.0/24 [170/537600] via 20.20.20.1, 00:06:05, Ethernet0
     40.0.0.0/24 is subnetted, 1 subnets
C 40.40.40.0 is directly connected, Loopback10
     60.0.0.0/24 is subnetted, 1 subnets
D 60.60.60.0 [90/2297856] via 50.50.50.2, 00:01:34, Serial0
     30.0.0.0/24 is subnetted, 1 subnets
D 30.30.30.0 [90/409600] via 20.20.20.1, 00:40:32, Ethernet0
 
 
 
MC3810b#ir
 
Gateway of last resort is not set
 
     50.0.0.0/24 is subnetted, 1 subnets
C 50.50.50.0 is directly connected, Serial0
     20.0.0.0/24 is subnetted, 1 subnets
D 20.20.20.0 [90/2195456] via 50.50.50.1, 00:01:58, Serial0
D EX 5.0.0.0/8 [170/2451456] via 50.50.50.1, 00:01:58, Serial0
D EX 192.168.10.0/24 [170/2451456] via 50.50.50.1, 00:01:58, Serial0
     40.0.0.0/24 is subnetted, 1 subnets
D 40.40.40.0 [90/2297856] via 50.50.50.1, 00:01:58, Serial0
     60.0.0.0/24 is subnetted, 1 subnets
C 60.60.60.0 is directly connected, Loopback10
     30.0.0.0/24 is subnetted, 1 subnets
D 30.30.30.0 [90/2323456] via 50.50.50.1, 00:02:00, Serial0
.



This archive was generated by hypermail 2.1.4 : Sat Feb 01 2003 - 07:33:47 GMT-3