dog
November 24, 2010, 8:20pm
1
Hi,
I’m still experimenting with OSPF and made this observation:
0s - link goes down
1s - OSPF has removed the route from all routers
3s - link comes back up
30s - OSPF re-added route to all routers
So with short wireless disconnects which are usually not a problem OSPF will create a problem by taking too long to publish the changes.
How can I tell OSPF to either wait 10s before removing a route or updating the routing table immediately when the route comes back up?
Regards
Max
Beccara
November 24, 2010, 10:19pm
2
Add the wireless interfaces into a bridge at either end with the only ports in it the wireless interface.
The reason OSPF dropped upon disconnect is the interface/ip become unavailable and OSPF takes this to be down
dog
November 25, 2010, 7:01pm
3
So, if I understand you right the idea is to add the wireless interface to a bridge, assign the IP to the bridge and add OSPF on the bridge interface, so that the interface will never go down and then use the Router Dead interval to set the timeout?