OSPF redistribute-connected

Hi,

What does mean redistribute-connected option in ospf .

When I set up ospf with or without redistribute-static everything is working, so I cant see difference . . .

Hi,
you will get three Options in “redistribute-static”

  1. as-type-1
  2. as-type-2
  3. no

The Default value is NO.

if you set the value, the router will redistribute the information about all static route which is available and manually added in routing database.

Example if “redistribute-static=as-type-1”, Te router will redistribute the information about all static route of matric 1.

The static route means, a route which is manually added using “ip route add” command.

And connected are the routes where there is an ip configured.

Stefan

Yes after turning on the braind I fogured it with your help :slight_smile: . . .

thx

But: if ethernet interface does not link detect (pc or switch unplug), ospf NO REDISTRIBUTE any network assigned on this interface.

Is a bug or feature? IMHO bug …

On wireless interfaces exists property disable-running-check, which is a solution this problem. But on ethernet … nothing!(?)

p.s.: sorry my english

Hi,

I’m having some troubles with redistributing connected routes into a different area.

I have backbone area where this function work’s correcly.

Then I have approx 20 router’s in area2 randomly conected between them.
I want to redistribute connected routes into OSPF.

When I set them to As type 1, routes are in OSPF routes but without area. Also on next router in network’s routes are’nt displayed.

I solved this by adding each directed IP address into networks and set interface to passive mode. But more clear solution would be to get working redistribute connected routes.

Does anyone have some ideas?

thank you!

Anyone with idea how to solve this? thx