suneq
12-08-2010, 02:30 PM
http://data.imagup.com/6/1106511844.png (http://www.imagup.com/data/1106511844.html)
Hi everybody,
First of all, sorry for my poor English.
I used Packet Tracer v5.3 to simulate a simple network like the figure above. I configged the redistribution like that:
router eigrp 1
redistribute ospf 1 metric 10000 10 255 1 1500
network 192.168.7.0
network 192.168.9.0
auto-summary
!
router ospf 1
log-adjacency-changes
redistribute eigrp 1 subnets
network 192.168.1.0 0.0.0.255 area 0
network 192.168.3.0 0.0.0.255 area 0
network 192.168.4.0 0.0.0.255 area 1
network 192.168.6.0 0.0.0.255 area 1
Every router work well except Router 7 and Router 8, the two routers which belong to Area 2. They don't "see" the network from EIGRP domain.
Here is the routing table of Router 7:
O IA 192.168.1.0/24 [110/783] via 192.168.10.1, 00:23:54, FastEthernet0/0
O IA 192.168.2.0/24 [110/2] via 192.168.10.1, 00:23:54, FastEthernet0/0
O IA 192.168.3.0/24 [110/782] via 192.168.10.1, 00:23:54, FastEthernet0/0
O IA 192.168.4.0/24 [110/846] via 192.168.10.1, 00:23:54, FastEthernet0/0
O IA 192.168.5.0/24 [110/847] via 192.168.10.1, 00:23:54, FastEthernet0/0
O IA 192.168.6.0/24 [110/846] via 192.168.10.1, 00:23:54, FastEthernet0/0
C 192.168.10.0/24 is directly connected, FastEthernet0/0
C 192.168.11.0/24 is directly connected, FastEthernet1/0
O 192.168.12.0/24 [110/2] via 192.168.10.1, 00:23:54, FastEthernet0/0
[110/2] via 192.168.11.2, 00:23:54, FastEthernet1/0
Could somebody help me to fix the problem? Thanks in advance for all your help.
Best regards,
Suneq
Hi everybody,
First of all, sorry for my poor English.
I used Packet Tracer v5.3 to simulate a simple network like the figure above. I configged the redistribution like that:
router eigrp 1
redistribute ospf 1 metric 10000 10 255 1 1500
network 192.168.7.0
network 192.168.9.0
auto-summary
!
router ospf 1
log-adjacency-changes
redistribute eigrp 1 subnets
network 192.168.1.0 0.0.0.255 area 0
network 192.168.3.0 0.0.0.255 area 0
network 192.168.4.0 0.0.0.255 area 1
network 192.168.6.0 0.0.0.255 area 1
Every router work well except Router 7 and Router 8, the two routers which belong to Area 2. They don't "see" the network from EIGRP domain.
Here is the routing table of Router 7:
O IA 192.168.1.0/24 [110/783] via 192.168.10.1, 00:23:54, FastEthernet0/0
O IA 192.168.2.0/24 [110/2] via 192.168.10.1, 00:23:54, FastEthernet0/0
O IA 192.168.3.0/24 [110/782] via 192.168.10.1, 00:23:54, FastEthernet0/0
O IA 192.168.4.0/24 [110/846] via 192.168.10.1, 00:23:54, FastEthernet0/0
O IA 192.168.5.0/24 [110/847] via 192.168.10.1, 00:23:54, FastEthernet0/0
O IA 192.168.6.0/24 [110/846] via 192.168.10.1, 00:23:54, FastEthernet0/0
C 192.168.10.0/24 is directly connected, FastEthernet0/0
C 192.168.11.0/24 is directly connected, FastEthernet1/0
O 192.168.12.0/24 [110/2] via 192.168.10.1, 00:23:54, FastEthernet0/0
[110/2] via 192.168.11.2, 00:23:54, FastEthernet1/0
Could somebody help me to fix the problem? Thanks in advance for all your help.
Best regards,
Suneq