Need Quite EIGRP Redistribute Static Help

May 22, 2006 5 Replies

I have three static routes, but only want to redistribute the third one into EIGRP



ip route 0.0.0.0 0.0.0.0 205.224.218.3 ip route 66.33.65.72 255.255.255.255 204.224.218.3 ip route 192.168.254.0 255.255.255.0 10.4.100.2



how do I setup a distribute list to only redistribute the third into EIGRP?



Many thanks in advance, RWS



access-list 2 permit 192.168.254.0 0.0.0.255 access-list 2 deny any

router eigrp 100 redistribute static disribute-list 2

if you do not want to redistribute all the static into EIGRP then use the route-map option on the redistribute command. The route map should only allow the static that is to be reidstributed

Also - don't forget that EIGRP will not redistribute until you configure a metric for the redistributed routes. To do this either use the 'metric' keyword after redistribute static

Or set a default redistribute metric under EIGRP with the command 'default-metric'

- Simon

What kind of metric should I use if it's a high speed internet link?

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required