Cisco ASA Firewalls Netflow Configuration - 5thColumn/Revolver-wiki-archive GitHub Wiki
Log into the CLI with an administrator account, then execute the following:
asa# conf t
asa(config)#
access-list Any_a extended permit ip any any
flow-export destination inside a.b.c.d 2055
! a.b.c.d is the revolver IP
! 2055 is the default netflow listener port on Revolver, change if necessary
class-map Any_c
match access-list Any_a
policy-map global_policy
class Any_c
flow-export event-type all destination a.b.c.d
asa(config)# exit
asa# wr