cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1632
Views
0
Helpful
2
Replies

multiple netflow destination in asa

treca201420141
Level 1
Level 1

hi 

I am trying to configure two netflow destinations on asa 8.2 but only one work 

here is my configuration

 access-list flow_export_acl extended permit ip any any

access-list flow_export_acl-2 extended permit ip any any
flow-export destination xxxxxxx 10.30.1.45 2055

flow-export destination xxxxxxx 10.30.1.250 9996
flow-export delay flow-create 30
flow-export template timeout-rate 1
class-map flow_export_class
match access-list flow_export_acl
policy-map global_policy

class-map flow_export_class-2
match access-list flow_export_acl-2
class flow_export_class
flow-export event-type all destination 10.30.1.45

class flow_export_class-2
flow-export event-type all destination 10.30.1.250
service-policy flow_export_policy global

 

after that only the 10.30.1.45 worked and the other one 10.30.1.250 did not work untill I removed class flow_export_class from the policy-map 

so what is missing??????

1 Accepted Solution

Accepted Solutions

This is the right way to configure multiple destination. (one class map is
enough).

access-list netflow-export extended permit ip any any
!
class-map netflow-export-class
match access-list netflow-export
!
policy-map global_policy
class netflow-export-class
flow-export event-type all destination 10.10.150.11 10.10.150.12

View solution in original post

2 Replies 2

This is the right way to configure multiple destination. (one class map is
enough).

access-list netflow-export extended permit ip any any
!
class-map netflow-export-class
match access-list netflow-export
!
policy-map global_policy
class netflow-export-class
flow-export event-type all destination 10.10.150.11 10.10.150.12

Dear Mohammed

many thanks for your help

Review Cisco Networking for a $25 gift card