Book now with code EOY2025
hjor wrote: first and second router router is ospf. but the third is just eigrp. I did the default route from router 2 to eigrp router and propagated it to all routers in the ospf domain ( router 1 (( and 2 - of course) ) So; I want configure eigrp between router 2 and 3 with an AS 100. And eigrp should only route the following three networks; network 10.X.X.X/30 network 172.X.X.X/24 network 172.X.X.X /24 This is what I wrote for the router 2 ( which is ospf configured ) and the eigrp configured router 3; router eigrp 100 network 10.X.X.X/30 network 172.X.X.X/24 network 172.X.X.X /24 no auto-summary After that, Network 10.X.X.X is ok, there's no problem about that. and I see eigrp neighbor on router 3, that's right. BUT when I put both 172.X.X.X networks there will always be "ip-eigrp : neighbor 172.X.X.X not on common subnet for fastethernet 0/0... And it keeps going and going... What is wrong and what should I do???
hjor wrote: I didn't put subnet mask or wildcard mask - should I??
BUT when I put both 172.X.X.X networks there will always be "ip-eigrp : neighbor 172.X.X.X not on common subnet for fastethernet 0/0... And it keeps going and going...
hjor wrote: Hi. Thank you guys. Here's my original question and more information; router 2 is connected in router 3's serial 0/1 - yes, they are connected. Indeed, eigrp should only route for the following networks; network 10.X.X.X/30 network 172.X.1.X/24 network 172.X.2.X/24 Router 2 is ospf configured and router 3 is eigrp configured. serial 0/1 in Router 2 is 10.X.X.1/30 and serial o/1 in router 3 is 10.X.X.2/30. And fastEthernet 0/0 in router 2 is 172.X.1.X. fastEthernet 0/0 in router 3 is 172.X.2.X. The message was: "ip-eigrp : neighbor 172.X.X.X not on common subnet for fastEthernet 0/0..." But 10.X.X.X succeeded, no problems. But that belongs to serial 0/1 in router 2 and 3. Both 172.X.X.X belong to fastEthernet 0/0, as you can see. Here's what I have thinking through. Which one is ( I haven't tried all of these yet!) correct, which one should be in router 2 and 3?; router eigrp 100 network 10.X.X.X network 172.X.1.X network 172.X.2.X exit router eigrp 100 network 10.X.X.X network 172.X.1.X network 172.X.2.X no auto-summary exit router eigrp 100 network 10.X.X.X 255.255.255.252 network 172.X.1.X 255.255.255.0 network 172.X.2.X 255.255.255.0 no auto-summary exit router eigrp 100 network 10.X.X.X 255.255.255.252 network 172.X.1.X 255.255.255.0 network 172.X.2.X 255.255.255.0 exit router eigrp 100 network 10.X.X.X 0.0.0.3 network 172.X.1.X 0.0.0.255 network 172.X.2.X 0.0.0.255 exit router eigrp 100 network 10.X.X.X 0.0.0.3 network 172.X.1.X 0.0.0.255 network 172.X.2.X 0.0.0.255 no auto-summary exit router eigrp 100 network 10.X.X.X 0.0.0.3 area 100 network 172.X.1.X 0.0.0.255 area 100 network 172.X.2.X 0.0.0.255 area 100 exit router eigrp 100 network 10.X.X.X 0.0.0.3 area 100 network 172.X.1.X 0.0.0.255 area 100 network 172.X.2.X 0.0.0.255 area 100 no auto-summary exit or ( I don't think this would be right ) should "no auto-summary" command be something else; for example like this on router 2 and 3; router eigrp 100 no auto-summary exit interface serial 0/1 ip summary-address eigrp 100 and ??
hjor wrote: 00:24:15: IP-EIGRP: Neighbor 172.x.2.x not on common subnet for FastEthernet0/0 (172.x.1.x 255.255.255.0)
hjor wrote: I fastEthernet 0/0 in router 2 is 172.30.1.1/24. fastEthernet 0/0 in router 3 is 172.30.2.1/24.
hjor wrote: Do you have EIGRP configured on Router 2? - yes well; should I use no auto-summary or what? I tried to type ip And subnet mask, and same result. And I tried to type ip and wildcard, and same result. there will always be that same announcement ( ....not on common ... ) that never stops But if I put eigrp just in router 3 - there's no problem. But I think eigrp should be configured also router 2 and I can't do that right.
EdTheLad wrote: The thing i dont understand is why you keep putting the x's in your ip addresses.
hjor wrote: Well, guys here tell that eigrp configuration isn't causing the problem and I believe them. I'm sure dtlokee knows. But it was like one guy said: Router 2's eigrp config should be router eigrp 100 network 10.x.x.x 0.0.0.3 network 172.x.1.x 0.0.0.255 no auto-summary end
hjor wrote: Router 3's eigrp config should be router eigrp 100 network 10.x.x.x 0.0.0.3 network 172.x.2.x 0.0.0.255 no auto-summary end
hjor wrote: I changed the address on router 3, just liek Dtlokee said.
hjor wrote: 00:25:22: IP-EIGRP: Neighbor 172.x.1.xnot on common subnet for FastEthernet0/0 (172.x.2.x 255.255.255.0)
hjor wrote: sorry, here without xs; so; eigrp should only route for the following networks; network 10.10.1.0/30 network 172.30.1.0/24 network 172.30.2.0/24
hjor wrote: Router 2 is ospf configured and router 3 is eigrp configured. serial 0/1 in Router 2 is 10.10.1.1/30 and serial o/1 in router 3 is 10.10.1.2/30. And fastEthernet 0/0 in router 2 is 172.30.1.1/24. fastEthernet 0/0 in router 3 is 172.30.2.1/24.
hjor wrote: router 2 has also a loopback address 192.x.x.1 255.255.255.255 on router 2, the 10.10.1.1/30 is interface serial 0/1, it reads in my earlier mail. I changed on router 3 the fastethernet 0/0 ip address, you can see what dtlokee wrote earlier. But do you mean that I should change some other interface ip address?
Use code EOY2025 to receive $250 off your 2025 certification boot camp!