Configuring Flow Exports in Adtran Netvanta Router

For NetFlow analysis, you need to configure your devices to export flows to Site24x7 On-Premise Poller, which is the NetFlow collector. The On-Premise Poller will be listening to the particular port to receive flows. Learn how to find the port number of your On-Premise Poller.

Configure flows (NetFlow v9) on AdTran NetVanta router devices using the following commands:

Config t
ip flow export
ip flow export destination {NETFLOW_SERVER_IP} {NETFLOW_SERVER_LISTENER_PORT} source {LOOPBACK_INTERFACE_NAME}
ip flow export template refresh-rate 30
ip flow export template timeout-rate 60
ip flow cache sample one-out-of 10 random
ip flow cache timeout active 1
ip flow cache timeout inactive 15

Enter global configuration mode on the router or Multilayer Switch Feature Card (MSFC), and issue the following commands for each interface on which you want to enable flow:

interface {INTERFACE_NAME}
ip flow ingress
Was this document helpful?
Thanks for taking the time to share your feedback. We’ll use your feedback to improve our online help resources.