Skip to content

Instantly share code, notes, and snippets.

@Avyd
Created July 22, 2014 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Avyd/5e296e98b26574e17010 to your computer and use it in GitHub Desktop.
Save Avyd/5e296e98b26574e17010 to your computer and use it in GitHub Desktop.
Cisco_ASA_connection_dump_with_ACLs
# Cisco ASA dumping
access-list whatever permit ip 192.168.12.0 255.255.255.0 any
access-list whatever permit ip any 192.168.12.0 255.255.255.0
capture whatever access-l whatever circular-buffer interface outside buffer 64000 real-time
# Remove ACL and stop capture
no access-list whatever permit ip 192.168.12.0 255.255.255.0 any
no access-list whatever permit ip any 192.168.12.0 255.255.255.0
no capture whatever
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment