Skip to main content

Cisco ASA Configuration

This document provides a step-by-step guide for configuring Cisco ASA settings to enable MOTADATA_NETFLOW and related logging features.

Enter configuration mode:

config t

Configure flow export details:

flow-export destination inside {MOTADATA_NETFLOW_SERVER_IP} {MOTADATA_NETFLOW_SERVER_LISTENER_PORT}
flow-export template timeout-rate 1
flow-export delay flow-create 15

Disable flow export of syslogs:

logging flow-export-syslogs disable

Create an access list for MOTADATA_NETFLOW export:

access-list MOTADATA_NETFLOW-export extended permit ip any any

Define a class-map for MOTADATA_NETFLOW export:

class-map MOTADATA_NETFLOW-export-class
match access-list MOTADATA_NETFLOW-export

Create a policy-map for global policy:

policy-map global_policy
class MOTADATA_NETFLOW-export-class
flow-export event-type all destination {MOTADATA_NETFLOW_SERVER_IP}

Exit configuration mode:

exit

After completing the configuration, navigate to Menu > Flow Explorer and select Explorer to view the active flow data.