キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 
cancel
212
閲覧回数
0
いいね!
0
コメント
Ryota Sakaguchi
Cisco Employee
Cisco Employee

本ドキュメントでは IOS XR ルータにおいて、リンクがダウンした場合における BGP セッションの即時リセット機能について説明します。
eBGP ではデフォルトで、リンクがダウンすると、Hold Timer の Expire を待たずに、直接接続されている BGP セッションを直ちにリセットします。

Local router

RP/0/RP1/CPU0:XR(config)#interface HundredGigE 0/2/0/1
RP/0/RP1/CPU0:XR(config-if)#shutdown
RP/0/RP1/CPU0:XR(config-if)#commit
Thu Jan 16 11:03:14.323 JST
LC/0/2/CPU0:Jan 16 11:03:14.406 JST: ifmgr[268]: %PKT_INFRA-LINK-5-CHANGED : Interface HundredGigE0/2/0/1, changed state to Administratively Down
RP/0/RP1/CPU0:Jan 16 11:03:14.407 JST: bgp[1101]: %ROUTING-BGP-5-ADJCHANGE_DETAIL : neighbor 192.0.2.1 Down - Admin. shutdown (CEASE notification sent - administrative shutdown) (VRF: default; AFI/SAFI: 1/1) (AS: 65100)

Remote router

RP/0/RP0/CPU0:Jan 16 11:03:13.735 JST: bgp[1097]: %ROUTING-BGP-5-ADJCHANGE_DETAIL : neighbor 192.0.2.2 Down - Interface flap (VRF: default; AFI/SAFI: 1/1) (AS: 65000)


この機能は、以下のように bgp fast-external-fallover disable を設定することで無効にできます。

RP/0/RSP0/CPU0:XR(config)#router bgp 65000
RP/0/RSP0/CPU0:XR(config-bgp)#bgp fast-external-fallover disable


iBGP ではバージョン 24.2.1 以降から直接接続されているセッションの即時リセット機能が実装されており、BGP neighbor 配下に fast-fallover を設定することにより、iBGP セッションの即時リセット機能が有効になります。

RP/0/RP0/CPU0:XR(config)#router bgp 65000
RP/0/RP0/CPU0:XR(config-bgp)#neighbor 192.0.2.1
RP/0/RP0/CPU0:XR(config-bgp-nbr)#fast-fallover

iBGP セッションの即時リセット機能が実装されていないリリースでは、リンクがダウンした際に iBGP セッションの即時リセットはおこなわれません。 

参考情報

Routing Configuration Guide for Cisco ASR 9000 Series Routers, IOS XR Release 7.7.x
https://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k-r7-7/configuration/guide/b-routing-cg-asr9000-77x/implementing-bgp.html#con_1209689
Resetting an eBGP Session Immediately Upon Link Failure
By default, if a link goes down, all BGP sessions of any directly adjacent external peers are immediately reset. Use the bgp fast-external-fallover disable command to disable automatic resetting. Turn the automatic reset back on using the no bgp fast-external-fallover disable command.

Getting Started

検索バーにキーワード、フレーズ、または質問を入力し、お探しのものを見つけましょう

シスコ コミュニティをいち早く使いこなしていただけるよう役立つリンクをまとめました。みなさんのジャーニーがより良いものとなるようお手伝いします