Hi,
We currently use PRTG or monitoring and for some netflow. However we re trying to monitor a Cisco 4431
We have it in house to test before we roll it out to site, Im seeing the netflow stats output on the router using the
show flow monitor IPV4_monitor cache command
However cannot seem to get it to the output on the sensor. Below is my current config:
flow record P*****-FLOW-RECORD description record to monitor network traffic 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 match interface output collect routing source as collect routing destination as collect routing next-hop address ipv4 collect transport tcp flags collect counter bytes collect counter packets collect timestamp sys-uptime first collect timestamp sys-uptime last ! ! flow exporter IPV4_exporter description export Netflow traffic to CVD destination *.*.*.* source GigabitEthernet0/0/0 transport udp 11206 template data timeout 300 option interface-table timeout 1000 option exporter-stats timeout 1000 ! ! flow exporter IPV4_exporter2 description export Netflow traffic to HQ destination 10.230.21.50 transport udp 9997 template data timeout 300 option interface-table timeout 1000 option exporter-stats timeout 1000 ! ! flow monitor IPV4_monitor description Used for ipv4 traffic analysis exporter IPV4_exporter statistics packet protocol record P*****-FLOW-RECORD ! ! flow monitor IPV4_monitor2 description Used for ipv4 traffic analysis exporter IPV4_exporter2 statistics packet protocol record P*****-FLOW-RECORD ! interface GigabitEthernet0/0/0 (WAN) ip flow monitor IPV4_monitor input ip flow monitor IPV4_monitor output ! interface GigabitEthernet0/0/1 ip flow monitor IPV4_monitor input
I cannot get anything to the reader for love nor money. Please can some advise?
Add comment