Difference between revisions of "Cisco NSEL Setup"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
(Created page with "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] ...")
 
Line 1: Line 1:
 
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
  
flow-export destination [Interface that connected to Anuview e.g. inside or outside1] [AnuView SERVER IP] [AUDITOR RECEIVER PORT (2055 is the standard port we use)] flow-export template timeout-rate 1
+
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
+
class-map netflow-export-class
 
+
match access-list netflow-export
match access-list netflow-export
+
policy-map global_policy
 
+
class netflow-export-class
policy-map global_policy
+
flow-export event-type all destination [anuview SERVER IP] class class-default
 
+
flow-export event-type all destination [anuview SERVER IP]
class netflow-export-class
+
access-list netflow-export extended permit ip any any
 
+
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:
 
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