Dear Team,
Could you please share us the configuration guide for the NetFlow Router. The current configuration is as below:
flow record NETFLOW-RECORD-IN
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 counter bytes long
collect counter packets long
collect timestamp sys-uptime first
collect timestamp sys-uptime last
!
!
CORNICHE-ADSL-RTR#sh inv
NAME: "CISCO3945-CHASSIS", DESCR: "CISCO3945-CHASSIS"
flow record NETFLOW-RECORD-OUT
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 counter bytes long
collect counter packets long
!
!
flow exporter NTAexport
destination 10.30.100.125
source GigabitEthernet0/2
transport udp 2055
template data timeout 60
!
!
flow monitor NETFLOW-MON-IN
record NETFLOW-RECORD-IN
exporter NTAexport
cache timeout active 60
!
!
flow monitor NETFLOW-MON-OUT
record NETFLOW-RECORD-OUT
exporter NTAexport
cache timeout active 60