Cisco 6500 CatOS Configuration
This document outlines the steps required to configure Cisco 6500 CatOS for MOTADATA_NETFLOW operations.
Enter global configuration mode:
config t
Create a flow record:
flow record MFErecord
match ipv4 tos
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 routing source as
collect routing destination as
collect routing next-hop address ipv4
collect ipv4 source mask
collect ipv4 destination mask
collect transport tcp flags
collect counter bytes
collect counter packets
collect timestamp sys-uptime first
collect timestamp sys-uptime last
Create a flow exporter:
flow exporter MFEexporter
destination {MOTADATA_NETFLOW_SERVER_IP}
source {LOOPBACK_INTERFACE_NAME}
export-protocol version-9
transport udp {MOTADATA_NETFLOW_SERVER_LISTENER_PORT}
template data timeout 60
Create a flow monitor:
flow monitor MFEmonitor
record MFErecord
exporter MFEexporter
cache timeout active 60
cache timeout inactive 15
Apply the flow monitor to the desired interface:
interface {INTERFACE_NAME}
ip flow monitor MFEmonitor input
After completing the configuration, navigate to Menu > Flow Explorer and select Explorer to view the active flow data.