HIRSCHMANN-SNMP-RETURN-SET-MIB: View SNMP OID List / Download MIB
VENDOR: RICHARD HIRSCHMANN
Home | MIB: HIRSCHMANN-SNMP-RETURN-SET-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
hirschmann | 1.3.6.1.4.1.248 | |||
hmMgmtSNMPExtensionGroup | 1.3.6.1.4.1.248.16.1 | |||
hmMgmtSEReturnSetGroup | 1.3.6.1.4.1.248.16.1.1 |
The Hirschmann Private SNMP extension MIB. Copyright (C) 2010. All Rights Reserved. |
||
hmMgmtSESReturns | 1.3.6.1.4.1.248.16.1.1.1 |
Group |
||
hmMgmtSESOkReturn | 1.3.6.1.4.1.248.16.1.1.1.1 |
Indicates no error. |
||
hmMgmtSESPendingReturn | 1.3.6.1.4.1.248.16.1.1.1.2 |
Indicates that the Operation is still pending. |
||
hmMgmtSESFailureReturn | 1.3.6.1.4.1.248.16.1.1.1.3 |
Indicates a generic error. |
||
hmMgmtSESTestReturn | 1.3.6.1.4.1.248.16.1.1.1.100 |
Indicates an error on a write to the attribute hmMgmtSETestVar. Two parameters are expected. The fist parameter is the length of the value, the second parameter is the value itself. The parameter length is {0}. The parameter is {1}. |
||
hmMgmtSESpinLock | 1.3.6.1.4.1.248.16.1.1.2 | testandincr | read-write |
An advisory lock which is used as an generator to get a unique Identifier for a SET-PDU. This allows the Agent to write additional Information of the Status of the SET-PDU. |
hmMgmtSEReturnTable | 1.3.6.1.4.1.248.16.1.1.3 | no-access |
The table of additional Information (enterprise specific Errors or pending) of a SET-PDU. |
|
1.3.6.1.4.1.248.16.1.1.3.1 | no-access |
An entry in the HmMgmtSEReturnTable. |
||
hmMgmtSeReturnKey | 1.3.6.1.4.1.248.16.1.1.3.1.1 | integer32 | no-access |
Contains the Value of hmMgmtSESpinLock of the corresponding SET-PDU which are responsible for this table entry. |
hmMgmtSeReturnCode | 1.3.6.1.4.1.248.16.1.1.3.1.2 | autonomoustype | read-only |
Contains an additional Information to the SET-PDU. Can contain the ObjectIdentity under hmMgmtSESReturns or any other ObjectIdentity in enterprise specific MIBs. |
hmMgmtSEParameterTable | 1.3.6.1.4.1.248.16.1.1.4 | no-access |
The table of additional Parameter the HmMgmtSEReturnTable for the specific message. |
|
1.3.6.1.4.1.248.16.1.1.4.1 | no-access |
A Entry in the hmMgmtSEParameterTable. |
||
hmMgmtSEParameterID | 1.3.6.1.4.1.248.16.1.1.4.1.1 | integer32 | no-access |
A unique identifier (with hmMgmtSeReturnKey) for this entry. |
hmMgmtSEParameterValue | 1.3.6.1.4.1.248.16.1.1.4.1.2 | displaystring | read-only |
The Information for the Wildcard for the corresponding message. Link between these two tables is hmMgmtSeReturnKey. The hmMgmtSEParameterID denotes the wildcard position. |
hmMgmtSETestGroup | 1.3.6.1.4.1.248.16.1.1.100 | |||
hmMgmtSETestVar | 1.3.6.1.4.1.248.16.1.1.100.1 | octet string | read-write |
Test variable to check the functionality of extended error handling. Setting a value to this attribute MUST return hmMgmtSESTestReturn with specific parameter. |