Skip to content

QualiSystems/cloudshell-recorder

Repository files navigation

Build Status Coverage Status PyPI PyPI Dependency Status


quali

Cloudshell Recorder

The CloudShell Recorder is a command line utility tool used to record customer device responses to certain SNMP commands, for troubleshooting purposes.

Installing the CloudShell Recorder

  • Using pip: $ python -m pip install cloudshell-recorder
  • Download the compiled cloudshell_recorder.exe file from one of our Releases.

Producing an SNMP Recording

To generate a recording, run one of the following commands depending on your SNMP version:

For SNMP v1 and v2:

$ cloudshell_recorder new 127.0.0.1 --record-type=snmp --snmp-community=public

For SNMP v3:

$ cloudshell_recorder.exe new 10.10.2.35 --record-type=snmp --snmp-user=snmp_user_v3 --snmp-password=Password1 --snmp-private-key=Password2 --snmp-auth-protocol=SHA --snmp-priv-protocol=DES --destination-path=.\ --snmp-bulk

CloudShell Recorder Help

For additional information, run the following command to view the CloudShell Recorder help file:

$ cloudshell_recorder new --help

License

The CloudShell Recorder is licensed under the Apache License 2.0.