# exanic-debug-dump **Repository Path**: mirrors_CiscoDevNet/exanic-debug-dump ## Basic Information - **Project Name**: exanic-debug-dump - **Description**: Script to collect debugging information for ExaNIC cards - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ExaNIC Debug Dump The ExaNIC Debug Dump is a Python script that creates a gunzipped logfile containing useful debug information used to troubleshoot Exablaze ExaNIC devices. ## Quick Start You can create a debug dump using the following command: ``` curl https://raw.githubusercontent.com/exablaze-oss/exanic-debug-dump/master/exanic_debug_dump.py | python ``` The script will state the absolute filepath of the resulting debug dump. Upload this debug dump to the Cisco TAC support case for further review. ## Supported Python Versions This script can be run using Python 2 or Python 3. ## Versioning This script implements [SemVer](https://semver.org/). ## License This project is licensed under the GPLv2 license. See the [LICENSE](https://github.com/exablaze-oss/exanic-debug-dump/blob/master/LICENSE) file for details.