hi all
I am trying to configure Netflow on my CSR 1000v in order to monitor it through an application called Whatsup Gold
I have seen the USer Manual Guide for the Netflow Command configuration,
! Create flow monitor
enable
configure terminal
flow monitor application-mon
description app traffic analysis
cache timeout active 60
! Define the flow record:
enable
configure terminal
flow monitor application-mon
flow record nbar-appmon
description NBAR Flow Monitor
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 application name
collect interface output
collect counter bytes
collect counter packets
collect transport tcp flags
collect routing source as
collect routing destination as
exit
flow monitor application-mon
record nbar-appmon
! Create a flow exporter:
enable
configure terminal
flow exporter export-to-ipswitch-flow-monitor
description Flexible NF v9
destination 192.168.1.18
source GigabitEthernet 1
transport udp 9996
template data timeout 120
option interface-table
option exporter-stats timeout 120
option application-table timeout 120
! configure the flow monitor to use the new flow exporter
configure terminal
exporter export-to-ipswitch_flow_monitor
everything was configured fine, except the last command which is exporter export-to-ipswitch_flow_monitor
the router refused this, ??
is there altrenative solution ?