Cisco ASA Netflow

Example for configuring Netflow on a Cisco ASA

!
 flow-export destination inside ip.ip.ip.ip 2055
 flow-export template timeout-rate 1
 flow-export delay flow-create 60
 logging flow-export-syslogs disable
!
 access-list netflow-export extended permit ip any any
 class-map netflow-export-class
 match access-list netflow-export
 policy-map netflow-policy
 class netflow-export-class
 flow-export event-type all destination ip.ip.ip.ip
 service-policy netflow-policy global
 flow-export enable
!

Comments are closed.