We have one ptp wireless link with two ROS 3.10 on both end. First(ospf id 10.11.0.51) is closer to the network center. Second (ospf id 10.11.0.69) is more distant from center. There are only these two routers on that link. Sometimes the route to second router disappears from all routers in the area. Only solution is to restart ospf on the second router. This is a log from the first router
20:08:16 route,ospf,info OSPF neighbor 10.11.0.69: state change from Exchange to
2-Way
20:08:57 route,ospf,info OSPF neighbor 10.11.0.69: state change from Exchange to
2-Way
20:09:38 route,ospf,info OSPF neighbor 10.11.0.69: state change from Exchange to
2-Way
20:10:19 route,ospf,info OSPF neighbor 10.11.0.69: state change from Exchange to
2-Way
20:11:01 route,ospf,info OSPF neighbor 10.11.0.69: state change from Exchange to
2-Way
And this is a log from second router.
20:12:26 route,ospf,info Database Description packet has different master status flag
20:12:26 route,ospf,info new master flag=false
20:12:26 route,ospf,info OSPF neighbor 10.11.0.51: state change from Full to 2-Way
20:13:08 route,ospf,info Database Description packet has different master status flag
20:13:08 route,ospf,info new master flag=false
20:13:08 route,ospf,info OSPF neighbor 10.11.0.51: state change from Full to 2-Way
20:13:49 route,ospf,info Database Description packet has different master status flag
20:13:49 route,ospf,info new master flag=false
20:13:49 route,ospf,info OSPF neighbor 10.11.0.51: state change from Full to 2-Way
20:14:30 route,ospf,info Database Description packet has different master status flag
20:14:30 route,ospf,info new master flag=false
20:14:30 route,ospf,info OSPF neighbor 10.11.0.51: state change from Full to 2-Way
20:15:11 route,ospf,info Database Description packet has different master status flag
20:15:11 route,ospf,info new master flag=false
20:15:11 route,ospf,info OSPF neighbor 10.11.0.51: state change from Full to 2-Way
20:15:52 route,ospf,info Database Description packet has different master status flag
20:15:52 route,ospf,info new master flag=false
20:15:52 route,ospf,info OSPF neighbor 10.11.0.51: state change from Full to 2-Way
20:16:33 route,ospf,info Database Description packet has different master status flag
20:16:33 route,ospf,info new master flag=false
20:16:33 route,ospf,info OSPF neighbor 10.11.0.51: state change from Full to 2-Way
Any suggestions?
Thank you.