Simple Traffic Analysis on Cisco ASA

| 0 Comments | 0 TrackBacks

You can use the capture command on the Cisco ASA for some simple traffic analysis.

access-list capture_ip_traffic permit ip any any
capture capture_ip_traffic access-list capture_ip_traffic interface outside
show capture capture_ip_traffic

You can also copy the pcap file to a system and use Wireshark to analyze the traffic.

No TrackBacks

TrackBack URL: http://baldwinsung.com/cgi-bin/mt-tb.cgi/148

Leave a comment

Recent Entries

Synology MacOS X Client NFS Mount
To mount the Synology NFS export from MacOS X. Use the following options on from the command line: mount_nfs -P…
Enabling Spotlight on the Mac
cd /System/Library/LaunchDaemons sudo launchctl load -w com.apple.metadata.mds.plist sudo mdutil -E /…
Removing .DS_Store from Network Drives
Removing the .DS_Store files already created on your network drive. In the example below, specifically only list the smbfs based…