User`s guide
13-3
Operation via SNMP
13.3.3. Modifying Users
For the index corresponding to the user you wish to modify, issue a SET request on
the desired parameters to be modified. Once complete, issue a SET request on the
userSubmit object.
13.3.4. Deleting Users
For the index corresponding to the user you wish to delete, issue a SET request on the
username with a blank string. Once complete, issue a SET request on the userSubmit
object.
13.4. Circuit Control via SNMP
13.4.1. Circuit Status/Control
ON, OFF, BOOT, and DEFAULT commands can be issued for circuits via SNMP. Circuits
are arranged in a table of N rows, where N is the number of circuits in the system.
Circuit parameters are described below.
• plugTable::plugID – String indicating the circuit's ID.
• plugTable::plugName – String indicating the circuit's user-defined name.
• plugTable::plugStatus – Current state of the circuit.
0 – Circuit is OFF
1 – Circuit is ON
• plugTable::plugAction – Action to be taken on circuit.
1 – Mark to turn ON (does not execute)
2 – Mark to turn OFF (does not execute)
3 – Mark to BOOT (does not execute)
4 – Mark to DEFAULT (does not execute)
5 – Mark to turn ON and execute circuit actions
6 - Mark to turn OFF and execute circuit actions
7 - Mark to BOOT and execute circuit actions
8 - Mark to DEFAULT and execute circuit actions
Set plugTable::plugAction to desired action, as specified by values 1-4 above,
for each circuit index the action is to be applied to. For the last circuit you wish to set
before executing the commands, use values 5-8 instead, which will invoke the requested
commands all at once.










