Need Quite EIGRP Redistribute Static Help

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

Reply to
Evolution
Loading thread data ...

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

Reply to
Brian V

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

Reply to
Merv

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

Reply to
charliesjt

THANKS! it worked!

Reply to
Evolution

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

Reply to
Evolution

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.