How can we help?

How to configure NetFlow on ADTRAN NetVanta routers

Follow

NetFlow v9 is supported on ADTRAN AOS firmware version 17.2.1 or higher.

These instructions assume:

If you have a shared collector and want to ensure that it receives netflow data to enable TrafficInsights, you will need to add the source IP address as a /32 in order for Auvik to register the flows from that specific address in the TrafficInsights portal. There may be some delay for the shared collector to receive the data after the change.

Note: Even if that source IP address is already being scanned, you must add a /32 targeting only the source IP address, due to some limitations, the collector can’t tell if it should be sent to site A or B.

Access your router CLI

  1. Telnet or SSH into your router.
  2. Enter privileged mode by typing enable and entering your enable password.

Enable netflow

  1. On your router, execute the following command. Replace AuvikCollectorIP with the IP of your Auvik collector and AuvikPort with one of the following ports: 2055, 2056, 4432, 4739, 6343, 9995, or 9996.
    interface ethernet 0/1
    ip ffe
    ip flow ingress auvik
    ip flow export destination <AuvikCollectorIP> <AuvikPort>
    ip flow cache timeout active 60
    ip flow export template timeout-rate 180
    ip flow cache sample one-out-of 1 random
    
    Exit
  2. Run the following command to confirm the configuration: show ip flow
  3. Exit configuration mode and save changes.
  4. Save the current running configuration to the startup configuration file: copy running-config startup-config

Reference:

 

Was this article helpful?
0 out of 2 found this helpful
Have more questions? Submit a request