Users may observe that an Internal BGP (iBGP) peer is reported as missing, or they may wish to change how SessionDisconnected events are correlated in relation to the IsIBGPPeerMissing attribute.
All supported Smarts releases
The IsIBGPPeerMissing attribute is a computed boolean used to identify when a peer system is missing within the SMARTS correlation logic. It is defined by the following condition:
IsIBGPPeerMissing = (IsSessionDisconnected && !IsBGPPeerAdminDown && !IsEBGP && (|PeerSystem| == 0))
This logic triggers when:
IsSessionDisconnected is true).!IsBGPPeerAdminDown).!IsEBGP).|PeerSystem| == 0). SMARTS IBGP peer is missingSessionDisconnected events serve as parents or how they are correlated within this logic is not changeable.PeerSystem relationship in your topology. If the |PeerSystem| count is 0, SMARTS correctly identifies the peer as missing per the standard product logic.