Information
The loopback interface (lo0) is used to establish connections between IBGP peers. The loopback interface is always up as long as the device is operating. If there is a route to the loopback address, the IBGP peer session stays up. If a physical interface address is used instead and that interface goes up and down, the IBGP peer session also goes up and down. Thus, if the device has link redundancy, the loopback interface provides fault tolerance in case the physical interface or one of the links goes down.
Solution
Set the BGP communication to source from the loopback interface.
user@host# edit protocols bgp group <GROUP_NAME>
user@host# set local-address <IP_ADDRESS>