Juniperルーターのエクスポート設定


 

Juniper装置上から、cflowd/jFlowをエクスポートする設定を紹介します。 サンプリングを有効にし、特定の宛先アドレスへフローデータをエクスポートするには、下記のコマンドを入力してください:

 

forwarding-options {
   sampling {
       input {
           family inet {
               rate 100;
               run-length 9;
               max-packets-per-second 7000;
           }
       }
       output {
           cflowd <destination address>{
               port <port number>;
               source-address <source address>;
               version <version number>;
               no-local-dump;
               autonomous-system-type origin;
           }
       }
   }
}

 

特定のインターフェースでサンプリングを有効にするには、下記ステップにしたがってください:

 

interfaces {
    ge-1/3/0 {
        vlan-tagging;
        unit 101 {
            vlan-id 101;
            family inet {
                sampling {
                    input;
                    output;
                }
                address 206.80.253.26/25
            }
        }
    }
}

 

詳細な情報は、 Juniper社ウェブサイト(cFlowについて)Juniper社ウェブサイト(V9について)を参照ください。

Copyright c ZOHO Japan Corporation All Rights Reserved. All Rights Reserved.
ManageEngine