Cisco 881 ISR コンフィグ

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

 

flow record RECORD-1
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
match interface input
collect interface output
collect counter bytes long
collect counter packets
collect timestamp sys-uptime first
collect timestamp sys-uptime last

flow exporter EXPORTER-1
destination {NETFLOW_SERVER_IP}
source {LOOPBACK_INTERFACE_NAME}
transport udp {NETFLOW_SERVER_LISTENER_PORT}
template data timeout 60

flow monitor MONITOR-1
exporter EXPORTER-1
cache timeout active 60
record RECORD-1

ルーターまたはMSFCでグローバル コンフィグレーション モードを開始し、フローを有効にする各インターフェースに対して次のコマンドを発行します。
interface {INTERFACE_NAME}
ip flow monitor MONITOR-1 input