Agent Tech Support Generator
The agenttechsupport generator tool is a data collector to run when an issue is to be opened with TAC or R&D. The tool collects various logs and command output from the agent.
The authentication tokens are redacted from the collected logs.
When reporting an issue, the report must be generated before stopping or restarting the container.
Generating a Report
To generate a report, call the agenttechsupport tool:
# sudo docker exec -it <CONTAINER ID> agenttechsupport
Report generated:
-----------------
/tmp/techsupport/agentTechsupport_20221220-194817.bz2
To retreive the techsupport, from the host, run the following command:
$ docker cp <CONTAINER ID>:<PATH TO REPORT> .
The generated file location displays after report-generation is completed. Depending on system load, the generation can take a few minutes.
Copying the Report Out of the Container
To copy the report out of the container, use the following command from the host:
# sudo docker cp <CONTAINER ID>:<PATH TO REPORT> <local path>
This report must be attached to any opened issues.
List and Remove/Clean-up Reports
Reports can accumulate. Use the --list and --clean options to show and delete all the generated reports.
# sudo docker exec -it <CONTAINER ID> agenttechsupport --list
Available Reports
--------------------------------------------
/tmp/techsupport/agentTechsupport_20221220-202546.bz2
/tmp/techsupport/agentTechsupport_20221220-194817.bz2
# sudo docker exec -it <CONTAINER ID> agenttechsupport --clean
#
© 2026 Cisco and/or its affiliates. All rights reserved.
For more information about trademarks, please visit: Cisco trademarks
For more information about legal terms, please visit: Cisco legal terms