FA-LSPのラベルスイッチパスの定義
次に、 階層レベルで ステートメント[edit protocols mpls] を含めて label-switched-path FA-LSP を定義します。階層レベルの ステートメント[edit protocols mpls label-switched-path] にtoピアのルーターIDを使用します。パケットLSPは単方向であるため、ピアに到達するために1つのFA-LSPを作成し、ピアから戻るために2番目のFA-LSPを作成する必要があります。
[edit]
protocols {
mpls {
label-switched-path lsp-name {
from ip-address;
to ip-address;
primary path-name;
secondary path-name;
no-cspf; # This statement to disable CSPF is optional.
}
}
}