cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
306
Views
0
Helpful
3
Replies

How do you enable/upload packet captures on ASA5520

swharvey
Level 3
Level 3

I need to setup packet sniffs on the inside and outside interfaces of the ASA for both inside and outside interface monitoring. What is the syntax for the monitoring, and how do I save/copy the .pcap file off the asa? Also, how do you specify the random source port (gt1023)?

Here's my stab at an inside example:

packet-tracer input inside udp 10.1.0.1 xxx 207.1.1.1 sip detailed

Also, can I run an inside and outside trace simultaneously?

Thanks,

-Scott

1 Accepted Solution

Accepted Solutions

Scott,

After setting the capture

browse to

http://ipadd of pix/capture/pcap/sip-trace

Make sure you have http enabled on that interface you are trying to access.

Rate it, if this helps!!

gilbert

View solution in original post

3 Replies 3

swharvey
Level 3
Level 3

I think I got the trace right (correct me if I'm wrong), but need to figure out how to get it off the box:

capture sip-test trace access-list sip-trace interface inside

access-list sip-trace permit udp 10.1.1.1 gt 1023 207.1.1.1 eq 5060

Thanks,

-Scott

Scott,

After setting the capture

browse to

http://ipadd of pix/capture/pcap/sip-trace

Make sure you have http enabled on that interface you are trying to access.

Rate it, if this helps!!

gilbert

Thanks Gilbert,

I found that I didn't need the trace command in the capture settings, and I used https://ipaddy/cap/capname and that did the trick.

Thanks again!

-Scott