HM2-TRACKING-MIB: View SNMP OID List / Download MIB

VENDOR: RICHARD HIRSCHMANN


 Home MIB: HM2-TRACKING-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 hm2TrackingMib 1.3.6.1.4.1.248.11.115
The Hirschmann Private Tracking MIB definitions for Platform devices.
         hm2TrackingMibNotifications 1.3.6.1.4.1.248.11.115.0
             hm2TrackStatusChangeEvent 1.3.6.1.4.1.248.11.115.0.1
Sent when the state of a tracking instance changes between up and down.
         hm2TrackingMibObjects 1.3.6.1.4.1.248.11.115.1
             hm2TrackingConfigGroup 1.3.6.1.4.1.248.11.115.1.1
                 hm2TrackingConfigTable 1.3.6.1.4.1.248.11.115.1.1.1 no-access
Tracking configuration table. This table provides the interface to setup a specific tracking instance in the tracking database.
                     hm2TrackingConfigEntry 1.3.6.1.4.1.248.11.115.1.1.1.1 no-access
The entry of the hm2TrackingConfigTable.
                         hm2TrackType 1.3.6.1.4.1.248.11.115.1.1.1.1.1 integer no-access
The kind of an object being tracked. Enumeration: 'interface': 1, 'ping': 2, 'logical': 3.
                         hm2TrackId 1.3.6.1.4.1.248.11.115.1.1.1.1.2 integer32 no-access
The id of an object being tracked.
                         hm2TrackName 1.3.6.1.4.1.248.11.115.1.1.1.1.3 snmpadminstring read-only
The name of an object being tracked.
                         hm2TrackDescription 1.3.6.1.4.1.248.11.115.1.1.1.1.4 snmpadminstring read-only
The name of an object being tracked.
                         hm2TrackOperState 1.3.6.1.4.1.248.11.115.1.1.1.1.5 integer read-only
Shows if the tracked object is currently up(1), down(2) or notReady(3). in case the state indicates notReady, the corresponding configuration is missing or invalid. Enumeration: 'down': 2, 'notReady': 3, 'up': 1.
                         hm2TrackNumberOfChanges 1.3.6.1.4.1.248.11.115.1.1.1.1.6 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.
                         hm2TrackTimeLastChange 1.3.6.1.4.1.248.11.115.1.1.1.1.7 hmtimeseconds1970 read-only
The time of the last state change of an object being tracked, measured in seconds since 00:00:00, January 1, 1970. If the current state was entered prior to the last re-initialization of the local network management subsystem, then this object contains the time the system was re-initialized. value.
                         hm2TrackSendStateChangeTrap 1.3.6.1.4.1.248.11.115.1.1.1.1.8 hmenabledstatus read-only
Enables or disables the sending of a trap when hm2TrackStatus changes
                         hm2TrackStatus 1.3.6.1.4.1.248.11.115.1.1.1.1.9 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. Reads as active(1) if the tracked object exists and is trackable, notReady(3) otherwise.
             hm2TrackingInterfaceGroup 1.3.6.1.4.1.248.11.115.1.2
                 hm2TrackingInterfaceTable 1.3.6.1.4.1.248.11.115.1.2.1 no-access
Interface tracking configuration table. This table provides the interface to setup the parameters for an interface tracking object.
                     hm2TrackingInterfaceEntry 1.3.6.1.4.1.248.11.115.1.2.1.1 no-access
The entry of the hm2TrackingInterfaceTable.
                         hm2TrackInterfaceId 1.3.6.1.4.1.248.11.115.1.2.1.1.1 integer32 no-access
The identifier of the interface object being tracked.
                         hm2TrackIfNumber 1.3.6.1.4.1.248.11.115.1.2.1.1.2 interfaceindexorzero read-write
The number of the interface being tracked.
                         hm2TrackIfLinkUpDelay 1.3.6.1.4.1.248.11.115.1.2.1.1.3 integer32 read-write
If a link-up recovers within this delay, the tracked object is not considered as up.
                         hm2TrackIfLinkDownDelay 1.3.6.1.4.1.248.11.115.1.2.1.1.4 integer32 read-write
If a link-down recovers within this delay, the tracked object is not considered as down.
             hm2TrackingPingGroup 1.3.6.1.4.1.248.11.115.1.3
                 hm2TrackingPingTable 1.3.6.1.4.1.248.11.115.1.3.1 no-access
Ping tracking configuration table. This table provides the interface to setup the parameters for a ping tracking object.
                     hm2TrackingPingEntry 1.3.6.1.4.1.248.11.115.1.3.1.1 no-access
The entry of the hm2TrackingPingTable.
                         hm2TrackPingId 1.3.6.1.4.1.248.11.115.1.3.1.1.1 integer32 no-access
The identifier of the ping object being tracked.
                         hm2TrackPingIfNumber 1.3.6.1.4.1.248.11.115.1.3.1.1.2 interfaceindexorzero read-write
The number of the source interface, the ping packets are sent. A value of Zero (0) indicates that no interface is configured.
                         hm2TrackPingInetAddrType 1.3.6.1.4.1.248.11.115.1.3.1.1.3 inetaddresstype read-write
The address type of the router being monitored.
                         hm2TrackPingInetAddr 1.3.6.1.4.1.248.11.115.1.3.1.1.4 inetaddress read-write
The address of the router being monitored.
                         hm2TrackPingInterval 1.3.6.1.4.1.248.11.115.1.3.1.1.5 integer32 read-write
The number of milliseconds between the pings to the target router address.
                         hm2TrackPingMiss 1.3.6.1.4.1.248.11.115.1.3.1.1.6 integer32 read-write
This specifies the number of consecutive ping misses until the tracked object is considered to be down.
                         hm2TrackPingSuccess 1.3.6.1.4.1.248.11.115.1.3.1.1.7 integer32 read-write
This specifies the number of consecutive ping successes until the tracked object is considered to be up.
                         hm2TrackPingTimeout 1.3.6.1.4.1.248.11.115.1.3.1.1.8 integer32 read-write
This specifies the timeout in milliseconds for a ping reply. After the timeout the ping reply is considered as lost.
                         hm2TrackPingTTL 1.3.6.1.4.1.248.11.115.1.3.1.1.9 integer32 read-write
This specifies the time to live for a ping request packet.
                         hm2TrackPingBestRouteIfNumber 1.3.6.1.4.1.248.11.115.1.3.1.1.10 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.
             hm2TrackingLogicalGroup 1.3.6.1.4.1.248.11.115.1.4
                 hm2TrackLogicalInstanceTable 1.3.6.1.4.1.248.11.115.1.4.1 no-access
This table contains the configuration of the tracking instances that are combined into logical tracking instances.
                     hm2TrackLogicalInstanceEntry 1.3.6.1.4.1.248.11.115.1.4.1.1 no-access
The entry of the hm2TrackLogicalInstanceTable.
                         hm2TrackLogicalId 1.3.6.1.4.1.248.11.115.1.4.1.1.1 integer32 no-access
The identifier of the logical object being tracked.
                         hm2TrackLogicalOperandNameA 1.3.6.1.4.1.248.11.115.1.4.1.1.2 snmpadminstring read-write
The name of the tracking object to be used as operand A in the logical operation: A operator B.
                         hm2TrackLogicalOperandNameB 1.3.6.1.4.1.248.11.115.1.4.1.1.3 snmpadminstring read-write
The name of the tracking object to be used as operand B in the logical operation: A operator B.
                         hm2TrackLogicalOperator 1.3.6.1.4.1.248.11.115.1.4.1.1.4 integer read-write
Defines the logical operation performed on the configured operands A and B. Enumeration: 'and': 1, 'or': 2.
             hm2TrackingApplicationGroup 1.3.6.1.4.1.248.11.115.1.5
                 hm2TrackingApplicationTable 1.3.6.1.4.1.248.11.115.1.5.1 no-access
This table contains information about registered applications, for each object being tracked.
                     hm2TrackingApplicationEntry 1.3.6.1.4.1.248.11.115.1.5.1.1 no-access
The entry of the hm2TrackingApplicationTable.
                         hm2TrackAppId 1.3.6.1.4.1.248.11.115.1.5.1.1.1 integer32 no-access
The id of an application which tracks an object.
                         hm2TrackAppName 1.3.6.1.4.1.248.11.115.1.5.1.1.4 snmpadminstring read-only
The name of the registered application.
                         hm2TrackAppObjectName 1.3.6.1.4.1.248.11.115.1.5.1.1.5 snmpadminstring read-only
The name of the tracking object the application registered for.
             hm2TrackingStaticRouteGroup 1.3.6.1.4.1.248.11.115.1.6
                 hm2TrackStaticRouteTable 1.3.6.1.4.1.248.11.115.1.6.1 no-access
.
                     hm2TrackStaticRouteEntry 1.3.6.1.4.1.248.11.115.1.6.1.1 no-access
.
                         hm2TrackStaticRouteTrackId 1.3.6.1.4.1.248.11.115.1.6.1.1.1 snmpadminstring read-only
Associate and dissociate the tracking instance to a static route. To dissociate, pass an empty string.
                         hm2TrackStaticRouteTrackState 1.3.6.1.4.1.248.11.115.1.6.1.1.2 integer read-only
Shows if the tracked object is currently up(1), down(2) or notReady(3). in case the state indicates notReady, the corresponding configuration is missing or invalid. Enumeration: 'down': 2, 'notReady': 3, 'up': 1.