Usage: config snmp <options> <args>
The options parameter must be one of the following: configure | enable | disable | status
configure -v2 [ -c '<community string>' ]
Enables SNMP v2.
* c - Community string; The default Community string is 'public'.
-v3 -u '<username>' -p '<password>' [-a [MD5|SHA] -x [AES|DES] -X [password]]
Enables SNMP v3 with username and password.
* u - Username can include at most 32 alphanumeric characters.
* p - Password can include 8-12 alphanumeric characters.
* a - Optional password hash algorithm; Default SHA.
* x - Optional encryption algorithm; Default AES.
* X - Privacy password is used with the AES algorithm.
The privacy password can include 8-255 alphanumeric characters.
Special characters are not supported.
enable Enable SNMP.
disable Disable SNMP.
status Show the SNMP service status and Version information.
-h, --help Display this usage information.