Database Description packet has init bit set in middle of an exchange
OSPFv2 neighbor 100.42.32.10: state change from Full to 2-Way
So, the adjanceny comes right back after the drop, but it's obviously causing connected routes to become unavailable which is a problem. Looking at the debug logs of this router, I can see:
Code: Select all
Mar 29 08:51:52 router1 route,ospf,debug RECV: Database Description <- 100.92.32.86 on PER069-STP034-100.92.32.84/30 (100.92.32.85)
Mar 29 08:51:52 router1 route,ospf,debug,raw PACKET:
Mar 29 08:51:52 router1 route,ospf,debug,raw 45 C0 00 34 61 00 00 00 01 59 4E B2 64 2A 20 56
Mar 29 08:51:52 router1 route,ospf,debug,raw 64 2A 20 55 02 02 00 20 64 2A 20 0A 00 00 00 64
Mar 29 08:51:52 router1 route,ospf,debug,raw 31 59 00 00 00 00 00 00 00 00 00 00 05 DC 42 07
Mar 29 08:51:52 router1 route,ospf,debug,raw 00 00 00 09
Mar 29 08:51:52 router1 route,ospf,info Database Description packet has init bit set in middle of an exchange
Mar 29 08:51:52 router1 route,ospf,info OSPFv2 neighbor 100.92.32.10: state change from Full to 2-Way
Mar 29 08:51:52 router1 route,ospf,debug Originate Router LSA
Mar 29 08:51:52 router1 route,ospf,debug area=area100
Mar 29 08:51:52 router1 route,ospf,debug Installing an LSA
Mar 29 08:51:52 router1 route,ospf,debug lsa=Router LSA id=100.92.32.8 originator=100.42.32.8 seqnum=0x800068f7
Mar 29 08:51:52 router1 route,ospf,debug old=Router LSA id=100.92.32.8 originator=100.42.32.8 seqnum=0x800068f6
Both sides are running 5.24.
Any suggestions would be greatly appreciated!