Skip to content

Commit

Permalink
Merge pull request #5 from QualiSystems/dev
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Costya-Y committed Oct 24, 2018
2 parents 850711c + bf7fd9b commit 6f49dea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ To generate a recording, run one of the following commands depending on your SNM

For SNMP v1 and v2:
```
$ cloudshell-recorder new 127.0.0.1 --record-type=snmp --snmp-community=public
$ cloudshell_recorder new 127.0.0.1 --record-type=snmp --snmp-community=public
```
For SNMP v3:
```
$ cloudshell-recorder.exe new 192.168.42.235 --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.exe new 192.168.42.235 --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
$ cloudshell_recorder new --help
```

## License
Expand Down

0 comments on commit 6f49dea

Please sign in to comment.