This article provides information on how to troubleshoot OSPF peering, which is between a SRX device and another device, when it is stuck in the loading state.
Methodologically, in the loading state, the SRX device sends Link State Requests to its peer. The peer should reply with a Link State Update. As per design, the SRX device should acknowledge this with a Link State Acknowledgement. The current scenario reveals that the SRX device does not send the Link State Acknowledgement to its peer. A potential reason for this is that when the peer sends Link State Update fragments to the SRX, As per design, it should not drop the fragments. But one setting in the screen options hierarchy is capable of dropping the fragmented packets. The comand below highlights it:
user@host# set security screen ids-option <untrust-screen> ip block-frag
user@host# deactivate security screen ids-option <untrust-screen> ip block-frag
2020-06-08: Article reviewed for accuracy. No changes made. Article is correct and complete.