Configure netflow export

Netflow is a feature that provides the ability to collect IP network traffic as it enters or exits an interface. There're several version of netflow protocols available. The most commonly used version is version 5, which is supported by all mbox product family (CMG/HSG/HSA).

There're two key components involved in using netflow for analyzing IP traffic:

When configuring netflow on interfaces, please take note of followings


CONFIGURATION EXAMPLES

Example on CMG/HSG:


mbox> enablembox#mbox# configurembox(config-if)# interface eth1mbox(config-if)# enablembox(config-if)# ip flow-export 1.1.1.1 9995

Example on HSA:


mbox> enablembox#mbox# configurembox(config-if)# interface br-lanmbox(config-if)# ip flow-export 1.1.1.1 9995

Where:

- 1.1.1.1 is the external collector IP address

- 9995 is the collectorport


TROUBLESHOOTING COMMANDS