cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
315
Views
0
Helpful
3
Replies

EIGRP route no advertising

mohammedrafiq
Level 1
Level 1

Hi,

I have 2 routers A and B as Eigrp neighbour.Eigrp neighbour ship has esteblished. Now under EIGRP I have advertise one subnet as below ,but it is not getting adverising on router B. Please advise.

RouterA#

router eigrp 100

network 172.22.9.0 0.0.0.255

no auto-summary

ip route 172.22.9.0 255.255.255.0 10.1.1.2

RouterA#sh ip eigrp top | inc 172.22.9.

#nothing in toppology table #.

RouterB#sh ip ro eigrp | i 172.22.9.

Regards.

3 Replies 3

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Mohammed,

the IP subnet is not a directly connected subnet but you have a static route to that destination.

EIGRP is an IGP so the network command is for connected interfaces.

In this case you need to use the network command for the static route next-hop 10.1.1.2

and you need to add:

router eigrp 100

redistribute static

default-metric 10000 100 255 1 1500

!

where

default-metric bandwidth delay reliability loading mtu

Hope to help

Giuseppe

francisco_1
Level 7
Level 7

if the network 172.22.9.0 is not in the routing table on RA or directly connected on RA it will not avertise to B. Can you reach the network 172.22.9.0 from router A?

use "redistrubute static" instead under eigrp on router A.

Thanks.

Review Cisco Networking products for a $25 gift card