仮想回線接続検証(VCCV)の双方向フォワーディング検出(BFD)サポートにより、疑似配線の制御チャネルに加え、その制御チャネル上で使用する対応する運用および管理機能を設定できます。BFDは、疑似回線データパスの継続的な監視とデータプレーン障害の検出のための低リソースメカニズムを提供します。この機能は、RFC 5885、 Bidirectional Forwarding Detection (BFD) for the Pseudowire Virtual Circuit Connectivity Verification (VCCV)で説明されているように、VCCVの非同期モードBFDをサポートします。また、pingを使用して疑似配線の障害を検出することもできます。ただし、ping に必要な処理リソースは、BFD に必要な処理リソースよりも大きくなります。さらに、BFDは、VCCV pingよりも高速にデータプレーンの障害を検出できます。疑似配線向けBFDは、レイヤ2回線(LDPベース)でサポートされています。
- BFDセッション検出時間の適応のためのしきい値を指定します。
[edit protocols l2circuit neighbor IP-address interface interface-name oam bfd-liveness-detection]
user@host# set detection-time threshold milliseconds
例えば、OAM BFDライブネス検出の検出時間の閾値を40ミリ秒に設定するには:
[edit protocols l2circuit neighbor 192.0.2.1 interface ge-1/1/9.0 oam bfd-liveness-detection]
user@host# set detection-time threshold 40
- レイヤー2回線プロトコルの仮想回線IDを設定します。
[edit protocols l2circuit neighbor IP-address interface interface-name]
user@host# set virtual-circuit-id virtual-circuit-id
例えば、OAM BFDライブネス検出の仮想回線IDを1に設定するには:
[edit protocols l2circuit neighbor 192.0.2.1 interface ge-1/1/9.0 oam bfd-liveness-detection]
user@host# set virtual-circuit-id 1
- ローカルルーティングデバイスがhelloパケットを送信した後、レイヤー2回線のBFDセッションを確立したネイバーから応答を受信するまでの最小間隔を設定します。
[edit protocols l2circuit neighbor IP-address interface interface-name oam bfd-liveness-detection]
user@host# set minimum-interval milliseconds
例えば、OAM BFDライブネス検出の最小間隔を300ミリ秒に設定するには:
[edit protocols l2circuit neighbor 192.0.2.1 interface ge-1/1/9.0 oam bfd-liveness-detection]
user@host# set minimum-interval 300
- ローカルルーティングデバイスが、レイヤー2回線プロトコルのBFDセッションを確立したネイバーから応答を受信するまでの最小間隔を設定します。
[edit protocols l2circuit neighbor IP-address interface interface-name oam bfd-liveness-detection]
user@host# set minimum-receive-interval milliseconds
例えば、OAM BFDライブネス検出の最小受信間隔を10ミリ秒に設定するには:
[edit protocols l2circuit neighbor 192.0.2.1 interface ge-1/1/9.0 oam bfd-liveness-detection]
user@host# set minimum-receive-interval 10
- レイヤー2回線プロトコルに対して発信元インターフェイスがダウンを宣言する原因となる、ネイバーによって受信されないhelloパケットの数を設定します。
[edit protocols l2circuit neighbor IP-address interface interface-name oam bfd-liveness-detection]
user@host# set multiplier number
例えば、OAM BFDライブネス検出の乗数を3に設定するには:
[edit protocols l2circuit neighbor 192.0.2.1 interface ge-1/1/9.0 oam bfd-liveness-detection]
user@host# set multiplier 3
- 適応を無効にするように設定します。
[edit protocols l2circuit neighbor IP-address interface interface-name oam bfd-liveness-detection]
user@host# set no-adaptation
- ローカルルーティングデバイスが、BFDセッションを確立したネイバーにhelloパケットを送信する最小間隔を設定します。
[edit protocols l2circuit neighbor IP-address interface interface-name oam bfd-liveness-detection transmit-interval]
user@host# set minimum-interval milliseconds
例えば、OAM BFDライブネス検出の最小送信間隔を5ミリ秒に設定するには:
[edit protocols l2circuit neighbor 192.0.2.1 interface ge-1/1/9.0 oam bfd-liveness-detection transmit-intreval]
user@host# set minimum-interval 5
- BFDセッションの送信間隔を適応させるためのしきい値を指定します。
[edit protocols l2circuit neighbor IP-address interface interface-name oam bfd-liveness-detection transmit-interval]
user@host# set threshold milliseconds
例えば、OAM BFDライブネス検出の送信間隔しきい値を30ミリ秒に設定するには:
[edit protocols l2circuit neighbor 192.0.2.1 interface ge-1/1/9.0 oam bfd-liveness-detection transmit-intreval]
user@host# set threshold 30