snmp instrumentation function
Dietmar Schaefer
dietmar@REDACTED
Mon Jun 6 18:27:42 CEST 2005
Hi !
I have written an instrumentation function for my SNMP agent.
Its based on mnesia and I have a doubled indexed table.
I need to set a command.
FOURD-MIB::fourDCommandType.171 = INTEGER: switchover(4)
FOURD-MIB::fourDCommandType.555 = INTEGER: stop(1)
171 and 555 are the indices of different nodes.
My instrumentation function outputs the RowIndex of the set command.
If I set the variable indexed by 171 RowIndex = "/253"
If I set the variable indexed by 555 RowIndex = 555
Does anybody know what that means ?
Dietmar
More information about the erlang-questions
mailing list