AD | Application | AWS | Azure | Cloud | Database | Enterprise | Environmental | Event Log | File System | Infra | IoT | IT Service | Linux | Network/System | Performance | Protocol | SaaS | Security | Service Level | SNMP | Storage | VMware | VoIP | Web | Wireless

Crumbtrail

MonitorTools.com » Technical documentation » SNMP » MIB » Enterasys-Networks-Inc » DLM-MIB » Objects

DLM-MIB.mib object view, vendor Enterasys-Networks-Inc

Introduction

Most network devices and programs ship with so-called MIB files to describe the parameters and meanings (i.e.: friendly names) which are available for monitoring via SNMP.
ActiveXperts Network Monitor 2024 can import vendor-specific MIB files, so it can be used to monitor specific OID's (Object Identifiers). This way, you can monitor your devices, computers, etc. by selecting your relevant OID's by name.

ActiveXperts Network Monitor 2024 can import MIB file DLM-MIB and use it to monitor vendor specific OID's.

DLM-MIB file content

Object view of DLM-MIB:

Scalar Object
snmpPollEntry .1.3.6.1.4.1.52.4.2.1.1.1
An SNMP poll entry containing objects for a particular poll request.
snmpOIDEntry .1.3.6.1.4.1.52.4.2.1.2.1
An SNMP poll OBJECT IDENTIFIER entry containing objects for a particular OID to be polled.
Tabular Object
snmpPollDestination .1.3.6.1.4.1.52.4.2.1.1.1.1
The IP address of the host/device to be polled.
snmpPollOwner .1.3.6.1.4.1.52.4.2.1.1.1.2
The IP address of the client which created this poll request entry.
snmpPollCommunity .1.3.6.1.4.1.52.4.2.1.1.1.3
The value of the community string to be used in the SNMP REQUEST PDU when actively polling. Note that this community name string should be defined for the Cabletron hub device as well as in the destination host/device; otherwise polls can fail due to authenication failures.
snmpPollInterval .1.3.6.1.4.1.52.4.2.1.1.1.4
The value of the interval (in seconds) on which to poll the destination address with the OIDs defined in the OID table assigned to this poll entry. This interval defines how often an SNMP GET REQUEST PDU will be originated from this host device to the polled address.
snmpPollRetry .1.3.6.1.4.1.52.4.2.1.1.1.5
The value of the number of times to retry a failed poll request prior to considering it a failure.
snmpPollAction .1.3.6.1.4.1.52.4.2.1.1.1.6
The indication of the action to take when a poll request is considered to have failed. A value of 'no-action' will allow the poll to reset and retry without sending any alarms. A value of 'send-trap' will cause a SNMP TRAP PDU to be generated and sent to the specified trap address for this entry.
snmpPollTrapAddress .1.3.6.1.4.1.52.4.2.1.1.1.7
The IP address to which to send the SNMP TRAP if the poll is considered a failure and the action is defined as send-trap. The default trap address is the owner address for this entry.
snmpPollType .1.3.6.1.4.1.52.4.2.1.1.1.8
The administrative control of this poll request entry. This leaf is used to trigure an active request (begin polling), suspend polling (stop polling but leave this poll entry intact) on an active request, or to delete an entry (stop polling and remove entry).
snmpPollStatus .1.3.6.1.4.1.52.4.2.1.1.1.9
The operational status of this poll request entry. This leaf is used to indicate the state of the last valid poll request.
snmpPollRequests .1.3.6.1.4.1.52.4.2.1.1.1.10
Indicates the number of poll requests (SNMP GET REQUEST PDUs) have been issued for this poll entry.
snmpPollLastContact .1.3.6.1.4.1.52.4.2.1.1.1.11
Indicates the value of the sysUpTime when the last poll response was received from the polled host/device for which this poll entry exists.
snmpPollLastAlarm .1.3.6.1.4.1.52.4.2.1.1.1.12
Indicates the value of the sysUpTime when the last alarm was generated for this poll request entry.
snmpPollAlarmWait .1.3.6.1.4.1.52.4.2.1.1.1.13
Indicates the number of seconds to wait prior to sending another alarm. This is to ensure that alarms do not flood out upon device contact lost.
snmpPollTrapCommunity .1.3.6.1.4.1.52.4.2.1.1.1.14
The value of the community string to be used in the SNMP TRAP PDU when a trap is generated.
snmpPollProtocol .1.3.6.1.4.1.52.4.2.1.1.1.15
Indicates the protocol to use to poll the host/device. If snmp is chosen, there must be at least one corresponding OID Table Entry or a general-failure will result. A corresponding OID Table Entry is an entry with the same Destination and Owner indices.
snmpOIDDestination .1.3.6.1.4.1.52.4.2.1.2.1.1
The IP address of the host/device to be polled.
snmpOIDOwner .1.3.6.1.4.1.52.4.2.1.2.1.2
The IP address of the client which created this OID request entry.
snmpOIDSequence .1.3.6.1.4.1.52.4.2.1.2.1.3
The sequence number which uniquely idenifies this OID entry entry within a particular SNMP poll request. This number is incremented each time an OID as added to the poll list for a particular destination/owner pair.
snmpOIDObject .1.3.6.1.4.1.52.4.2.1.2.1.4
Identifies the Object Identifier to be polled. This OID value will be placed in a SNMP GET REQUEST PDU on each poll interval.
snmpOIDComparator .1.3.6.1.4.1.52.4.2.1.2.1.5
Indicates the type of comparison to be performed on the value portion of the OID being polled. This comparator will be used to compare the OID value with the threshold value defined in this entry. A value of 'dont-compare' causes no comparison to be performed. Comparison failures will trigger an alarm condition.
snmpOIDEnumType .1.3.6.1.4.1.52.4.2.1.2.1.6
Indicates the type of value to expect from the OID being polled such that the correct interpretation of the threshold value can be used to do the comparison.
snmpOIDThresholdInteger .1.3.6.1.4.1.52.4.2.1.2.1.7
The threshold value to be used when polling an integer-valued Object Identifier.
snmpOIDThresholdCounter .1.3.6.1.4.1.52.4.2.1.2.1.8
The threshold value to be used when polling a Counter-type Object Identifier.
snmpOIDThresholdGauge .1.3.6.1.4.1.52.4.2.1.2.1.9
The threshold value to be used when polling a Gauge-type Object Identifier.
snmpOIDThresholdTicks .1.3.6.1.4.1.52.4.2.1.2.1.10
The threshold value to be used when polling a TimeTicks-type Object Identifier.
snmpOIDType .1.3.6.1.4.1.52.4.2.1.2.1.11
The administrative control of this Object Identifier entry. This leaf is used to control adding, using, and deleting OIDs from the OID poll list.
snmpOIDStatus .1.3.6.1.4.1.52.4.2.1.2.1.12
The status of the last poll of this Object ID.
snmpOIDLastValue .1.3.6.1.4.1.52.4.2.1.2.1.13
The value of the last poll entry treated as an integer value. This field is used to allow RMON alarms to monitor the polled values.
Table
snmpPollTable .1.3.6.1.4.1.52.4.2.1.1
A list of SNMP poll entries which trigger automatic polling of SNMP requests to other SNMP agents. This table is indexed by the destination IP address of the host/device to be polled and the IP address of the requesting host. This indexing pair allows multiple requestors to define a poll request to the same destination, yet maintain separate poll entries. The OIDs to be polled in this request are defined in the snmpOIDTable which is indexed also by the destination/owner IP address pair. If no OIDs are defined for a poll entry, then the the poll will default to polling for sysUpTimei with no threshold comparison. This will act as a simple keep-alive funtion for the destination SNMP agent.
snmpOIDTable .1.3.6.1.4.1.52.4.2.1.2
A list of objects used to define the OBJECT IDENTIFIERS and their attributes (type and threashold values) to be used in a particular snmp poll request SNMP GET REQUEST PDU. These OIDs will make up the VarBindList in the PDU. Only OID types which have INTEGER samantics are supported (INTEGER, Counter, Gauge, TimeTicks) since the polled value is compared against a threshold value. This table is addresses by the same keys as the snmpPollTable (destination IP address and owner Ip address) in addition to a unique OID sequence number which is maintained for each OID entry.