09-01-2008 07:55 AM - edited 03-03-2019 11:21 PM
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.
09-01-2008 08:04 AM
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
09-01-2008 08:06 AM
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.
09-01-2008 08:11 AM
Thanks.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide