cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
529
Views
0
Helpful
8
Replies

EIGRP not working.... easy. (configs are attached)

cisco_himg
Level 1
Level 1

Guys, I cant get my EIGRP to work on AS 101.... can someone help?

MAIN SITE:

hostname Router

!

!

!

!

!

ip ssh version 1

!

!

interface FastEthernet0/0

ip address 192.168.3.1 255.255.255.0

duplex auto

speed auto

!

interface FastEthernet0/1

no ip address

duplex auto

speed auto

shutdown

!

interface Serial0/0

ip address 192.168.2.2 255.255.255.0

!

interface Serial0/1

ip address 192.168.4.1 255.255.255.0

!

interface Serial0/2

no ip address

!

router eigrp 100

network 192.168.2.0

network 192.168.3.0

no auto-summary

!

router eigrp 101

network 192.168.4.0

network 192.168.3.0

auto-summary

!

ip classless

!

!

!

ip dhcp excluded-address 192.168.3.1 192.168.3.10

!

ip dhcp pool INTERNAL

network 192.168.3.0 255.255.255.0

!

line con 0

line vty 0 4

login

!

!

end

REMOTE SITE:

hostname Teays

!

!

!

!

!

ip ssh version 1

!

!

interface FastEthernet0/0

no ip address

duplex auto

speed auto

shutdown

!

interface FastEthernet0/1

ip address 172.17.5.1 255.255.0.0

duplex auto

speed auto

!

interface Serial0/3/0

ip address 192.168.4.2 255.255.255.0

!

interface Vlan1

no ip address

shutdown

!

router eigrp 101

network 198.168.4.0

network 172.17.5.0 0.0.0.255

auto-summary

!

ip classless

!

!

!

!

!

line con 0

line vty 0 4

login

!

!

end

is there something i am not seeing besides a Clock Rate on the interface???

1 Accepted Solution

Accepted Solutions

You need to setup clock rate in one end and encapsulation on both:

MAIN SITE:

interface Serial0/1

ip address 192.168.4.1 255.255.255.0

encapsulation ppp

autodetect encapsulation ppp

clock rate 128000

REMOTE SITE:

interface Serial0/3/0

encapsulation ppp


Guido.

Please rate all the helpful comments.

View solution in original post

8 Replies 8

cisco_lad2004
Level 5
Level 5

router eigrp 101

network 198.168.4.0 <== on remote site, should this be 192.168.4.0 ?

HTH

Sam

it should or shouldnt be on there?

I put it on there since its the network I am connected to on the main router

then it should be 192.168 not 198.168

wow..i believe believe i mistyped... but still cant ping...

BrinksArgentina
Level 1
Level 1

Can you ping 192.168.4.2 from the main site?

Is a lab back-to-back connection?

Guido

No I cannot. Should there be a clock rate?

You need to setup clock rate in one end and encapsulation on both:

MAIN SITE:

interface Serial0/1

ip address 192.168.4.1 255.255.255.0

encapsulation ppp

autodetect encapsulation ppp

clock rate 128000

REMOTE SITE:

interface Serial0/3/0

encapsulation ppp


Guido.

Please rate all the helpful comments.

that works, thank you!

I tried to put the clock rate at 64000 earlier but it didnt work... i wonder how come?

Review Cisco Networking products for a $25 gift card