Cisco Nexus 5000シリーズ

 

以下は、Cisco Nexus 5000シリーズのフローコンフィグサンプルです。
詳細に関しましては機器ベンダー様へお問い合わせください。

 

feature netflow

flow timeout 60

 

flow exporter netflowexporter

destination {NFA serverIP}
transport udp 9996
source {Source interface}
version 9
template data timeout 60
option exporter-stats timeout 60
option sampler-table timeout 60
option interface-table timeout 60

 

flow record netflowrecord

match ipv4 source address
match ipv4 destination address
match ip protocol
match transport source-port
match transport destination-port
collect counter bytes
collect counter packets long
collect timestamp sys-uptime first
collect timestamp sys-uptime last

 

flow monitor netflowmonitor

record netflowrecord
exporter netflowexporter

 

sampler netflowsampler

mode 1 out-of 100

 

すべてのインターフェースで次のように設定

ip flow monitor netflowmonitor input sampler netflowsampler

 

注意:
装置でNetFlowライセンスが有効になっていることを確認します。
Ciscoライセンスの詳細については、こちらを参照の上、ベンダー様までご確認ください。