Configuring Flow Exports on Avaya WLAN 8100
For NetFlow analysis, you need to configure your devices to export flows to the 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 WLAN 8100 using the following commands:
ip ipfix enable
ip ipfix collector 1 {NETFLOW_SERVER_IP} {NETFLOW_SERVER_LISTENER_PORT}
ip ipfix slot 1 aging-interval 60 export-interval 60 exporter-enable template-refresh-interval 60 template-refresh-packets 10000 - Enter global configuration mode on the router or the Multilayer Switch Feature Card, and execute the following commands for each interface on which you want to enable flow:
interface {INTERFACE_NAME}
ip ipfix portFor example
Interface GigabitEthernet 0/1
ip ipfix port 1
interface GigabitEthernet 0/2
ip ipfix port 2NoteTo enable flow export, it is necessary to configure the ip ipfix port <port_number> for each interface, specifying the respective port number associated with that interface.