Netflow configuration on Extreme Switches is really simple.
See Extreme Networks Netflow Documentation 1)
set netflow export-interval 1 set netflow export-destination 10.10.100.100 2055 set netflow export-version 9 set netflow port *.*.* enable rx set netflow cache enable set netflow template timeout 1
Notes
set netflow port *.*.* enable rx
– you can use rx tx
or both
to select Ingress,Egress, Both directions