I have remote sites that have two routers and is using 'eigrp' for routing. I have configured my router as;
router eigrp 100
redistribute static
network 172.31.0.0
However when I run the 'sh ip route' all I see is one route (to one of the routers) when I expect to see two. An example of what is displayed is;
D 172.31.248.192 255.255.255.192
[90/2195456] via 172.31.247.13, 00:35:16, Serial0
I did this to try and share the load in these sites between the two router.
What do I need to do to make this work? Please help!
Andy
router eigrp 100
redistribute static
network 172.31.0.0
However when I run the 'sh ip route' all I see is one route (to one of the routers) when I expect to see two. An example of what is displayed is;
D 172.31.248.192 255.255.255.192
[90/2195456] via 172.31.247.13, 00:35:16, Serial0
I did this to try and share the load in these sites between the two router.
What do I need to do to make this work? Please help!
Andy