例:グローバル ルーティング プロトコル運用のトレース
この例では、グローバル ルーティング トレース操作を有効にしたときに作成されたファイルを一覧表示および表示する方法を示しています。
要件
ビュー権限が必要です。
概要
グローバル ルーティング プロトコル トレースを設定するには、階層レベルで traceoptions
ステートメントを [edit routing-options]
含めます。
traceoptions { file filename <files number> <size size> <world-readable | no-world-readable>; flag flag <disable>; }
ステートメントの traceoptions flag
フラグは識別子です。フラグを設定するためにコマンドを set
使用すると、すでに設定されている可能性のあるフラグは変更されません。次の例では、 タイマー トレース フラグの設定は、既に構成されている タスク フラグには影響しません。コマンドを delete
使用して特定のフラグを削除します。
[edit routing-options traceoptions]
user@host# show
flag task;
user@host# set traceoptions flag timer
user@host# show
flag task;
flag timer;
user@host# delete traceoptions flag task
user@host# show
flag timer;
この例では、ルーティング テーブルの変更を追跡するトレース ファイルを構成および表示する方法を示しています。この手順を適用して、トレース操作をサポートする Junos OS 階層レベルのトレース操作に適用できます。
トレース操作をサポートする階層レベルのリストを表示するには、設定モードでコマンドを help apropos traceoptions
入力します。
構成
CLI クイック設定
この例を迅速に設定するには、次のコマンドをコピーしてテキスト ファイルに貼り付け、改行を削除し、ネットワーク設定に一致するために必要な詳細情報を変更してから、コマンドを階層レベルで [edit]
CLI にコピーアンドペーストします。
set routing-options traceoptions file routing-table-changes set routing-options traceoptions file size 10m set routing-options traceoptions file files 10 set routing-options traceoptions flag route set routing-options static route 1.1.1.2/32 next-hop 10.0.45.6
トレース操作の構成
手順
次の例では、設定階層のさまざまなレベルに移動する必要があります。CLI のナビゲーションの詳細については、『Junos OS CLI ユーザー ガイド』の「設定モードでの CLI エディターの使用」を参照してください。
トレース操作を構成するには、以下の手順にしたがってください。
トレース操作を構成します。
[edit routing-options traceoptions] user@host# set file routing-table-changes user@host# set file size 10m user@host# set file files 10 user@host# set flag route
ルーティング テーブルに変更を加えるスタティック ルートを設定します。
[edit routing-options static] user@host# set route 1.1.1.2/32 next-hop 10.0.45.6
デバイスの設定が完了したら、設定をコミットします。
[edit] user@host# commit
トレース ファイルの表示
手順
トレース ファイルを表示するには、次の手順にしたがっています。
動作モードで、システム上のログ・ファイルをリストします。
user@host> file list /var/log /var/log: ... routing-table-changes ...
ルーティング テーブル変更ファイルの内容を表示します。
user@host> file show /var/log/routing-table-changes Dec 15 11:09:29 trace_on: Tracing to "/var/log/routing-table-changes" started Dec 15 11:09:29.496507 Dec 15 11:09:29.496507 Tracing flags enabled: route Dec 15 11:09:29.496507 Dec 15 11:09:29.533203 inet_routerid_notify: Router ID: 192.168.4.1 Dec 15 11:09:29.533334 inet_routerid_notify: No Router ID assigned Dec 15 11:09:29.533381 inet_routerid_notify: No Router ID assigned Dec 15 11:09:29.533420 inet_routerid_notify: No Router ID assigned Dec 15 11:09:29.534915 inet_routerid_notify: Router ID: 192.168.4.1 Dec 15 11:09:29.542934 inet_routerid_notify: No Router ID assigned Dec 15 11:09:29.549253 inet_routerid_notify: No Router ID assigned Dec 15 11:09:29.556878 inet_routerid_notify: No Router ID assigned Dec 15 11:09:29.582990 rt_static_reinit: examined 3 static nexthops, 0 unreferenced Dec 15 11:09:29.589920 Dec 15 11:09:29.589920 task_reconfigure reinitializing done ...
ログ ファイルの出力をフィルター処理します。
user@host> file show /var/log/routing-table-changes | match 1.1.1.2 Dec 15 11:15:30.780314 ADD 1.1.1.2/32 nhid 0 gw 10.0.45.6 Static pref 5/0 metric at-0/2/0.0 <ctive Int Ext> Dec 15 11:15:30.782276 KRT Request: send len 216 v104 seq 0 ADD route/user af 2 table 0 infot 0 addr 1.1.1.2 nhop-type unicast nhindex 663
オプションの照合条件を使用してコマンドを実行して、
monitor start
トレース操作をリアルタイムで表示します。user@host> monitor start routing-table-changes | match 1.1.1.2 Aug 10 19:21:40.773467 BGP RECV 0.0.0.0/0 Aug 10 19:21:40.773685 bgp_rcv_nlri: 0.0.0.0/0 Aug 10 19:21:40.773778 bgp_rcv_nlri: 0.0.0.0/0 belongs to meshgroup Aug 10 19:21:40.773832 bgp_rcv_nlri: 0.0.0.0/0 qualified bnp->ribact 0x0 l2afcb 0x0
静的ルートを非アクティブ化します。
user@host# deactivate routing-options static route 1.1.1.2/32 user@host# commit
*** routing-table-changes *** Dec 15 11:42:59.355557 CHANGE 1.1.1.2/32 nhid 663 gw 10.0.45.6 Static pref 5/0 metric at-0/2/0.0 <Delete Int Ext> Dec 15 11:42:59.426887 KRT Request: send len 216 v104 seq 0 DELETE route/user af 2 table 0 infot 0 addr 1.1.1.2 nhop-type discard filtidx 0 Dec 15 11:42:59.427366 RELEASE 1.1.1.2/32 nhid 663 gw 10.0.45.6 Static pref 5/0 metric at-0/2/0.0 <Release Delete Int Ext>
Enter キーを
monitor
押してモニター停止と入力して、コマンドを 停止します。[Enter] user@host> monitor stop
トラブルシューティングが完了したら、トレース ロギングを非アクティブ化して、システム リソースに不必要な影響を与えないようにすることを検討してください。
設定を非アクティブにすると、 非アクティブ なタグが設定に表示されます。
[edit routing-options] user@host# deactivate traceoptions user@host# commit
[edit routing-options] user@host# show inactive: traceoptions { file routing-table-changes size 10m files 10; flag route; } static { inactive: route 1.1.1.2/32 next-hop 10.0.45.6; }
トレース操作を再アクティブ化するには、 activate 設定モード ステートメントを使用します。
[edit routing-options] user@host# activate traceoptions user@host# commit
結果
設定モードから、コマンドを入力して設定を show routing-options
確認します。出力に意図した設定が表示されない場合は、この例の手順を繰り返して設定を修正します。
user@host# show routing-options traceoptions { file routing-table-changes size 10m files 10; flag route; } static { route 1.1.1.2/32 next-hop 10.0.45.6; }