cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
451
Views
5
Helpful
3
Replies

EIGRP trouble

muskap
Level 1
Level 1

Im trying to connect the routers via eigrp but am having difficulty with connecting the routers. Im using a 172.16.59.0 for the pcs and 192.168.59.0 for the routers. I removed the static routes for the routers to add eigrp as well. Im not sure how the command for setting eigrp is supposed to be but i used with no luck:

router eigrp 100

network 192.168.59.0
1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

you need to provide what router image you using to understand better.

basic config should work as expected below :


R1 -----R2

R1 (Gig1) -------Gig1 (R2)

R1

Interface Gig1
ip addresss 192.168.59.1 255.255.255.0
no shutdown


R2

Interface Gig1
ip addresss 192.168.59.2 255.255.255.0
no shutdown

R1(config)#router eigrp 1
R1(config-router)#no auto-summary
R1(config-router)#network 192.168.59.0
R1(config-router)#network 172.16.59.0

R2(config)#router eigrp 1
R2(config-router)#no auto-summary
R2(config-router)#network 192.168.59.0
R2(config-router)#network 172.16.59.0
show ip eigrp 

summary (you should see neighbourhsip)
still not working post complete config from R1 and R2

show run

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame

you need to provide what router image you using to understand better.

basic config should work as expected below :


R1 -----R2

R1 (Gig1) -------Gig1 (R2)

R1

Interface Gig1
ip addresss 192.168.59.1 255.255.255.0
no shutdown


R2

Interface Gig1
ip addresss 192.168.59.2 255.255.255.0
no shutdown

R1(config)#router eigrp 1
R1(config-router)#no auto-summary
R1(config-router)#network 192.168.59.0
R1(config-router)#network 172.16.59.0

R2(config)#router eigrp 1
R2(config-router)#no auto-summary
R2(config-router)#network 192.168.59.0
R2(config-router)#network 172.16.59.0
show ip eigrp 

summary (you should see neighbourhsip)
still not working post complete config from R1 and R2

show run

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

show ip eigrp

interface in both router share it

Hello


@muskap wrote:

Im trying to connect the routers via eigrp but am having difficulty with connecting the routers. Im using a 172.16.59.0 for the pcs and 192.168.59.0 for the routers.


This will not work unless that subnet is divided, can you post the rtrs ip interfaces

show ip interface brief





Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul
Review Cisco Networking for a $25 gift card