06-04-2026 08:15 PM
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 captureI'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.
06-14-2026 10:49 AM
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.
06-22-2026 08:00 PM - edited 06-22-2026 08:01 PM
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
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
