On Cisco ASA there is possibility to configure traffic capturing.
In this blog entry configuration for simple packet capture on Cisco ASA will be presented.
#To start and configure the capture
capture captra interface inside match ip 192.168.1.2 255.255.255.255 10.1.1.1 255.255.255.255
#To view captured packets
show capture captra
#To stop the configured capture
no capture captra interface inside
#To remove the configured capture
no capture captra
#To clear the capture buffer
clear capture captra
No comments:
Post a Comment