Difference between revisions of "Cisco NSEL Setup"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
Line 1: Line 1:
 +
[[Category:NetFlow Notes]]
 +
[[Category:Technical Notes]]
 +
 
NOTE: ASA needs to be running v8.3 or greater to use commands below
 
NOTE: ASA needs to be running v8.3 or greater to use commands below
  

Revision as of 15:22, 12 October 2018


NOTE: ASA needs to be running v8.3 or greater to use commands below

flow-export destination [Interface that connected to anuview e.g. inside or outside1] [anuview SERVER IP] [RECEIVER PORT (2055 is the standard port we use)] 
flow-export template timeout-rate 1
class-map netflow-export-class
match access-list netflow-export
policy-map global_policy
class netflow-export-class
flow-export event-type all destination [anuview SERVER IP] class class-default
flow-export event-type all destination [anuview SERVER IP]
access-list netflow-export extended permit ip any any

To view if packets are being sent:

show flow-export counters