LDP リンク保護の構成
リンクまたはノードの障害時に弾力性を提供するために、ユニキャストとマルチキャストの LDP ラベル交換パス (Lsp) に対して、ラベル配布プロトコル (LDP) のリンク保護を構成できます。
開始する前に:
デバイスインターフェイスを構成します。
デバイスのルーター ID と自律システム番号を設定します。
以下のプロトコルを構成します。
RSVP
トラフィックエンジニアリング機能を搭載した MPLS。
トラフィックエンジニアリング機能を搭載した OSPF。
注 ループフリーの代替 (LFA) を使用したマルチキャスト LDP リンク保護については、リンク保護を有効にします。
[edit protocols]user@R0# set ospf area 0 interface all link-protection
LDP リンク保護を構成するには、次のようになります。
- ポイントツー multipoint の LDP Lsp を有効にします。[edit protocols]user@R0# set ldp p2mp
- ルーター R0 のすべてのインターフェイス (管理インターフェイスを除く) で LDP を有効にし、動的な RSVP バイパス LSP を使用してリンク保護を構成します。[edit protocols]user@R0# set ldp interface all link-protection dynamic-rsvp-lspuser@R0# set ldp interface fxp0.0 disable
- 構成を検証して確定します。
たとえば、以下のように記述します。
[edit protocols]user@R0# show protocolsrsvp {interface all;interface fxp0.0 {disable;}}mpls {traffic-engineering;interface all;interface fxp0.0 {disable;}}ospf {traffic-engineering;area 0.0.0.0 {interface all {metric 1;}interface fxp0.0 {disable;}}}ldp {interface all {link-protection {dynamic-rsvp-lsp;}}interface fxp0.0 {disable;}p2mp;}[edit]user@R0# commitcommit complete