Documentation update

This commit is contained in:
Steve
2018-02-14 17:08:04 +00:00
parent 08d1f9a5c8
commit b0aeee8435
@@ -25,12 +25,16 @@
The SNMP protocol version. Accepted values are '1' or '2c'.
**CHUNKSIZE**
The maximum amount of payload bytes to write in a single operation. This value was found through experimentation and may not be suitable in all environments.
Note that cmdstager payloads are modified to allow further escaping, so the values limits may change between cmdstager flavors.
Possibly related to: [https://sourceforge.net/p/net-snmp/bugs/2542/]
The maximum amount of payload bytes to write in a single operation. This value was found through experimentation and may not be suitable in all environments, but should hopefully work for all cmdstager flavors
Note that cmdstager payloads are modified to allow further escaping, so the values limits may also change between cmdstager flavors.
This is possibly related to the following bug: [https://sourceforge.net/p/net-snmp/bugs/2542/].
**TIMEOUT**
Specifies the maximum time to allow SNMP to timeout.
Specifies the maximum time to allow SNMP to timeout.
**SHELL**
The shell to call for the client. Defaults to '/bin/bash'
## Scenario