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:

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