05-17-2019 01:58 PM
I need help with the following error I'm configuring netflow in my network and when I assigned the configuration in the interface it shows me the following % Flow Monitor: Failed to add monitor to interface: internal error: field information missing
05-17-2019 06:36 PM - edited 05-18-2019 12:29 AM
Hi,
What is your netflow config and what device are you configuring?
Thanks
John
05-18-2019 06:08 PM
05-17-2019 11:26 PM
We have not have enough information to give you suggestion here, the error show something configured wrong here.
Please can you post below information ;
1. what is the device model
2. IOS/NXOS code version
3. your netflow configuration.
here is latest same config guide for referenence in case you like to refer :
05-18-2019 06:07 PM
Hello,
I have the next information.
1. what is the device model
Cisco Catalyst 9500-40X
2. IOS/NXOS code version
ios-xe version 16.09.02
3. your netflow configuration.
flow record HIT-NET-IN
match flow direct
match ipv4 tos
match transport destination-port
match transport source-port
collect counter bytes long
collect counter packets long
collect interface output
collect application dns domain-name
flow record HIT-NET-OUT
match flow direction
match interface output
match ipv4 destination address
match ipv4 protocol
match ipv4 source address
match ipv4 tos
match transport destination-port
match transport source-port
collect counter bytes long
collect counter packets long
collect interface input
collect application dns domain-name
*****************************************
flow exporter HIT-NET
source vlan X
destination X.X.X.X
transport udp 2055
export-protocol netflow-v9
***************************************
flow monitor Netflow-Monitor-In
exporter HIT-NET
cache timeout inactive 10
cache timeout active 60
record HIT-NET-IN
flow monitor Netflow-Monitor-Out
exporter HIT-NET
cache timeout inactive 10
cache timeout active 60
record HIT-NET-OUT
*********************************
The error is in this part.
interface ten1/0/5
ip flow monitor Netflow-Monitor-In input
% Flow Monitor: Failed to add monitor to interface: internal error: field information missing
ip flow monitor Netflow-Monitor-Out output
05-21-2019 08:54 AM
05-21-2019 08:59 AM
05-21-2019 09:01 AM
int ten1/0/1 < is the L3 interface ?
show you post show run int ten1/0/1
05-21-2019 10:07 AM
05-21-2019 11:01 AM
Try below config and let us know
interface Vlan 100
ip flow monitor Netflow-Monitor-In input
ip flow monitor Netflow-Monitor-Out output
05-21-2019 11:26 AM
05-21-2019 04:25 PM - edited 05-21-2019 04:27 PM
Look at a good example of netflow from solarwinds it woriks and tested as expected.
https://support.solarwinds.com/SuccessCenter/s/article/Examples-of-Flexible-NetFlow-Configuration
also look at the limitation as suggested.
05-21-2019 09:36 AM
05-21-2019 10:04 AM
05-21-2019 12:35 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide