cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2146
Views
0
Helpful
3
Replies

Netflow 9200

Hello,i find  syntax for netflow for 9200 switches different.for some reason i am not seeing the flow in the PRTG.Secondly i am unable to apply monitoring from interfaces.for example

ip flow monitor monitor1 input

would not work in when i applied to gi1/0/3

it reads: 
ip flow monitor PRTG-MONITOR input
% Flow Monitor: Failed to add monitor to interface: Unsupported non-key field "interface input" for ip traffic in Input direction

@

Below is my configuration:

 

 


flow record PRTG-RTP
match ipv4 tos
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
collect transport tcp flags
collect counter bytes long
collect counter packets long
collect interface input
collect interface output
!
!
flow exporter PRTG_SERVER
destination 192.168.x.x
source Vlan30
transport udp 2055
template data timeout 60
!
!
flow monitor PRTG-MONITOR
exporter PRTG_SERVER
record PRTG-FLOW-RECORD
!
sampler PRTG-SAMPLER
mode random 1 out-of 32
export-protocol netflow-v9
Extended IP access list TCP_TRAFFIC
10 permit tcp any any

 

 

when I used the show flow exporter :

 

cisco-stack1#show flow exporter
Flow Exporter PRTG_SERVER:
Description: User defined
Export protocol: NetFlow Version 9
Transport Configuration:
Destination IP address: 192.168.x.x
Source IP address: 10.20.x.x
Source Interface: Vlan30
Transport Protocol: UDP
Destination Port: 2055
Source Port: 52113
DSCP: 0x0
TTL: 255
Output Features: Used
Export template data timeout

 

 

How do i resolve this? i am not seeing any flow in the PRTG

 

3 Replies 3

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

Have a look at this post. It is for the 9500 but it could work for you as well.

 

https://community.cisco.com/t5/network-management/flexible-netflow-configuration/td-p/3959538

HTH

Enter configuration commands, one per line. End with CNTL/Z.
cisco-stack1(config)#vlan configuration 1,30
cisco-stack1(config-vlan-config)#ip flow monitor PRTG-MONITOR input
% Flow Monitor: Flow Monitor 'PRTG-MONITOR' Unsupported non-key field "interface input" for ip traffic in Input direction

cisco-stack1(config-vlan-config)#

 

 

Any ideas please

Thanks..i still got the same error while trying to apply the interface configuratio

 

 

p flow monitor PRTG-MONITOR input
% Flow Monitor: Failed to add monitor to interface: Unsupported non-key field "interface input" for ip traffic in Input directio