Cisco ASA Capture
Setup access-list for the capture.
access-list capture extended permit ip host 10.2.8.10 host 192.168.10.1
access-list capture extended permit ip host 192.168.10.1 host 10.2.8.10
Associate the access-list with an interface
capture cap1 access-list capture interface inside
View the captured logs
show capture cap1
Clear the capture log
clear capture cap1
|