05-21-2019 08:13 AM
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-21-2019 08:16 AM
- Post the configuration commands which you tried for Netflow on the particular interface. Also include switch model and software version.
M.
05-21-2019 08:20 AM
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:47 AM
Hello Robin,
have you enabled IPv4 routing on yur device?
according to configuration guide
The networking device must be configured for IPv4 routing.
One of the following must be enabled on your device and on any interfaces on which you want to enable Flexible NetFlow: Cisco Express Forwarding or distributed Cisco Express Forwarding.
see
There is also a list of Restrictions for Flexible netflow.
It is only the ingress netflow command rejected or both ?
If only the ingress direction fails Something in the flow record definition is missing.
Hope to help
Giuseppe
05-21-2019 08:48 AM
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