Differences between revisions 4 and 5
Revision 4 as of 2012-03-03 21:29:29
Size: 1140
Editor: PieterSmit
Comment: Cisco 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 26: Line 26:

== 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)