cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
389
Views
0
Helpful
1
Replies

PIX V 7.X debug question

s.surani
Level 1
Level 1

Hello Team,

I am trying to find the equivalnet of following command which was available on PIX 6.3

debug packet outside src X.X.X.X

on version 7.X this command is not available. Can some one please let me know what is the equivalent command of this.

Thank you

1 Reply 1

jwalker
Level 3
Level 3

This functionality can be accomplished by the following..

1. create an access list to define your interesting traffic

access-list mycapture extended ip host 172.16.0.1 host 172.16.0.2

2. make your packet capture using the ACL..

capture mycapture access-list mycapture buffer 2000000 packet-length 1518 interface inside

3. download the capture from the ASA by connecting to it using https

https://192.168.1.1/capture/mycapture/pcap

this downloads the capture in a form that Ethereal can use..

4. Analyze your capture using Ethereal...

This is a really nice way of looking at desired data... Thanks Cisco!!

If this helps, please rate.

Cheers.

Jay Walker

Review Cisco Networking for a $25 gift card