Cisco NGA 3240 Configuration
This document outlines the configuration steps for the Cisco NGA 3240 device, detailing the setup of flow collectors, exporters, records, and monitors.
Configure the flow collector:
flow collector MFECollector
address {MOTADATA_NETFLOW_SERVER_IP}
transport udp destination-port {MOTADATA_NETFLOW_SERVER_LISTENER_PORT}
exit
Configure the flow exporter:
flow exporter MFEExporter
version IPFIX
template-period 20
option-period 30
destination MFECollector
exit
Configure the flow record:
flow record ipv4 MFERecord
collect counter packets
collect counter bytes
collect ip max-ttl
collect ip min-ttl
collect timestamp sys-uptime first
collect timestamp sys-uptime last
collect transport tcp flags
match datalink mac-source
match datalink mac-destination
match datalink ethertype
match input-interface
match output-interface
match destination
match source
match ip protocol
match transport destination-port
match transport source-port
exit
Configure the flow monitor:
flow monitor MFEMonitor
exporter MFEExporter
record MFERecord
cache size 40
exit
Enable the flow monitor:
flow monitor MFEMonitor enable
After completing the configuration, navigate to Menu > Flow Explorer and select Explorer to view the active flow data.