cancel
Showing results for 
Search instead for 
Did you mean: 

How to use the packet-capture command

vencolin6
New Contributor

Hi everyone,

I'm trying to use the packet-capture remote command on an ICX 7550 switch, but every time I enable it, I receive the following message:

 

 
Please configure remote IP address before enabling remote packet capture

I've searched through the CLI help, configuration guides, and various documentation, but I haven't been able to find where the remote IP address is supposed to be configured.

2 REPLIES 2

MariaC862
Moderator
Moderator

Hi!

Thank you for posting,

The remote packet capture feature is intended for internal support/engineering use only, that's why you won't find detailed steps on the monitoring or command guides.

May I know what is the goal here? I can provide other methods to collect and monitor traffic that align better.

Maria Cordoba
Sr. TSE | RICXI | RCNI

va10462
New Contributor III

Hi Vencolin6,

Are you trying to mirror the port, if so you can use below configuration.

1/1/3 - pc connected port

1/1/2 -  src port

First configure mirror port - pc connected port

Go to src port and configure the monitor port as pc connected port

va10462_1-1782183423747.png

If you are trying to capture cpu punting packets then you can use below commands

8.x code

debug packet-capture filter none

debug packet-capture mode brief

debug packet-capture max 250

show cpu

8095, 9010, 10010 code

Debug dest ssh x     << 8095

- Dm raw mode brief

- Dm raw filter none

- Dm raw max 100

- Dm raw  all

-Dm raw

 

Thanks,

Vivek