Configuring Flow Exports on Avaya Switches
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 IP Flow Information Export (IPFIX) on Avaya switches using the following commands:
ip ipfix enable
ip ipfix sampling-rate 1024
ip ipfix active-timeout 1
ip ipfix export-interval 15
ip ipfix collector {NETFLOW_SERVER_IP} dest-port {NETFLOW_SERVER_LISTENER_PORT} enable
ip ipfix collector protocol UDP
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 ipfix enable