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

EIGRP Config

almamun
Level 1
Level 1

Hi,

I am facing a problem to configure EIGRP in Cisco 1841 Routers. Only directly connected network are announce between two routers. But I need the 10.30.1.0/24 route info in R2 router. Does it possible or not?

Here the EIGRP config

R1 config

router eigrp 11

network 10.30.13.0 0.0.0.255

network 10.30.1.0 0.0.0.255

network 10.10.10.4 0.0.0.3

network 10.10.10.0 0.0.0.3

no auto-summery

R2 config

router eigrp 11

network 10.11.28.0 0.0.0.255

network 10.10.10.4 0.0.0.3

no auto-summery

Please see the attachment for more details. Let me know if you have any question.

Regards,

Mamun

3 Replies 3

Jon Marshall
Hall of Fame
Hall of Fame

The network statement under your eigrp config does not tell the router to advertise that network. So you have

router eigrp 11

network 10.30.1.0 0.0.0.255

but the network statement under EIGRP tells the router which interfaces to run EIGRP on. And R1 does not have an interface in that network, because it is behind firewall.

So, how does R1 know how to get to 10.30.1.0/24 network ? Do you have a static route on R1 such as

ip route 10.30.1.0 255.255.255.0 <10.10.10.x> where .x is the firewall interface IP address on the 10.10.10.x network ?

If so do the following

1) remove the network statement from your eigrp config - it's not doing anything

router eigrp 11

no network 10.30.1.0 0.0.0.255

2) If you are using a static under your eigrp config

router eigrp 11

redistribute static

If you are not using a static route on R1 let me know what are you using on R1.

Jon

Hi Jon,

Thanks for the update. Nice this is working.

Glad you got it working :-)

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: