Difference between revisions of "Cisco NSEL Setup"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
Line 11: Line 11:
 
  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

Revision as of 08:50, 13 October 2016

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