Problem:
Some of my interfaces are not showing any "OUT" data, but show "IN" data like below:
<Please see attached file for image>
Environment:
Any RA or NFA Environment
Cause:
This is usually caused by improper Ingress and Egress settings on the Netflow Enabled device.
Additional Information:
See also TEC562174
Resolution:
show ip flow export
"ip flow ingress" only on ALL active interfaces (Active meaning, interfaces that have an IP address and are UP)
"ip flow egress" only on ALL active interfaces (Active meaning, interfaces that have an IP address and are UP)
To verify this get the outputs of the following commands from your Netflow enabled device:
show ip interface brief
show ip flow interface
Verify that each interface that has an IP address and that is UP in the output of the "show ip interface brief" command is set to either all "ip flow ingress" and "ip flow egress", even if you do not wish to monitor that interface in NFA.
Also verify that you do not have both "ingress" and "egress" set on any interface.
To verify this get the output of "show ip flow interface" command and verify that both "ingress" and "egress" are set on the interface you wish to monitor.
You should not have any interfaces set to only using "ingress" or only use "egress".