06-25-2012 08:29 AM - edited 03-04-2019 04:46 PM
Hello Cisco Support Community,
Is it possible to create an EIGRP lab using routers which have ethernet interfaces only? None of my routers have serial interfaces. Labs I've seen on the Internet use routers which use serial interfaces as well as ethernet.
Any advice is appreciated.
Rob
Solved! Go to Solution.
06-26-2012 04:04 AM
Rob,
The configurations look fine, but the error messages seem to indicate that you *might* have your connections crossed?
5d23h: IP-EIGRP: Neighbor 170.170.2.2 not on common subnet for FastEthernet0/0 (170.170.1.1 255.255.255.0)
5d23h: IP-EIGRP: Neighbor 170.170.1.2 not on common subnet for FastEthernet0/1 (170.170.2.1 255.255.255.0)
5d23h: IP-EIGRP: Neighbor 170.170.2.2 not on common subnet for FastEthernet0/0 (170.170.1.1 255.255.255.0)
It's saying that you are trying to peer with your "Router C" on F0/0 which is showing "Router B" in your topology above. Can you switch these cables and try again or reconfigure the addressing?
HTH,
John
06-25-2012 08:34 AM
Absolutely. EIGRP doesn't care what type of interface it's running on, it only matters what interfaces eigrp is configured to listen on.
HTH,
John
06-26-2012 03:24 AM
Hi John,
Thanks for clarifying that. I have the following EIGRP set up with 3 2600s to start the lab.
Once I enable EIRGP on each router I get the messages on the routers:
5d23h: IP-EIGRP: Neighbor 170.170.2.2 not on common subnet for FastEthernet0/0 (170.170.1.1 255.255.255.0)
5d23h: IP-EIGRP: Neighbor 170.170.1.2 not on common subnet for FastEthernet0/1 (170.170.2.1 255.255.255.0)
5d23h: IP-EIGRP: Neighbor 170.170.2.2 not on common subnet for FastEthernet0/0 (170.170.1.1 255.255.255.0)
I have read on this forum and other posts that interfaces need to be on the same subnet. Obviously, when I configure the interfaces on Router A in the same subnet, one can't as there is an over lap. Hows does one get around please?
Many thanks in advance,
Rob
Configs of each router.
Router A
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router_A
!
!
ip subnet-zero
!
!
!
call rsvp-sync
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 170.170.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 170.170.2.1 255.255.255.0
duplex auto
speed auto
!
router eigrp 10
network 170.170.0.0
auto-summary
!
ip classless
ip http server
!
!
dial-peer cor custom
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
end
Router B
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router_B
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 170.170.1.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 180.180.3.2 255.255.255.0
duplex auto
speed auto
!
router eigrp 10
network 170.170.0.0
network 180.180.0.0
auto-summary
!
ip http server
ip classless
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
!
end
Router C
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router_C
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
ip cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 170.170.2.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
router eigrp 10
network 170.170.0.0
auto-summary
!
ip http server
ip classless
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
06-26-2012 03:57 AM
Hi,
the config looks good.
Can you check this doc and see if it fits your topology: http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a0080093f09.shtml
Regards.
Alain.
Don't forget to rate helpful posts.
06-26-2012 06:11 AM
Thank you for your response Alain and the article.
06-26-2012 04:04 AM
Rob,
The configurations look fine, but the error messages seem to indicate that you *might* have your connections crossed?
5d23h: IP-EIGRP: Neighbor 170.170.2.2 not on common subnet for FastEthernet0/0 (170.170.1.1 255.255.255.0)
5d23h: IP-EIGRP: Neighbor 170.170.1.2 not on common subnet for FastEthernet0/1 (170.170.2.1 255.255.255.0)
5d23h: IP-EIGRP: Neighbor 170.170.2.2 not on common subnet for FastEthernet0/0 (170.170.1.1 255.255.255.0)
It's saying that you are trying to peer with your "Router C" on F0/0 which is showing "Router B" in your topology above. Can you switch these cables and try again or reconfigure the addressing?
HTH,
John
06-26-2012 06:12 AM
Hi John,
I changed the addressing and all seems fine now. Many thanks for your help. Now I can continue with the lab.
Regards,
Rob
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide