This article describes how to collect diagnostic logs from a switch running NVIDIA Cumulus Linux. These logs are typically required by NVIDIA Networking Support for troubleshooting switch-level issues such as port flaps, routing problems, fabric instability, or software faults.
This procedure applies to:
NVIDIA switches running Cumulus Linux
Environments using CLI (SSH) access to the switch
Scenarios requiring system, networking, and hardware diagnostics
SSH access to the Cumulus Linux switch
Administrative (sudo) privileges
Open a terminal.
Connect to the switch using SSH:
ssh cumulus@<switch-management-ip>Elevate privileges if required:
sudo -iCollect basic system information:
hostname
cat /etc/os-release
uname -aCumulus Linux provides a built-in command to collect comprehensive logs.
Run the following command:
sudo cl-supportThis command:
Collects system logs
Captures network configuration
Gathers hardware and interface information
Packages everything into a compressed archive
The output file is typically generated under:
/var/support/Confirm the file exists and is non-empty:
ls -lh /var/support/We can download the log file using an FTP tool like MobaXterm:
Log into the switch using MobaXterm
From the left tab go to path /var/support/
Locate the support file
Right click → Download
The support file will be downloaded into your system
Always run cl-support before rebooting the switch.
Do not modify the generated archive.
Ensure timestamps align with the reported incident.
Store log bundles securely, as they may contain sensitive configuration data.