DOC-USR-0214-04
___________________________________________________________________________________________
Z3 Technology, LLC
♦
100 N 8
th
ST, STE 250
♦
Lincoln, NE 68508-1369 USA
♦
+1.402.323.0702
35
Figure 29 Reboot Screen Example
SNMP V3
SNMP V3 can be used with the DME-10-G.
Ensure SNMP is Enabled
On the
System Setup
tab, under device management, make sure that “Enable SNMP” is set to “TRUE”. For
SNMP v3 features check the checkbox “Enable SNMP v3”.
The following entries for “Engine ID”, “SNMP v3 User”, etc are specifically for SNMP v3 traps.
Restarting SNMP via command line
Restarting SNMP applies the changes made to users and restarting via the command line can be more
efficient than restarting by navigating to the web UI’s System Setup tab and changing Enable SNMP. To stop
SNMP from the command line as root user run the following command:
~ # lua -e "package.path = package.path .. ';'..[[/opt/z3scripts/?.lua]]" -l
"z3util" -e "set_snmp('false')"
To start SNMP from the command line as root user run the following command:
~ # lua -e "package.path = package.path .. ';'..[[/opt/z3scripts/?.lua]]" -l
"z3util" -e "set_snmp('true')"