Objects for variablesTable
The table variables Table contains the following objects:
variablesTable OBJECT-TYPE
SYNTAXSEQUENCE OF VariablesEntry
ACCESSnot accessible
STATUSdeprecated
DESCRIPTION "This table is used to get/set PATROL Agent object variables. PATROL Agent object variables are leaves (and not nodes) of the information tree."
: := {patrolObjects 5}
variablesEntry OBJECT-TYPE
SYNTAXVariablesEntry
ACCESSnot accessible
STATUSmandatory
DESCRIPTION "A variablesEntry contains the value and DESCRIPTION (in future) for a given PSL Agent's object."
INDEX {IMPLIED variableName}
: := {variablesTable 1}
variablesEntry : := SEQUENCE {
variableName
variableType
variableValue
variableDescr
variableRowStatus
variableName OBJECT-TYPE
SYNTAXDisplayString
ACCESSread-only
STATUSmandatory
DESCRIPTION "A variable name without the path"
: := {variablesEntry 2}
variableType OBJECT-TYPE
SYNTAXDisplayString
ACCESSread-only
STATUSmandatory
DESCRIPTION "A string describing the variable type. It can be used by a sophisticated SNMP manager to display gauges, graphs, or multimedia measurements."
: := {variablesEntry 3}
variableValue OBJECT-TYPE
SYNTAXDisplayString
ACCESSread-write
STATUSmandatory
DESCRIPTION "Current value of the variable"
: := {variablesEntry 4}
variableDesr OBJECT-TYPE
SYNTAXDisplayString
ACCESSread-write
STATUSmandatory
DESCRIPTION "The variable's help text"
: := {variablesEntry 5}
variableRowStatus OBJECT-TYPE
SYNTAXPRowStatus
ACCESSread-write
STATUSmandatory
DESCRIPTION "Row status for the creation of a new row as defined in SNMP V2"
: := {variablesEntry 6}