cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
521
Views
5
Helpful
2
Replies

Redistribute static in OSPF and EIGRP

gwhuang5398
Level 2
Level 2

When use "redistribute static" in OSPF OR eigrp, does it also redistribute connected networks?

When use "sh ip eigrp topology", the entries with "via RStatic" indicate a redistribution of static routes, corret?

2 Replies 2

pkhatri
Level 11
Level 11

Hi,

"redistribute static" will NOT redistribute connected routes for either EIGRP or OSPF.

Entries with 'RStatic' are indeed routes that are injected into EIGRP via the redistribution of static routes.

Hope that helps - pls rate posts that are helpful.

Paresh

Hello,

redistribute static will redistribute all static routes found in the IP routing table. In case you want to announce the connected interfaces you have two options:

1) router ospf 10

network 192.168.1.1 0.0.0.0 area 0

for

interface Ethernet0

ip address 192.168.1.1 255.255.255.0

2) router ospf 10

redistribute connected

The same applies for EIGRP.

Hope this helps! Please rate all posts.

Martin