EdTheLad wrote: I really cant see the point of implementing this command on an interface, you will maintain an adjacency but wont transmit any routing data.
Webmaster wrote: Not transmit, but it can still receive the LSAs from neighbor, which is the main outcome difference with the passive int (no adjacency, so obviously no LSAs either way). So even they become each other neighbors the LS advertising is one way. Though not per se relevant to the redundant link, it would allow you to have routerA learn routerB links (hence routes) but not vice versa.
Webmaster wrote: I guess in case of the redundant link you could prevent the second link to be advertised (and become available as a route) in only a particular part of the network.
DarbyWeaver wrote: Generally speaking we do not use passive interfaces so much in OSPF as we do in RIP and EIGRP. As for using the command it is used as a filter and that is its purpose. Typically even with an ACL one still has the OSPF Database to contend with. This command is the equalizer. I know my "basic" understanding of the matter is probably not technical enough, but the RFC explains it better.
EdTheLad wrote: Yes, but still doesn't quite work for me, if i didn't want to send routes to a neighbor, but just wanted to receive them on RA i would only enable ospf on the serial interface without advertising any networks.
EdTheLad wrote: It will allow redundancy in one direction also load sharing in one direction, i was thinking maybe a multicast application could use this but then reverse path forwarding wouldn't work.I still cant see a need for this implementation, why would you want to use a redundant link in only one direction?
Webmaster wrote: If you'd configure it on one end of a point to point serial it would prevent the other LSA on that router from going over that link - the link itself is directly attached network and would still be used in both directions, and since the routers on both end will still include include the second link in its own LSAs, it won't make a difference besides the reduced update traffic on that redundant link.
Webmaster wrote: How about using it to allow the neighbor db to be build and still react to missing Hellos? So don't send out updates on this side of the link but still have both sides react to a missing hello (considering it will still now of the second link through LSAs on the main link, it will also want to know it's still alive, but directly, not through the main link).
EdTheLad wrote: Ok, i suppose if you had an area consisting of multiple hub type routers making a core each with lots of spoke routers, you could filter the las's to the spokes while still maintaining a route consistency in the core, the spoke routers could have default routes point to the hub routes,kind of like stub eigrp.Thanks Webmaster for helping me rack my brain!