サービスの改善にご協力お願いします。

お客様のご意見をお聞かせください。

アンケートの所要時間はおよそ 2 分です。

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
IS-IS ユーザー ガイド
Table of Contents Expand all
list Table of Contents
このページで
keyboard_arrow_right

この機械翻訳はお役に立ちましたでしょうか?

starstarstarstarstar
Go to English page
免責事項:

このページは、サードパーティー製機械翻訳ソフトウェアを使用して翻訳されます。質の高い翻訳を提供するために合理的な対応はされていますが、ジュニパーネットワークスがその正確性を保証することはできかねます。この翻訳に含まれる情報の正確性について疑問が生じた場合は、英語版を参照してください. ダウンロード可能なPDF (英語版のみ).

例:IS-ISのセグメントルーティングを使用したトポロジー独立ループフリーの代替ルートの設定

date_range 16-Jun-23

この例では、より深いラベルスタックを使用してバックアップパスを構築することで、特定の障害の収束後パスに対応するMPLS高速再ルート(FRR)バックアップパスを提供するIS-ISプロトコルのセグメントルーティングを備えたトポロジー非依存ループフリーの代替ルート(TI-LFA)を示しています。TI-LFA は、リンク障害、ノード障害、フェイトシェアリングの障害から保護します。リンク障害モードでは、リンクに障害が発生した場合、宛先が保護されます。ノード保護モードでは、プライマリ リンクに接続されたネイバーに障害が発生した場合、宛先が保護されます。ノード保護のコンバージェンス後のパスを決定するために、ネイバーを離れるすべてのリンクのコストは、設定可能な量によって増加すると見なされます。フェイトシェアリング保護では、各PLRにフェイトシェアリンググループのリストが設定され、それぞれのフェイトシェアリンググループのリンクがそれぞれのIPアドレスで特定されます。

メモ:

当社のコンテンツテストチームは、この例を検証し、更新しました。

要件

この例では、以下のハードウェアとソフトウェアのコンポーネントを使用しています。

  • 9台のMXシリーズルーター

  • すべてのデバイスで Junos OS リリース 17.4 以降が実行されている

    • Junos OS リリース 21.1R1 で vMX を使用して更新および再検証しました。

IS-IS 向け SPRING を使用して TI-LFA ルートを設定する前に、SPRING またはセグメント ルーティングを必ず設定してください。

メモ:

この機能の実地体験を受けたいですか?

Juniper vLabsにアクセスして、事前に設定された vLabサンドボックス:セグメントルーティング - ベーシック を予約し、無料で試すことができます。

概要

Junos OS では、 階層レベルで ステートメントを設定 use-post-convergence-lfa することで、IS-IS の TI-LFA を [edit protocols isis backup-spf-options] 有効にすることができます。階層レベルでコンバージェンス後 lfa ステートメントを設定することで、特定のインターフェイスのコンバージェンス後のバックアップ パスの作成を [edit protocols isis interface interface-name level level] 有効にすることができます。

TI-LFA は、フェイト シェアリング グループのリンク障害、ノード障害、障害に対する保護を提供します。ステートメントを使用して、リンク保護モードをpost-convergence-lfa有効にすることができます。階層レベルで、特定のインターフェイスのモード、またはfate-sharing-protectionモード、または両方のモードを[edit protocols isis interface interface-name level level post-convergence-lfa]有効node-protectionにすることができます。特定のフェイトシェアリンググループに対してフェイトシェアリング保護が有効になっていることを確認するには、 階層レベルで ステートメントをuse-for-post-convergence-lfa設定する[edit routing-options fate-sharing group group-name]必要があります。

メモ:

TI-LFAは、IPv4とIPv6の両方のプレフィックスのルート保護をサポートします。この例では、IPv4プレフィックスのルート保護を示しています。

トポロジ

Topology

構成

CLI クイックコンフィギュレーション

この例でリンクプロテクションを迅速に設定するには、以下のコマンドをコピーしてテキストファイルに貼り付け、改行を削除し、ネットワーク設定に一致させる必要がある詳細情報を変更し、[edit]階層レベルでCLIにコマンドをコピーアンドペーストして、設定モードからコミットを入力します。

R1

content_copy zoom_out_map
set interfaces ge-0/0/0 unit 0 description r1-to-r21
set interfaces ge-0/0/0 unit 0 family inet address 10.10.20.1/24
set interfaces ge-0/0/0 unit 0 family iso
set interfaces ge-0/0/0 unit 0 family mpls
set interfaces ge-0/0/1 unit 0 description r1-to-r31
set interfaces ge-0/0/1 unit 0 family inet address 10.10.30.1/24
set interfaces ge-0/0/1 unit 0 family iso
set interfaces ge-0/0/1 unit 0 family mpls
set interfaces ge-0/0/2 unit 0 description r1-to-r2
set interfaces ge-0/0/2 unit 0 family inet address 10.10.10.1/24
set interfaces ge-0/0/2 unit 0 family iso
set interfaces ge-0/0/2 unit 0 family mpls
set interfaces lo0 unit 0 family inet address 198.168.0.1/32
set interfaces lo0 unit 0 family iso address 49.0000.2222.0001.00
set interfaces lo0 unit 0 family mpls
set protocols isis interface ge-0/0/0.0 level 2 disable
set protocols isis interface ge-0/0/0.0 point-to-point
set protocols isis interface ge-0/0/1.0 level 2 disable
set protocols isis interface ge-0/0/1.0 point-to-point
set protocols isis interface ge-0/0/2.0 level 2 disable
set protocols isis interface ge-0/0/2.0 level 1 post-convergence-lfa
set protocols isis interface ge-0/0/2.0 point-to-point
set protocols isis interface fxp0.0 disable
set protocols isis interface lo0.0 passive
set protocols isis source-packet-routing node-segment ipv4-index 1001
set protocols isis backup-spf-options use-post-convergence-lfa maximum-labels 8
set protocols mpls interface ge-0/0/0.0
set protocols mpls interface ge-0/0/1.0
set protocols mpls interface ge-0/0/2.0
set policy-options policy-statement pplb then load-balance per-packet
set routing-options forwarding-table export pplb
set routing-options router-id 198.168.0.1

R2

content_copy zoom_out_map
set interfaces ge-0/0/1 unit 0 description r2-to-r23
set interfaces ge-0/0/1 unit 0 family inet address 10.10.50.1/24
set interfaces ge-0/0/1 unit 0 family iso
set interfaces ge-0/0/1 unit 0 family mpls
set interfaces ge-0/0/2 unit 0 description r2-to-r1
set interfaces ge-0/0/2 unit 0 family inet address 10.10.10.2/24
set interfaces ge-0/0/2 unit 0 family iso
set interfaces ge-0/0/2 unit 0 family mpls
set interfaces ge-0/0/3 unit 0 description r2-to-r3
set interfaces ge-0/0/3 unit 0 family inet address 10.10.40.1/24
set interfaces ge-0/0/3 unit 0 family iso
set interfaces ge-0/0/3 unit 0 family mpls
set interfaces lo0 unit 0 family inet address 192.168.0.2/32
set interfaces lo0 unit 0 family iso address 49.0000.2222.0002.00
set interfaces lo0 unit 0 family mpls
set protocols isis interface ge-0/0/1.0 level 2 disable
set protocols isis interface ge-0/0/1.0 point-to-point
set protocols isis interface ge-0/0/2.0 level 2 disable
set protocols isis interface ge-0/0/2.0 point-to-point
set protocols isis interface ge-0/0/3.0 level 2 disable
set protocols isis interface ge-0/0/3.0 point-to-point
set protocols isis interface fxp0.0 disable
set protocols isis interface lo0.0 passive
set protocols isis source-packet-routing node-segment ipv4-index 1002
set protocols mpls interface ge-0/0/1.0
set protocols mpls interface ge-0/0/2.0
set protocols mpls interface ge-0/0/3.0
set routing-options router-id 192.168.0.2

R3

content_copy zoom_out_map
set interfaces ge-0/0/0 unit 0 description r3-to-r24
set interfaces ge-0/0/0 unit 0 family inet address 10.10.60.1/24
set interfaces ge-0/0/0 unit 0 family iso
set interfaces ge-0/0/0 unit 0 family mpls
set interfaces ge-0/0/1 unit 0 description r3-to-r34
set interfaces ge-0/0/1 unit 0 family inet address 10.10.70.1/24
set interfaces ge-0/0/1 unit 0 family iso
set interfaces ge-0/0/1 unit 0 family mpls
set interfaces ge-0/0/3 unit 0 description r3-to-r2
set interfaces ge-0/0/3 unit 0 family inet address 10.10.40.2/24
set interfaces ge-0/0/3 unit 0 family iso
set interfaces ge-0/0/3 unit 0 family mpls
set interfaces lo0 unit 0 family inet address 192.168.0.3/32
set interfaces lo0 unit 0 family iso address 49.0000.2222.0003.00
set interfaces lo0 unit 0 family mpls
set protocols isis interface ge-0/0/0.0 level 2 disable
set protocols isis interface ge-0/0/0.0 point-to-point
set protocols isis interface ge-0/0/1.0 level 2 disable
set protocols isis interface ge-0/0/1.0 point-to-point
set protocols isis interface ge-0/0/3.0 level 2 disable
set protocols isis interface ge-0/0/3.0 point-to-point
set protocols isis interface fxp0.0 disable
set protocols isis interface lo0.0 passive
set protocols isis source-packet-routing node-segment ipv4-index 1003
set protocols mpls interface ge-0/0/0.0
set protocols mpls interface ge-0/0/1.0
set protocols mpls interface ge-0/0/3.0
set routing-options router-id 192.168.0.3

R21

content_copy zoom_out_map
set interfaces ge-0/0/0 unit 0 description r21-to-r1
set interfaces ge-0/0/0 unit 0 family inet address 10.10.20.2/24
set interfaces ge-0/0/0 unit 0 family iso
set interfaces ge-0/0/0 unit 0 family mpls
set interfaces ge-0/0/1 unit 0 description r21-to-r22
set interfaces ge-0/0/1 unit 0 family inet address 10.10.80.1/24
set interfaces ge-0/0/1 unit 0 family iso
set interfaces ge-0/0/1 unit 0 family mpls
set interfaces lo0 unit 0 family inet address 192.168.0.21/32
set interfaces lo0 unit 0 family iso address 49.0000.2222.0021.00
set interfaces lo0 unit 0 family mpls
set protocols isis interface ge-0/0/0.0 level 2 disable
set protocols isis interface ge-0/0/0.0 point-to-point
set protocols isis interface ge-0/0/1.0 level 2 disable
set protocols isis interface ge-0/0/1.0 point-to-point
set protocols isis interface fxp0.0 disable
set protocols isis interface lo0.0 passive
set protocols isis source-packet-routing node-segment ipv4-index 1021
set protocols mpls interface ge-0/0/0.0
set protocols mpls interface ge-0/0/1.0
set routing-options router-id 192.168.0.21

R22

content_copy zoom_out_map
set interfaces ge-0/0/0 unit 0 description r22-to-r23
set interfaces ge-0/0/0 unit 0 family inet address 10.10.90.1/24
set interfaces ge-0/0/0 unit 0 family iso
set interfaces ge-0/0/0 unit 0 family mpls
set interfaces ge-0/0/1 unit 0 description r22-to-r21
set interfaces ge-0/0/1 unit 0 family inet address 10.10.80.2/24
set interfaces ge-0/0/1 unit 0 family iso
set interfaces ge-0/0/1 unit 0 family mpls
set interfaces lo0 unit 0 family inet address 192.168.0.22/32
set interfaces lo0 unit 0 family iso address 49.0000.2222.0022.00
set interfaces lo0 unit 0 family mpls
set protocols isis interface ge-0/0/0.0 level 2 disable
set protocols isis interface ge-0/0/0.0 point-to-point
set protocols isis interface ge-0/0/1.0 level 2 disable
set protocols isis interface ge-0/0/1.0 point-to-point
set protocols isis interface fxp0.0 disable
set protocols isis interface lo0.0 passive
set protocols isis source-packet-routing node-segment ipv4-index 1022
set protocols mpls interface ge-0/0/0.0
set protocols mpls interface ge-0/0/1.0
set routing-options router-id 192.168.0.22

R23

content_copy zoom_out_map
set interfaces ge-0/0/0 unit 0 description r23-to-r22
set interfaces ge-0/0/0 unit 0 family inet address 10.10.90.2/24
set interfaces ge-0/0/0 unit 0 family iso
set interfaces ge-0/0/0 unit 0 family mpls
set interfaces ge-0/0/1 unit 0 description r23-to-r2
set interfaces ge-0/0/1 unit 0 family inet address 10.10.50.2/24
set interfaces ge-0/0/1 unit 0 family iso
set interfaces ge-0/0/1 unit 0 family mpls
set interfaces ge-0/0/2 unit 0 description r23-to-r24
set interfaces ge-0/0/2 unit 0 family inet address 10.10.100.1/24
set interfaces ge-0/0/2 unit 0 family iso
set interfaces ge-0/0/2 unit 0 family mpls
set interfaces lo0 unit 0 family inet address 192.168.0.23/32
set interfaces lo0 unit 0 family iso address 49.0000.2222.0023.00
set interfaces lo0 unit 0 family mpls
set protocols isis interface ge-0/0/0.0 level 2 disable
set protocols isis interface ge-0/0/0.0 point-to-point
set protocols isis interface ge-0/0/1.0 level 2 disable
set protocols isis interface ge-0/0/1.0 point-to-point
set protocols isis interface ge-0/0/2.0 level 2 disable
set protocols isis interface ge-0/0/2.0 point-to-point
set protocols isis interface fxp0.0 disable
set protocols isis interface lo0.0 passive
set protocols isis source-packet-routing node-segment ipv4-index 1023
set protocols mpls interface ge-0/0/0.0
set protocols mpls interface ge-0/0/1.0
set protocols mpls interface ge-0/0/2.0
set routing-options router-id 192.168.0.23

R24

content_copy zoom_out_map
set interfaces ge-0/0/0 unit 0 description r24-to-r3
set interfaces ge-0/0/0 unit 0 family inet address 10.10.60.2/24
set interfaces ge-0/0/0 unit 0 family iso
set interfaces ge-0/0/0 unit 0 family mpls
set interfaces ge-0/0/2 unit 0 description r24-to-r23
set interfaces ge-0/0/2 unit 0 family inet address 10.10.100.2/24
set interfaces ge-0/0/2 unit 0 family iso
set interfaces ge-0/0/2 unit 0 family mpls
set interfaces lo0 unit 0 family inet address 192.168.0.24/32
set interfaces lo0 unit 0 family iso address 49.0000.2222.0024.00
set interfaces lo0 unit 0 family mpls
set protocols isis interface ge-0/0/0.0 level 2 disable
set protocols isis interface ge-0/0/0.0 point-to-point
set protocols isis interface ge-0/0/2.0 level 2 disable
set protocols isis interface ge-0/0/2.0 point-to-point
set protocols isis interface fxp0.0 disable
set protocols isis interface lo0.0 passive
set protocols isis source-packet-routing node-segment ipv4-index 1024
set protocols mpls interface ge-0/0/0.0
set protocols mpls interface ge-0/0/2.0
set routing-options router-id 192.168.0.24

R31

content_copy zoom_out_map
set interfaces ge-0/0/0 unit 0 description r31-to-r34
set interfaces ge-0/0/0 unit 0 family inet address 10.10.110.1/24
set interfaces ge-0/0/0 unit 0 family iso
set interfaces ge-0/0/0 unit 0 family mpls
set interfaces ge-0/0/1 unit 0 description r31-to-r1
set interfaces ge-0/0/1 unit 0 family inet address 10.10.30.2/24
set interfaces ge-0/0/1 unit 0 family iso
set interfaces ge-0/0/1 unit 0 family mpls
set interfaces lo0 unit 0 family inet address 198.162.0.31/32
set interfaces lo0 unit 0 family iso address 49.0000.2222.0031.00
set interfaces lo0 unit 0 family mpls
set protocols isis interface ge-0/0/0.0 level 1 metric 500
set protocols isis interface ge-0/0/0.0 level 2 disable
set protocols isis interface ge-0/0/0.0 point-to-point
set protocols isis interface ge-0/0/1.0 level 1 metric 10
set protocols isis interface ge-0/0/1.0 level 2 disable
set protocols isis interface ge-0/0/1.0 point-to-point
set protocols isis interface fxp0.0 disable
set protocols isis interface lo0.0 passive
set protocols isis source-packet-routing node-segment ipv4-index 1031
set protocols mpls interface ge-0/0/1.0
set protocols mpls interface ge-0/0/0.0
set routing-options router-id 198.162.0.31

R34

content_copy zoom_out_map
set interfaces ge-0/0/0 unit 0 description r34-to-r31
set interfaces ge-0/0/0 unit 0 family inet address 10.10.110.2/24
set interfaces ge-0/0/0 unit 0 family iso
set interfaces ge-0/0/0 unit 0 family mpls
set interfaces ge-0/0/1 unit 0 description r34-to-r3
set interfaces ge-0/0/1 unit 0 family inet address 10.10.70.2/24
set interfaces ge-0/0/1 unit 0 family iso
set interfaces ge-0/0/1 unit 0 family mpls
set interfaces lo0 unit 0 family inet address 192.168.0.34/32
set interfaces lo0 unit 0 family iso address 49.0000.2222.0034.00
set interfaces lo0 unit 0 family mpls
set protocols isis interface ge-0/0/0.0 level 1 metric 500
set protocols isis interface ge-0/0/0.0 level 2 disable
set protocols isis interface ge-0/0/0.0 point-to-point
set protocols isis interface ge-0/0/1.0 level 1 metric 10
set protocols isis interface ge-0/0/1.0 level 2 disable
set protocols isis interface ge-0/0/1.0 point-to-point
set protocols isis interface fxp0.0 disable
set protocols isis interface lo0.0 passive
set protocols isis source-packet-routing node-segment ipv4-index 1034
set protocols mpls interface ge-0/0/0.0
set protocols mpls interface ge-0/0/1.0
set routing-options router-id 192.168.0.34

R1の設定

手順

次の例では、設定階層内のさまざまなレベルに移動する必要があります。CLIのナビゲーションについては、 Junos OS CLIユーザーガイドの設定モードでのCLIエディターの使用を参照してください。

デバイスR1を設定するには:

  1. インターフェイスを設定します。

    content_copy zoom_out_map
    [edit interfaces]
    user@R1# set ge-0/0/0 unit 0 description r1-to-r21
    user@R1# set ge-0/0/0 unit 0 family inet address 10.10.20.1/24
    user@R1# set ge-0/0/0 unit 0 family iso
    user@R1# set ge-0/0/0 unit 0 family mpls
    
    user@R1# set ge-0/0/1 unit 0 description r1-to-r31
    user@R1# set ge-0/0/1 unit 0 family inet address 10.10.30.1/24
    user@R1# set ge-0/0/1 unit 0 family iso
    user@R1# set ge-0/0/1 unit 0 family mpls
    
    user@R1# set ge-0/0/2 unit 0 description r1-to-r2
    user@R1# set ge-0/0/2 unit 0 family inet address 10.10.10.1/24
    user@R1# set ge-0/0/2 unit 0 family iso
    user@R1# set ge-0/0/2 unit 0 family mpls
    
    user@R1# set lo0 unit 0 family inet address 198.168.0.1/32
    user@R1# set lo0 unit 0 family iso address 49.0000.2222.0001.00
    user@R1# set lo0 unit 0 family mpls
    
    
  2. ルーターIDを設定します。

    content_copy zoom_out_map
    [edit routing-options]
    user@R1# set router-id 198.168.0.1
  3. MPLS を設定します。

    content_copy zoom_out_map
    [edit protocols]
    user@R1# set mpls interface ge-0/0/0.0
    user@R1# set mpls interface ge-0/0/1.0
    user@R1# set mpls interface ge-0/0/2.0
    
  4. IS-ISを設定します。

    content_copy zoom_out_map
    [edit protocols]
    user@R1# set isis interface ge-0/0/0.0 level 2 disable
    user@R1# set isis interface ge-0/0/0.0 point-to-point
    
    user@R1# set isis interface ge-0/0/1.0 level 2 disable
    user@R1# set isis interface ge-0/0/1.0 point-to-point
    
    user@R1# set isis interface ge-0/0/2.0 level 2 disable
    user@R1# set isis interface ge-0/0/2.0 point-to-point
    
    user@R1# set isis interface lo0.0 passive
    
    user@R1# set isis interface fxp0.0 disable
    
  5. インターフェイス ge-0/0/2 のリンク保護ポストコンバージェンス パスに沿ってバックアップ ルートをインストールするように設定します。

    content_copy zoom_out_map
    [edit protocols]
    user@R1# set isis interface ge-0/0/2.0 level 1 post-convergence-lfa
  6. バックアップの最短パスファースト属性を保護するために、ルーティングされたセグメントパスのラベルの最大数を設定します。

    content_copy zoom_out_map
    [edit protocols]
    user@R1# set isis backup-spf-options use-post-convergence-lfa maximum-labels 8
  7. IS-ISプロトコルのセグメントルーティングで、ノードセグメントのIPv4インデックスとインデックス範囲を設定します。

    content_copy zoom_out_map
    [edit protocols]
    user@R1# set isis source-packet-routing node-segment ipv4-index 1001
    
  8. (オプション)インターフェイス ge-0/0/2 でノード保護を有効にします。

    content_copy zoom_out_map
    [edit protocols]
    user@R1# set isis interface ge-0/0/2 level 2 post-convergence-lfa node-protection cost 2000
    
  9. (オプション)フェイトシェアリンググループのコストを設定します。

    content_copy zoom_out_map
    [edit routing-options] 
    user@R1# set fate-sharing group fs-group-1 cost 3000
    
  10. (オプション)フェイトシェアリンググループを設定して、デバイスR1からデバイスR2へのリンクとデバイスR21からデバイスR22へのリンクがフェイトを共有し、収束後のlfaに使用できるように設定します。

    content_copy zoom_out_map
    [edit routing-options] 
    user@R1# set fate-sharing group fs-group-1 from 10.10.10.1 to 10.10.10.2 
    user@R1# set fate-sharing group fs-group-1 from 10.10.80.1 to 10.10.80.2
    user@R1# set fate-sharing group fs-group-1 use-for-post-convergence-lfa 
    
  11. (オプション)デバイス R1 で ge-0/0/2 のフェイト シェアリング保護を有効にします。

    content_copy zoom_out_map
    [edit protocols]
    user@R1# set isis interface ge-0/0/2 level 2 post-convergence-lfa fate-sharing-protection
    
  12. TI-LFAが動作し、迅速なコンバージェンスを保証するために、パケットごとのロードバランスポリシーを設定します。

    content_copy zoom_out_map
    [edit]
    user@R1# set policy-options policy-statement pplb then load-balance per-packet
  13. ポリシーを適用して、ルートを転送テーブルにエクスポートします。

    content_copy zoom_out_map
    [edit]
    user@R1# set routing-options forwarding-table export pplb

結果

設定モードから、 、 show protocols および show routing-options コマンドを入力して設定をshow interfaces確認します。出力結果に意図した設定が表示されない場合は、この例の手順を繰り返して設定を修正します。

content_copy zoom_out_map
user@R1# show interfaces
ge-0/0/0 {
    unit 0 {
        description r1-to-r21;
        family inet {
            address 10.10.20.1/24;
        }
        family iso;
        family mpls;
    }
}
ge-0/0/1 {
    unit 0 {
        description r1-to-r31;
        family inet {
            address 10.10.30.1/24;
        }
        family iso;
        family mpls;
    }
}
ge-0/0/2 {
    unit 0 {
        description r1-to-r2;
        family inet {
            address 10.10.10.1/24;
        }
        family iso;
        family mpls;
    }
}
lo0 {
    unit 0 {
        family inet {
            address 198.168.0.1/32;
        }
        family iso {
            address 49.0000.2222.0001.00;
        }
        family mpls;
    }
}
content_copy zoom_out_map
user@R1# show routing-options
router-id 198.168.0.1;
forwarding-table {
    export pplb;
}
content_copy zoom_out_map
user@R1# show policy-options
policy-statement pplb {
    then {
        load-balance per-packet;
    }
}
content_copy zoom_out_map
user@R1# show protocols
isis {
    interface ge-0/0/0.0 {
        level 2 disable;
        point-to-point;
    }
    interface ge-0/0/1.0 {
        level 2 disable;
        point-to-point;
    }
    interface ge-0/0/2.0 {
        level 2 disable;
        level 1 {
            post-convergence-lfa;
        }
        point-to-point;
    }
    interface fxp0.0 {
        disable;
    }
    interface lo0.0 {
        passive;
    }
    source-packet-routing {
        node-segment ipv4-index 1001;
    }
    backup-spf-options {
        use-post-convergence-lfa maximum-labels 8;
    }
}
mpls {
    interface ge-0/0/0.0;
    interface ge-0/0/1.0;
    interface ge-0/0/2.0;
}

デバイスの設定が完了したら、設定モードから を入力します commit

検証

設定が正しく機能していることを確認します。

ノード SID を使用した TI-LFA ルートの検証

目的

デバイスR1のインターフェイスge-0/0/2のプライマリネクストホップのリンク保護バックアップパスを確認し、192.168.0.3/32に達するバックアップパスが作成されており、正しいラベルスタックを持っているかどうかを確認します。

アクション

動作モードから、 コマンドを show route 192.168.0.3 実行してルーティングテーブル情報を表示します。

content_copy zoom_out_map
user@R1> show route 192.168.0.3

inet.0: 38 destinations, 38 routes (38 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both

192.168.0.3/32     *[IS-IS/15] 09:52:56, metric 20
                    >  to 10.10.10.2 via ge-0/0/2.0

inet.3: 8 destinations, 8 routes (8 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both

192.168.0.3/32     *[L-ISIS/14] 05:45:40, metric 20
                    >  to 10.10.10.2 via ge-0/0/2.0, Push 801003
                       to 10.10.20.2 via ge-0/0/0.0, Push 801003, Push 801024(top)
意味

198.168.0.3/32(デバイス R3 に対応)へのプライマリ パスは、インターフェイス ge-0/0/2 を経由し、デバイス R3 のノード SID に対応する 801003 のラベルを使用します。インターフェイスge-0/0/2に障害が発生した場合、ラベルスタックを使用したインターフェイスge-0/0/0を使用したバックアップパス[801024、801003]がアクティブになります。コンバージェンス後のリンク保護パスは R1-R21-R22-R23-R24-R3 です。ラベル スタックの一番上のラベルは801024され、ノード SID に対応して R24 に到達します。801003ラベルは、R23 のノード SID に対応し、最短パス R23-R2-R3 で R3 に到達します。

隣接関係 SID の検証

デバイス R1 と IS-IS 隣接関係を持つデバイスの隣接 SID を検証します。

メモ:

SID の値は、構成設定によって異なる場合があります。

アクション

動作モードから、 コマンドを show isis adjacency detail 実行して、デバイスR1の隣接関係情報を表示します。

content_copy zoom_out_map
user@R1> show isis adjacency detail
R21
  Interface: ge-0/0/0.0, Level: 1, State: Up, Expires in 19 secs
  Priority: 0, Up/Down transitions: 3, Last transition: 07:06:07 ago
  Circuit type: 1, Speaks: IP, IPv6
  Topologies: Unicast
  Restart capable: Yes, Adjacency advertisement: Advertise
  IP addresses: 10.10.20.2
  Level 1 IPv4 Adj-SID: 299840

R31
  Interface: ge-0/0/1.0, Level: 1, State: Up, Expires in 22 secs
  Priority: 0, Up/Down transitions: 3, Last transition: 07:06:07 ago
  Circuit type: 1, Speaks: IP, IPv6
  Topologies: Unicast
  Restart capable: Yes, Adjacency advertisement: Advertise
  IP addresses: 10.10.30.2
  Level 1 IPv4 Adj-SID: 299808

R2
  Interface: ge-0/0/2.0, Level: 1, State: Up, Expires in 24 secs
  Priority: 0, Up/Down transitions: 3, Last transition: 07:06:07 ago
  Circuit type: 1, Speaks: IP, IPv6
  Topologies: Unicast
  Restart capable: Yes, Adjacency advertisement: Advertise
  IP addresses: 10.10.10.2
  Level 1 IPv4 Adj-SID: 299776
意味

隣接 SID は、セグメント ルーティング ドメイン内のデバイス R1 の各隣接関係に割り当てられます。

  • デバイスR21-299840
  • デバイスR31 - 299808
  • デバイスR2 - 299776

隣接 SID はローカルな意味を持ち、特定の発信インターフェイスに沿ってトラフィックを誘導するために使用できます。隣接関係 SID を設定しない場合、デフォルト(または設定済み)SRGB 範囲外の値で動的に割り当てられます。

隣接関係 SID を使用した TI-LFA ルートの検証

目的

R1 から R3 へのコンバージェンス後のパスのコストを増加させ、隣接 SID を使用して TI-LFA ルートを検証して、宛先に到達するプライマリ パスであるデバイス R3 を回避します。

アクション

設定モードから、デバイスR22とR23、ge-0/0/0を接続するインターフェイスのコストを増加させます。

content_copy zoom_out_map
[edit protocols]
user@R22# set protocols isis interface ge-0/0/0.0 level 1 metric 1000
user@R22# commit

運用モードから、 コマンドをもう show route 192.168.0.3 一度実行します。

content_copy zoom_out_map
user@R1> show route 192.168.0.3

inet.0: 38 destinations, 38 routes (38 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both

192.168.0.3/32     *[IS-IS/15] 10:44:56, metric 20
                    >  to 10.10.10.2 via ge-0/0/2.0

inet.3: 8 destinations, 8 routes (8 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both

192.168.0.3/32     *[L-ISIS/14] 00:00:31, metric 20
                    >  to 10.10.10.2 via ge-0/0/2.0, Push 801003
                       to 10.10.30.2 via ge-0/0/1.0, Push 801003, Push 299808(top)
意味

TI-LFA バックアップ パスは、デバイス R3 に到達するためにノード SID(801003)ではなく、隣接 SID(この場合は 299808)を使用するようになりました。これは、ノード SID は常に 2 つのノード間の最短パスを使用し、R22-R23 リンク コストが上昇すると、R1 への最短パスはプライマリ パスと重複するためです。TI-LFA は宛先に到達するためのプライマリ パスを取得できないため、隣接 SID を使用して R31-R34 をデバイス R3 に到達するための新しい収束後パスとして取得します。

footer-navigation