Skip to content

QualiSystems/cloudshell-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bad4836 · Oct 30, 2019

History

60 Commits
Oct 30, 2019
Mar 5, 2019
Oct 1, 2018
Oct 13, 2018
Oct 1, 2018
Oct 1, 2018
Feb 7, 2019
Oct 1, 2018
Oct 4, 2018
Apr 5, 2019
Oct 25, 2019
Oct 30, 2019
Oct 13, 2018
Oct 30, 2019

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.