HM2-TRACKING-MIB

File: HM2-TRACKING-MIB.mib (23741 bytes)

Imported modules

HM2-TC-MIB SNMPv2-SMI INET-ADDRESS-MIB
SNMPv2-TC SNMP-FRAMEWORK-MIB IP-FORWARD-MIB
IF-MIB

Imported symbols

hm2ConfigurationMibs HmTimeSeconds1970 HmEnabledStatus
MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 InetAddress InetAddressType
RowStatus SnmpAdminString inetCidrRouteEntry
InterfaceIndexOrZero

Defined Types

Hm2TrackingConfigEntry  
SEQUENCE    
  hm2TrackType INTEGER
  hm2TrackId Integer32
  hm2TrackName SnmpAdminString
  hm2TrackDescription SnmpAdminString
  hm2TrackOperState INTEGER
  hm2TrackNumberOfChanges Integer32
  hm2TrackTimeLastChange HmTimeSeconds1970
  hm2TrackSendStateChangeTrap HmEnabledStatus
  hm2TrackStatus RowStatus

Hm2TrackingInterfaceEntry  
SEQUENCE    
  hm2TrackInterfaceId Integer32
  hm2TrackIfNumber InterfaceIndexOrZero
  hm2TrackIfLinkUpDelay Integer32
  hm2TrackIfLinkDownDelay Integer32

Hm2TrackingPingEntry  
SEQUENCE    
  hm2TrackPingId Integer32
  hm2TrackPingIfNumber InterfaceIndexOrZero
  hm2TrackPingInetAddrType InetAddressType
  hm2TrackPingInetAddr InetAddress
  hm2TrackPingInterval Integer32
  hm2TrackPingMiss Integer32
  hm2TrackPingSuccess Integer32
  hm2TrackPingTimeout Integer32
  hm2TrackPingTTL Integer32
  hm2TrackPingBestRouteIfNumber InterfaceIndexOrZero

Hm2TrackLogicalInstanceEntry  
SEQUENCE    
  hm2TrackLogicalId Integer32
  hm2TrackLogicalOperandNameA SnmpAdminString
  hm2TrackLogicalOperandNameB SnmpAdminString
  hm2TrackLogicalOperator INTEGER

Hm2TrackingApplicationEntry  
SEQUENCE    
  hm2TrackAppId Integer32
  hm2TrackAppName SnmpAdminString
  hm2TrackAppObjectName SnmpAdminString

Hm2TrackStaticRouteEntry  
SEQUENCE    
  hm2TrackStaticRouteTrackId SnmpAdminString
  hm2TrackStaticRouteTrackState INTEGER

Defined Values

hm2TrackingMib 1.3.6.1.4.1.248.11.115
The Hirschmann Private Tracking MIB definitions for Platform devices.
MODULE-IDENTITY    

hm2TrackingMibNotifications 1.3.6.1.4.1.248.11.115.0
OBJECT IDENTIFIER    

hm2TrackingMibObjects 1.3.6.1.4.1.248.11.115.1
OBJECT IDENTIFIER    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

hm2TrackingConfigGroup 1.3.6.1.4.1.248.11.115.1.1
OBJECT IDENTIFIER    

hm2TrackingInterfaceGroup 1.3.6.1.4.1.248.11.115.1.2
OBJECT IDENTIFIER    

hm2TrackingPingGroup 1.3.6.1.4.1.248.11.115.1.3
OBJECT IDENTIFIER    

hm2TrackingLogicalGroup 1.3.6.1.4.1.248.11.115.1.4
OBJECT IDENTIFIER    

hm2TrackingApplicationGroup 1.3.6.1.4.1.248.11.115.1.5
OBJECT IDENTIFIER    

hm2TrackingStaticRouteGroup 1.3.6.1.4.1.248.11.115.1.6
OBJECT IDENTIFIER    

hm2TrackingConfigTable 1.3.6.1.4.1.248.11.115.1.1.1
Tracking configuration table. This table provides the interface to setup a specific tracking instance in the tracking database.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hm2TrackingConfigEntry

hm2TrackingConfigEntry 1.3.6.1.4.1.248.11.115.1.1.1.1
The entry of the hm2TrackingConfigTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hm2TrackingConfigEntry  

hm2TrackType 1.3.6.1.4.1.248.11.115.1.1.1.1.1
The kind of an object being tracked.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER interface(1), ping(2), logical(3)  

hm2TrackId 1.3.6.1.4.1.248.11.115.1.1.1.1.2
The id of an object being tracked.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..256  

hm2TrackName 1.3.6.1.4.1.248.11.115.1.1.1.1.3
The name of an object being tracked.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

hm2TrackDescription 1.3.6.1.4.1.248.11.115.1.1.1.1.4
The name of an object being tracked.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

hm2TrackOperState 1.3.6.1.4.1.248.11.115.1.1.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), notReady(3)  

hm2TrackNumberOfChanges 1.3.6.1.4.1.248.11.115.1.1.1.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hm2TrackTimeLastChange 1.3.6.1.4.1.248.11.115.1.1.1.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  HmTimeSeconds1970  

hm2TrackSendStateChangeTrap 1.3.6.1.4.1.248.11.115.1.1.1.1.8
Enables or disables the sending of a trap when hm2TrackStatus changes
Status: current Access: read-create
OBJECT-TYPE    
  HmEnabledStatus  

hm2TrackStatus 1.3.6.1.4.1.248.11.115.1.1.1.1.9
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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hm2TrackingInterfaceTable 1.3.6.1.4.1.248.11.115.1.2.1
Interface tracking configuration table. This table provides the interface to setup the parameters for an interface tracking object.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hm2TrackingInterfaceEntry

hm2TrackingInterfaceEntry 1.3.6.1.4.1.248.11.115.1.2.1.1
The entry of the hm2TrackingInterfaceTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hm2TrackingInterfaceEntry  

hm2TrackInterfaceId 1.3.6.1.4.1.248.11.115.1.2.1.1.1
The identifier of the interface object being tracked.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hm2TrackIfNumber 1.3.6.1.4.1.248.11.115.1.2.1.1.2
The number of the interface being tracked.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

hm2TrackIfLinkUpDelay 1.3.6.1.4.1.248.11.115.1.2.1.1.3
If a link-up recovers within this delay, the tracked object is not considered as up.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

hm2TrackIfLinkDownDelay 1.3.6.1.4.1.248.11.115.1.2.1.1.4
If a link-down recovers within this delay, the tracked object is not considered as down.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

hm2TrackingPingTable 1.3.6.1.4.1.248.11.115.1.3.1
Ping tracking configuration table. This table provides the interface to setup the parameters for a ping tracking object.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hm2TrackingPingEntry

hm2TrackingPingEntry 1.3.6.1.4.1.248.11.115.1.3.1.1
The entry of the hm2TrackingPingTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hm2TrackingPingEntry  

hm2TrackPingId 1.3.6.1.4.1.248.11.115.1.3.1.1.1
The identifier of the ping object being tracked.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hm2TrackPingIfNumber 1.3.6.1.4.1.248.11.115.1.3.1.1.2
The number of the source interface, the ping packets are sent. A value of Zero (0) indicates that no interface is configured.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

hm2TrackPingInetAddrType 1.3.6.1.4.1.248.11.115.1.3.1.1.3
The address type of the router being monitored.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

hm2TrackPingInetAddr 1.3.6.1.4.1.248.11.115.1.3.1.1.4
The address of the router being monitored.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

hm2TrackPingInterval 1.3.6.1.4.1.248.11.115.1.3.1.1.5
The number of milliseconds between the pings to the target router address.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 100..20000  

hm2TrackPingMiss 1.3.6.1.4.1.248.11.115.1.3.1.1.6
This specifies the number of consecutive ping misses until the tracked object is considered to be down.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10  

hm2TrackPingSuccess 1.3.6.1.4.1.248.11.115.1.3.1.1.7
This specifies the number of consecutive ping successes until the tracked object is considered to be up.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10  

hm2TrackPingTimeout 1.3.6.1.4.1.248.11.115.1.3.1.1.8
This specifies the timeout in milliseconds for a ping reply. After the timeout the ping reply is considered as lost.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 10..10000  

hm2TrackPingTTL 1.3.6.1.4.1.248.11.115.1.3.1.1.9
This specifies the time to live for a ping request packet.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

hm2TrackPingBestRouteIfNumber 1.3.6.1.4.1.248.11.115.1.3.1.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

hm2TrackLogicalInstanceTable 1.3.6.1.4.1.248.11.115.1.4.1
This table contains the configuration of the tracking instances that are combined into logical tracking instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hm2TrackLogicalInstanceEntry

hm2TrackLogicalInstanceEntry 1.3.6.1.4.1.248.11.115.1.4.1.1
The entry of the hm2TrackLogicalInstanceTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hm2TrackLogicalInstanceEntry  

hm2TrackLogicalId 1.3.6.1.4.1.248.11.115.1.4.1.1.1
The identifier of the logical object being tracked.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hm2TrackLogicalOperandNameA 1.3.6.1.4.1.248.11.115.1.4.1.1.2
The name of the tracking object to be used as operand A in the logical operation: A operator B.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

hm2TrackLogicalOperandNameB 1.3.6.1.4.1.248.11.115.1.4.1.1.3
The name of the tracking object to be used as operand B in the logical operation: A operator B.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

hm2TrackLogicalOperator 1.3.6.1.4.1.248.11.115.1.4.1.1.4
Defines the logical operation performed on the configured operands A and B.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER and(1), or(2)  

hm2TrackingApplicationTable 1.3.6.1.4.1.248.11.115.1.5.1
This table contains information about registered applications, for each object being tracked.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hm2TrackingApplicationEntry

hm2TrackingApplicationEntry 1.3.6.1.4.1.248.11.115.1.5.1.1
The entry of the hm2TrackingApplicationTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hm2TrackingApplicationEntry  

hm2TrackAppId 1.3.6.1.4.1.248.11.115.1.5.1.1.1
The id of an application which tracks an object.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hm2TrackAppName 1.3.6.1.4.1.248.11.115.1.5.1.1.4
The name of the registered application.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

hm2TrackAppObjectName 1.3.6.1.4.1.248.11.115.1.5.1.1.5
The name of the tracking object the application registered for.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

hm2TrackStaticRouteTable 1.3.6.1.4.1.248.11.115.1.6.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hm2TrackStaticRouteEntry

hm2TrackStaticRouteEntry 1.3.6.1.4.1.248.11.115.1.6.1.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hm2TrackStaticRouteEntry  

hm2TrackStaticRouteTrackId 1.3.6.1.4.1.248.11.115.1.6.1.1.1
Associate and dissociate the tracking instance to a static route. To dissociate, pass an empty string.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

hm2TrackStaticRouteTrackState 1.3.6.1.4.1.248.11.115.1.6.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), notReady(3)