ノンストップ アクティブ ルーティング同期イベントのトレース
ルーティング エンジン間のノンストップ アクティブ ルーティング同期の進行状況を追跡するには、サポートされている各プロトコルと BFD セッションに対してノンストップ アクティブ ルーティング トレース オプション フラグを設定し、これらの操作をログ ファイルに記録します。
サポートされているルーティング プロトコルでノンストップ アクティブ ルーティング トレース オプションを設定するには、[edit protocols protocol-name traceoptions flag] 階層レベルで nsr-synchronization ステートメントを含め、オプションで 1 つ以上の detail、disable、receive、send オプションを指定します。
[edit protocols]
bgp {
traceoptions {
flag nsr-synchronization <detail> <disable> <receive> <send>;
}
}
isis {
traceoptions {
flag nsr-synchronization <detail> <disable> <receive> <send>;
}
}
ldp {
traceoptions {
flag nsr-synchronization <detail> <disable> <receive> <send>;
}
}
mpls {
traceoptions {
flag nsr-synchronization;
flag nsr-synchronization-detail;
}
}
msdp {
traceoptions {
flag nsr-synchronization <detail> <disable> <receive> <send>;
}
}
(ospf | ospf3) {
traceoptions {
flag nsr-synchronization <detail> <disable> <receive> <send>;
}
}
rip {
traceoptions {
flag nsr-synchronization <detail> <disable> <receive> <send>;
}
}
ripng {
traceoptions {
flag nsr-synchronization <detail> <disable> <receive> <send>;
}
}
pim {
traceoptions {
flag nsr-synchronization <detail> <disable> <receive> <send>;
}
}
BFDセッションのノンストップ・アクティブ・ルーティング・トレース・オプションを構成するには、[edit protocols bfd traceoptions flag]階層レベルでnsr-synchronizationおよびnsr-packetステートメントを含めます。
[edit protocols]
bfd {
traceoptions {
flag nsr-synchronization;
flag nsr-packet;
}
}
BGP によってアドバタイズされたルートから複製されたレイヤー 2 VPN シグナリング状態をトレースするには、[edit routing-options traceoptions flag] 階層レベルで nsr-synchronization ステートメントを含めます。また、このフラグは、VPLSがカーネルレプリケーション状態から受信するラベルと論理インターフェイスの関連付けをトレースします。
[edit routing-options] traceoptions { flag nsr-synchronization; }