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

packet dump

daghighi.navid
Level 1
Level 1

Hi,

I am looking for an IOS command that would show me the content of specific packets (such as in Ethereal, but of course, less sophisticated).

Is there something more the DEBUG IP PACKET DETAIL (associated to an ACL) ?

Thank.

1 Accepted Solution

Accepted Solutions

simontibbitts
Level 1
Level 1

Hello.

You need to add the hidden 'dump' keyword to your debug.

http://www.cisco.com/en/US/docs/ios/12_0/debug/command/reference/dipdrp.html#wp4599

debug ip packet dump

It shows the packets in Hex (only packets that are process switched) You will have to decode the hex yourself or use wireshark text-to-capture.

Hope that helps.

Simon

View solution in original post

1 Reply 1

simontibbitts
Level 1
Level 1

Hello.

You need to add the hidden 'dump' keyword to your debug.

http://www.cisco.com/en/US/docs/ios/12_0/debug/command/reference/dipdrp.html#wp4599

debug ip packet dump

It shows the packets in Hex (only packets that are process switched) You will have to decode the hex yourself or use wireshark text-to-capture.

Hope that helps.

Simon

Review Cisco Networking for a $25 gift card