In vRealize Network Insight, you can configure a netflow collector for Cisco 4500 series switches.
- To create the flow record
configure terminalflow record netflow-originalmatch ipv4 protocolmatch ipv4 source addressmatch ipv4 destination addressmatch transport source-portmatch transport destination-portmatch interface inputcollect transport tcp flagscollect counter bytescollect counter packetscollect timestamp sys-uptime firstcollect timestamp sys-uptime lastEnd - To create the flow exporter
configure terminalflow exporter e1destination <PROXY_IP>transport udp 2055end - To create the flow monitor
configure terminalflow monitor m1record netflow-originalexporter e1end - To configure the timeouts
configure terminalcache timeout inactive 30cache timeout active 60end - To configure the flow monitor for each interface on the ingress mode and the egress mode or at least the ingress mode
configure terminalinterface <INTERFACE_NAME>ip flow monitor m1 unicast inputend