M、MX、または T シリーズ ルーターでファイアウォール フィルターを指定して監視するトラフィックを選択する
ファイアウォールフィルターを定義する場合、監視する最初のトラフィックを選択します。ファイアウォールフィルターを設定するには、 階層レベルで filter
ステートメントを [edit firewall family inet]
含めます。監視対象となるフィルターされたトラフィックはすべて受け入れる必要があります。
[edit] firewall { family inet { filter input-monitoring-filter { term 1 { from { destination-address { 10.7.0.0/16; } } then { count counter1; accept; } } term 2 { from { destination-address { 10.6.0.0/16; } } then { count counter2; accept; } } } } }