cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
335
Views
5
Helpful
1
Replies

Existing access-traffic packet capture

Ramesh Babu
Level 1
Level 1

Dear Team,

I have to capture the traffic from the existing access-list.

We have 100 access-list with line number. 

EX:

access-list DMZ2_inbound line 18 extended permit tcp host 172.6.21.8 host 10.10.6.3 eq http

access-list DMZ2_inbound line 19 extended permit tcp host 172.9.21.6 host 10.10.3.7 eq https

access-list DMZ2_inbound line 20 extended permit tcp host 172.5.21.9 host 10.10.2.8 eq bgp

For example here i have to capture line number 19, please let me know how to do this ?

Kindly assist me.

Thanks & Regards,

Ramesh Babu.A.

1 Accepted Solution

Accepted Solutions

Ajay Saini
Level 7
Level 7

If you want to take captures on the interface, all you need is to set up captures accordingly, the access-list number does not matter.

example:

capture capdmz interface dmz match tcp host 172.9.21.6 host 10.10.3.7 eq 443

This is to capture the traffic that you have at line 19. 

There are more ways to capture the traffic if this is what you are looking for.

More at the below link:

https://supportforums.cisco.com/document/69281/asa-using-packet-capture-troubleshoot-asa-firewall-configuration-and-scenarios

HTH

-AJ

View solution in original post

1 Reply 1

Ajay Saini
Level 7
Level 7

If you want to take captures on the interface, all you need is to set up captures accordingly, the access-list number does not matter.

example:

capture capdmz interface dmz match tcp host 172.9.21.6 host 10.10.3.7 eq 443

This is to capture the traffic that you have at line 19. 

There are more ways to capture the traffic if this is what you are looking for.

More at the below link:

https://supportforums.cisco.com/document/69281/asa-using-packet-capture-troubleshoot-asa-firewall-configuration-and-scenarios

HTH

-AJ

Review Cisco Networking for a $25 gift card