Network Management
NetFlow data flow only appears in the Ingress or Egress interface
After installing NTA and collecting data, all or some devices are showing only in one direction, either Ingress or Egress. To be able to see data in both directions, follow the instructions below.
First published date
Last published date
Overview
After you install SolarWinds NetFlow Traffic Analyzer (NTA) and begin collecting your data, all or some devices show netflow data traveling in one direction: Into the device (Ingress) or out of the device (Egress).
Product section
Cause
This issue occurs because the device configuration is missing some commands. These commands vary, based on whether your LAN or WAN interface uses Cisco® IOS Flexible NetFlow technology.
This issue can occur if you have a device with LAN and WAN interfaces with no WAN interface commands.
| Interface | Command (without IOS Flexible Netflow) | Command (with IOS Flexible Netflow) |
| LAN ( Gig0/1) | ip flow ingress | ip flow monitor Netflow-Monitor input |
| WAN ( S0/0) | No command. | No command. |
This issue can also occur if you have a device with LAN and WAN interfaces and both interfaces include commands.
| Interface | Command (without IOS Flexible Netflow) | Command (with IOS Flexible Netflow) |
| LAN ( Gig0/1) | ip flow ingress | ip flow monitor Netflow-Monitor input |
| WAN ( S0/0) | ip flow egress | ip flow monitor Netflow-Monitor output |
Resolution
Update your device configurations, depending on whether your device uses WAN or LAN interface commands.
Configure devices with LAN interface commands only
If you have a device with LAN and WAN interfaces with no WAN interface commands, perform the following steps:
- Log in to the device.
- Verify the interface configuration.
- Add the appropriate commands to the LAN interface:
- If your interface does not use IOS Flexible NetFlow, add the following command: ip flow egress
- If your interface uses IOS Flexible NetFlow, add the following command: ip flow monitor NetFlow-Monitor input
- Ensure that the WAN interface does not include any commands.
Your configuration is completed.
Configure devices with WAN and LAN interface commands
If you have a device with LAN and WAN interfaces and both interfaces include commands, perform the following steps:
- Log into the device(s) in question.
- Change the WAN interface configuration by deleting the current commands and adding new commands:
- If your interface does not use IOS Flexible NetFlow, add the following command: ipflow ingress
- If your interface uses IOS Flexible NetFlow, add the following command: ip flow monitor NetFlow-Monitor input
- Do not edit the LAN interface configuration.
Your configuration is completed.
View network traffic data in both directions
You can configure your interfaces so that you can view network traffic data in both directions. Use the appropriate commands listed in the table below. For two or more interfaces, use the targeted command on each interface.
| Number of interfaces | Interface commands (without IOS Flexible Netflow) | Interface commands (with IOS Flexible Netflow) |
| One |
ip flow ingress ip flow egress | ip flow monitor 'name' input ip flow monitor 'name' output |
| Two or more | ip flow ingress | ip flow monitor 'name' input |