cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
391
Views
0
Helpful
2
Replies

How to redistribute static route in eigrp?

iamten
Level 1
Level 1

How to redistribute static route in eigrp?

2 Replies 2

deilert
Level 6
Level 6

router eigrp xxx

redistribute static bandwidth delay reliablility load mtu

If you have a network that Eigrp adveritses and your static references that interface as the next hop. Eigrp will automatically redistribute this route

example

ethenet 0

ip address 192.168.1.1 255.255.255.0

router eigrp 1

network 192.168.1.0

ip route 10.10.1.1 255.255.255.255 ethernet 0

johnbroadway
Level 1
Level 1

How about the redistribute static command ?

e.g.

Router Eigrp 100

network a.b.c.d

redistribute static ...........

ip route x.x.x.x y.y.y.y z.z.z.z

Regards

John