Configuration Commands : flow-export

flow-export
Description
Use the flow-export command to configure the export of data to NetFlow collectors.
Syntax
flow-export active-flow-timeout <1-30 minutes>
flow-export destination {1 | 2} <Collector IP address> <Collector port>
no flow-export destination {1 | 2}
flow-export {disable | enable}
flow-export engine-id <0-255>
flow-export engine-type <0-255>
flow-export traffic-type <lan-rx | lan-tx | wan-rx | wan-tx>
no flow-export traffic-type <lan-rx | lan-tx | wan-rx | wan-tx>
Arguments
destination {1 | 2} <Collector IP address> <Collector port>
Use the no form of this command to disable the export of NetFlow records to either Collector 1 or Collector 2.
engine-id <0-255>
0 for RP, and
1 for VIP/LC.
traffic-type <lan-rx | lan-tx | wan-rx | wan-tx>
Use the no form of this command to turn off a specific interface’s flow exporting.
Defaults
When you enable flow exporting, it defaults to the WAN Tx interface.
Command Mode
Global Configuration Mode
See Also
See “show flow-export”.
Usage Guidelines
The appliance lets you turn on up to four interfaces for flow exporting. However, you must specify each interface by using a separate command.
Examples
To configure NetFlow Collector #2, located at 10.10.10.4, using port 146:
(config) # flow-export destination 2 10.10.10.4 146
To disable the export of NetFlow records to Collector #1:
(config) # flow-export destination 1
To turn on the WAN Tx and LAN Rx interfaces for flow exporting:
(config) # flow-export traffic-type wan-tx (carriage return)
(config) # flow-export traffic-type lan-rx

Please send comments or suggestions regarding user documentation to techpubs@silver-peak.com.