Open Frames Download Complete PDF Send Feedback Print This Page

Previous

Next

Configuring Netflow Export - CLI (netflow)

To add a collector:

add netflow collector ip VALUE port VALUE [srcaddr VALUE export-format VALUE]

To delete a collector:

delete netflow collector [for-ip VALUE [for-port VALUE]] 

To change settings of a collector:

set netflow collector [for-ip VALUE [for-port VALUE]]
   export-format VALUE
   srcaddr VALUE
 
set netflow collector [for-ip VALUE]
   port VALUE
 
set netflow collector
   ip VALUE

Parameter

Description

ip VALUE

The IPv4 address to which NetFlow packets are sent. This is mandatory.

port VALUE

The UDP port number on which the collector is listening. This is mandatory. There is no default or standard port number for NetFlow.

srcaddr VALUE

Optional: The IPv4 address of the NetFlow packets source. This must be an IP address of the local host. The default (which is recommended) is an IP address from the network interface on which the NetFlow traffic is going out.

export-format VALUE

The NetFlow protocol version to send: 5 or 9. Each has a different packet format. The default is 9.

for-ip VALUE
for-port VALUE

The for-ip and for-port parameters specify the collector that the command operates on. If you only have one collector configured, you do not need these parameters. If you have two or three collectors with different IP addresses, use for-ip. If you have two or three collectors with the same IP address and different UDP ports, you must use for-ip and for-port to identify the one you want to work on.

 
Top of Page ©2014 Check Point Software Technologies Ltd. All rights reserved. Download Complete PDF Send Feedback Print