Cisco 9000 ASRコンフィグ

次の手順で、ルーター フローの設定をしてください。

これらのルーターでNetFlowを有効にするには、次の3つのマップを設定する必要があります。

1:エクスポーター マップ

2:サンプラー マップ

3:フロー監視マップ

エクスポーター マップ

router(config)# flow exporter-map NFAEM
router(config-NFAEM )# destination 192.168.1.1
router(config-NFAEM )# source gi0/0
router(config-NFAEM )# transport udp 9996
router(config-NFAEM )# version v9
router(config-NFAEM-ver)# template data timeout 60
router(config-NFAEM -ver)# options interface-table timeout 60
router(config-NFAEM -ver)# exit

サンプラー マップ

router(config)# sampler-map NFASM
router(config-NFASM )# random 1 out-of 65535
router(config)# exit

フロー監視マップ

先に作成したエクスポーター マップがフロー監視マップに関連付けられていることに注意してください。

outer(config)# flow monitor-map NFAMM
router(config-NFAMM)# record ipv4               –>Configure the flow record map name for IPv4, IPv6, or MPLS. Use the ipv4-ipv6-fields keyword to collect IPv4 and IPv6 fields in an MPLS-aware NetFlow. 
router(config-NFAMM)# exporter NFAEM            –> Use the name you used for Exporter Map here
router(config-NFAMM)# cache timeout active 60
router(config-NFAMM)# cache timeout inactive 15
router(config-NFAMM)# exit

次の手順では、すべてのアクティブなインターフェースに監視マップとサンプラー マップを適用します。各インターフェースのコンフィグレーション モードに移動し、次のコマンドを適用します。

router(config)# interface Gi0/0
router(config-if)# flow ipv4 monitor NFAMM sampler NFASM ingress
router(config-if)# exit

設定はこれで完了します。NetFlow Analyzerでデータ受信を確認し、監視を始めてください。