Difference between revisions of "Cisco NSEL Setup"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Category:NetFlow]]
 +
[[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
  
Line 11: Line 14:
 
  access-list netflow-export extended permit ip any any
 
  access-list netflow-export extended permit ip any any
  
To View if packets are being sent:
+
To view if packets are being sent:
  
 
  show flow-export counters
 
  show flow-export counters

Latest revision as of 11:47, 23 November 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