オプション: 複数のバイパス LSP、手動バイパス LSP、リンク保護の優先度を設定する
リンク保護されたRSVP LSPには、複数のバイパスLSPパスを設定できます。このオプションを有効にすると、RSVP はリンク保護された LSP に対して複数のバイパスを同時にシグナリングします。設定するには、まず、[edit protocols mpls label-switched-path lsp-name]
階層レベルでlink-protection
またはnode-link-protection
ステートメントを含めて、リンク保護またはノードリンク保護を有効にします。複数のバイパスを含むようにRSVPインターフェイスを設定するには、[edit protocols rsvp interface interface-name link-protection]
階層レベルでbandwidth
ステートメントを含めて、バイパスが消費する帯域幅を指定します。作成できるバイパスの総数を制限するには、[edit protocols rsvp interface interface-name link-protection]
階層レベルでmax-bypasses
ステートメントを含めます。
その他のバイパスオプションには、バイパスLSPが通過する最大ホップ数の制限、ノードリンク保護の選択的禁止、バイパスLSP間で定期的にデータを再分配するタイマーの設定、バイパスLSPのストリクトパスまたはルーズパスの要求、バイパスLSPに必要な帯域幅の割合の設定などがあります。設定するには、[edit protocols rsvp interface interface-name link-protection]
階層レベルでそれぞれ、hop-limit
、no-node-protection
、optimize-timer
、path
、subscription
ステートメントを含めます。
別のオプションは、バイパスLSPを手動で指定することです。設定するには、[edit protocols rsvp interface interface-name link-protection bypass bypass-name]
階層レベルでto
およびbandwidth
ステートメントを含めます。オプションで、手動バイパスLSPのホップ制限とパスタイプを指定できます。オプションを設定するには、[edit protocols rsvp interface interface-name link-protection bypass bypass-name]
階層レベルでhop-limit
およびpath
ステートメントを含めます。
リンク保護優先度は、トラフィック制御クラスマトリクスにおいて、優先度とクラスの優先的な組み合わせを提供することができます。バイパスLSPを選択する場合、ルーティングプラットフォームは優先度の最も低いバイパスを選択します。すべてのバイパスLSPパスにリンク保護優先度を設定するには、[edit protocols rsvp interface interface-name link-protection]
階層レベルでpriority
ステートメントを含めます。手動で指定したバイパスLSPパスのリンク保護優先度を設定するには、[edit protocols rsvp interface interface-name link-protection bypass bypass-name]
階層レベルでpriority
ステートメントを含めます。
[edit protocols] mpls { label-switched-path lsp-name { (link-protection | node-link-protection); } } rsvp { interface interface-name { link-protection { bandwidthbps
; bypassbypass-name
{ toip-address
; bandwidthbps
; hop-limitmaximum-hops
; # The default value is 255 hops. pathip-address
{ (loose | strict); } prioritypriority
; } hop-limitmaximum-hops
; # The range is 2 hops to the default (255 hops). max-bypassesnumber
; # The range for this statement is 1 to 99. no-node-protection; optimize-timerseconds
; # The default value of 0 disables this option. pathip-address
{ (loose | strict); } subscriptionpercent
; # The range for this statement is 1 to 65535. } } }
複数のバイパス LSP、手動で設定されたバイパス LSP、およびリンク保護の優先度の詳細については、 Junos MPLS アプリケーション設定ガイドを参照してください。