Cisco NCS 5500コンフィグ

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

Config t
flow exporter-map NFAexporter
destination {NETFLOW_SERVER_IP}
transport udp {NETFLOW_SERVER_LISTENER_PORT}
source {LOOPBACK_INTERFACE_NAME}
version 9
template data timeout 60
template options timeout 60
option sampler-table timeout 60

sample-map NFAsampler
random 1 out-of 100

flow monitor-map NFAmonitor
exporter NFAexporter
record ipv4
cache timeout active 60

ルーターまたはMSFCでグローバルコンフィグレーションモードを開始し、フローを有効にする各インターフェースに対して次のコマンドを発行します。

interface {INTERFACE_NAME}
flow ipv4 monitor NFAmonitor sampler NFAsampler ingress