回答:
どのピアが最初にオープンメッセージを送信しますか?
通常、ソケットを開くスピーカーは最初のOPENメッセージを送信します。しかし、実際には問題にはなりません(DelayOpenタイマーを参照)。BGPはOPENメッセージを遅延させる方法も提供するため、反対側のピアが最初に送信できます。
オプション1:DelayOpen 説明:DelayOpenオプションセッション属性により、 送信を遅延するように構成する実装 特定の期間のOPENメッセージ (DelayOpenTime)。遅延により、リモートBGPが許可されます 最初のOPENメッセージを送信するピア時間。 値:TRUEまたはFALSE
両方のスピーカーが重複するTCPセッションを開き、各ソケットでOPENメッセージを同時に送信する場合、BGP IDを使用して、閉じる必要があるソケットを解決します。RFC 4271のセクション6.8を参照してください。
6.8. BGP Connection Collision Detection
If a pair of BGP speakers try to establish a BGP connection with each other
simultaneously, then two parallel connections well be formed. If the source IP address
used by one of these connections is the same as the destination IP address used by the
other, and the destination IP address used by the first connection is the same as the
source IP address used by the other, connection collision has occurred. In the event
of connection collision, one of the connections MUST be closed.
Based on the value of the BGP Identifier, a convention is established for detecting
which BGP connection is to be preserved when a collision occurs. The convention is to
compare the BGP Identifiers of the peers involved in the collision and to retain only
the connection initiated by the BGP speaker with the higher-valued BGP Identifier.
良いBGPピアfsm図はありますか?
ウィキペディアには、この簡素化されたBGP FSMがあります。