Monday, November 8, 2010

ASA Capture Examples

Below are a couple of ASA caputre examples. This is meant for more of a copy and paste function then an overall capture tutorial.

access-list based
1.access-list capture1-acl permit ip host [ip] host [ip]
2.capture capture1 type access-list capture1-acl interface [interface]
 
host / port based
1.capture capture2 [interface] match ip host [ip] host [ip]
2.capture capture3 [interface] match udp host [ip] host [ip] eq 500

No comments: