cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
241
Views
0
Helpful
1
Replies

EIGRP not synching...config is attached..

cisco_himg
Level 1
Level 1

Guys,

I cant get my router EIGRP 102 to sync up with my routers...can you help?

Main Site:

hostname Teays

!

!

!

!

!

ip ssh version 1

!

!

interface FastEthernet0/0

ip address 172.18.6.1 255.255.0.0

duplex auto

speed auto

!

interface FastEthernet0/1

ip address 172.17.5.1 255.255.0.0

duplex auto

speed auto

!

interface Serial0/1/0

description Link to California

ip address 192.16.8.1 255.255.255.0

encapsulation ppp

!

interface Serial0/3/0

ip address 192.168.4.2 255.255.255.0

encapsulation ppp

!

interface Vlan1

no ip address

shutdown

!

router eigrp 101

network 172.17.5.0 0.0.0.255

network 192.168.4.0

network 192.168.3.0

auto-summary

!

router eigrp 102

network 192.168.8.0

auto-summary

!

ip classless

!

!

!

!

!

line con 0

line vty 0 4

login

!

!

end

Remote Site:

hostname Router

!

!

!

!

!

ip ssh version 1

!

!

interface FastEthernet0/0

no ip address

duplex auto

speed auto

!

interface FastEthernet0/1

no ip address

duplex auto

speed auto

!

interface Serial0/1/0

description Link to Teays

ip address 172.16.30.1 255.255.0.0

encapsulation ppp

clock rate 64000

!

interface Vlan1

no ip address

shutdown

!

router eigrp 102

network 192.168.8.0

network 172.16.30.0 0.0.0.255

auto-summary

!

ip classless

!

!

!

!

!

line con 0

line vty 0 4

login

!

!

end

This is on EIGRP 102.... i dont see a problem?

1 Reply 1

John Blakley
VIP Alumni
VIP Alumni

Your main site has the 192.168.8.0 network on it's serial interface, but the second site has a 172.16.30.0 address on it's interface. I don't see a 172.16.30.0 interface on the main sites router, so my first guess is that you either need to change the interface on the second site, or add a second address in the 192.168.8.0 subnet for it to be able to join with. In effect, you really don't have two interfaces between the two routers on a common subnet.

HTH,

John

HTH, John *** Please rate all useful posts ***
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card