HMTRACKING-SNMP-MIB: View SNMP OID List / Download MIB
VENDOR: RICHARD HIRSCHMANN
Home | MIB: HMTRACKING-SNMP-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 |
hmTracking | 1.3.6.1.4.1.248.14.15 |
The Hirschmann Private Tracking MIB definitions for Platform devices. |
||
hmTrackingGroup | 1.3.6.1.4.1.248.14.15.1 | |||
hmTrackEvent | 1.3.6.1.4.1.248.14.15.1.0 |
The events of hmTrackEvent. |
||
hmTrackStatusChangeEvent | 1.3.6.1.4.1.248.14.15.1.0.1 |
Sent when the state of a tracking instance changes between up and down. |
||
hmTrackingTable | 1.3.6.1.4.1.248.14.15.1.1 | no-access |
This table contains variables to define an entry in the Hirschmann Tracking database. |
|
1.3.6.1.4.1.248.14.15.1.1.1 | no-access |
The entry of the hmTrackingTable. |
||
hmTrackId | 1.3.6.1.4.1.248.14.15.1.1.1.1 | integer32 | read-only |
The id of an object being tracked. |
hmTrackRowStatus | 1.3.6.1.4.1.248.14.15.1.1.1.2 | rowstatus | read-only |
Defines the status of the Tracking database entry. Set to createAndWait(5) to create a new row. Set to destroy(6) to delete an entry. Set to notInService(2) to change an entry. Reads as active(1) if the tracked object exists and is trackable, notReady(3) otherwise. |
hmTrackType | 1.3.6.1.4.1.248.14.15.1.1.1.3 | integer | read-write |
The kind of an object being tracked. Enumeration: 'interface': 2, 'ping': 3, 'undefined': 1, 'logical': 4. |
hmTrackState | 1.3.6.1.4.1.248.14.15.1.1.1.4 | integer | read-only |
Shows if the tracked object is currently UP or DOWN. Enumeration: 'down': 2, 'up': 1. |
hmTrackNumberOfChanges | 1.3.6.1.4.1.248.14.15.1.1.1.5 | integer32 | read-only |
The number of state changes after an object being tracked, entered its operational state. If the current state was entered prior to the last re-initialization of the local network management subsystem, then this object contains a zero value. |
hmTrackTimeSinceLastChange | 1.3.6.1.4.1.248.14.15.1.1.1.6 | timeticks | read-only |
The time difference to the last state change of an object being tracked (in hundredths of a second). If the current state was entered prior to the last re-initialization of the local network management subsystem, then this object contains a zero value. |
hmTrackIfNumber | 1.3.6.1.4.1.248.14.15.1.1.1.7 | interfaceindexorzero | read-write |
The number of the interface being tracked. The number of the interface to send ping packets. For ping objects the value 65535 is used to show that no valid interface number has been set. It cannot be written. |
hmTrackIfLinkUpDelay | 1.3.6.1.4.1.248.14.15.1.1.1.8 | integer32 | read-write |
If a link-up recovers within this delay, the tracked object is not considered as up. |
hmTrackIfLinkDownDelay | 1.3.6.1.4.1.248.14.15.1.1.1.9 | integer32 | read-write |
If a link-down recovers within this delay, the tracked object is not considered as down. |
hmTrackPingIpAddress | 1.3.6.1.4.1.248.14.15.1.1.1.10 | ipaddress | read-write |
The IP address of the router being monitored. |
hmTrackPingInterval | 1.3.6.1.4.1.248.14.15.1.1.1.11 | integer32 | read-write |
The number of seconds between the pings to the target IP address. |
hmTrackPingMiss | 1.3.6.1.4.1.248.14.15.1.1.1.12 | integer32 | read-write |
This specifies the number of consecutive ping misses until the tracked object is considered to be down. |
hmTrackPingSuccess | 1.3.6.1.4.1.248.14.15.1.1.1.13 | integer32 | read-write |
This specifies the number of consecutive ping successes until the tracked object is considered to be up. |
hmTrackPingTimeout | 1.3.6.1.4.1.248.14.15.1.1.1.14 | integer32 | read-write |
This specifies the timeout in milliseconds for a ping reply. After the timeout the ping reply is considered as lost. |
hmTrackPingTTL | 1.3.6.1.4.1.248.14.15.1.1.1.15 | integer32 | read-write |
This specifies the time to live for a ping request packet. |
hmTrackPingBestRouteIfNumber | 1.3.6.1.4.1.248.14.15.1.1.1.16 | interfaceindexorzero | read-only |
This shows the number of the interface which belongs to the best route. The interface number is zero if the best route is not used to send ping packets. |
hmTrackLogicalOperator | 1.3.6.1.4.1.248.14.15.1.1.1.17 | integer | read-write |
Defines the logical operation performed on the instances Enumeration: 'and': 1, 'or': 2. |
hmTrackSendStateChangeTrap | 1.3.6.1.4.1.248.14.15.1.1.1.18 | integer | read-write |
Enables or disables the sending of a trap when hmTrackState changes Enumeration: 'enable': 1, 'disable': 2. |
hmTrackingApplicationTable | 1.3.6.1.4.1.248.14.15.1.2 | no-access |
This table contains information about registered applications, for each object being tracked. |
|
1.3.6.1.4.1.248.14.15.1.2.1 | no-access |
The entry of the hmTrackingApplicationTable. |
||
hmTrackAppId | 1.3.6.1.4.1.248.14.15.1.2.1.2 | integer32 | no-access |
The id of an application which tracks an object. |
hmTrackAppName | 1.3.6.1.4.1.248.14.15.1.2.1.3 | displaystring | read-only |
The name of the registered application. |
hmTrackLogicalInstanceTable | 1.3.6.1.4.1.248.14.15.1.3 | no-access |
This table contains information the tracking instances that are combined into a logical tracking instance. |
|
1.3.6.1.4.1.248.14.15.1.3.1 | no-access |
The entry of the hmTrackLogicalInstanceTable. |
||
hmTrackLogicalInstanceId | 1.3.6.1.4.1.248.14.15.1.3.1.2 | integer32 | no-access |
The id of an object that is a member of the logical tracking object. |
hmTrackLogicInstRowStatus | 1.3.6.1.4.1.248.14.15.1.3.1.3 | rowstatus | read-only |
Defines the status of the Logic Tracking member entry. Set to createAndGo(4) to create a new row. Set to destroy(6) to delete an entry. Reads as active(1) if the row exists. |