Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2012-03-03 21:29:00
Size: 1050
Editor: PieterSmit
Comment: Add QOS Link
Revision 5 as of 2012-03-04 22:28:22
Size: 1467
Editor: PieterSmit
Comment: Add capture example
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:
 * http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/conns_qos.html

== Capture ==
{{{
(on shell connection)
 conf t
 access-list 99 extended permit tcp any host 10.0.0.1 eq 25
Ctrl-Z
capture TEST int inside access-list 99 buffer 1024000

Then try the connection to the outside IP from the app server, once that fails, do a "show capture TEST"
(to disable, do "no capture TEST")
}}}

Cisco ASA Firewall

QOS

Capture

(on shell connection)
 conf t
 access-list 99 extended permit tcp any host 10.0.0.1 eq 25
Ctrl-Z
capture TEST int inside access-list 99 buffer 1024000

Then try the connection to the outside IP from the app server, once that fails, do a "show capture TEST"
(to disable, do "no capture TEST")

...

cisco/ASA (last edited 2014-10-03 08:24:56 by PieterSmit)