DLM-MIB: View SNMP OID List / Download MIB

VENDOR: ENTERASYS NETWORKS INC.


 Home MIB: DLM-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
 snmpPollTable 1.3.6.1.4.1.52.4.2.1.1 no-access
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.
     snmpPollEntry 1.3.6.1.4.1.52.4.2.1.1.1 no-access
An SNMP poll entry containing objects for a particular poll request.
         snmpPollDestination 1.3.6.1.4.1.52.4.2.1.1.1.1 ipaddress read-only
The IP address of the host/device to be polled.
         snmpPollOwner 1.3.6.1.4.1.52.4.2.1.1.1.2 ipaddress read-only
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 octet string read-write
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 integer read-write
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 integer read-write
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 integer read-write
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. Enumeration: 'send-trap': 2, 'no-action': 1.
         snmpPollTrapAddress 1.3.6.1.4.1.52.4.2.1.1.1.7 ipaddress read-write
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 integer read-write
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). Enumeration: 'suspend': 4, 'other': 1, 'activate': 3, 'invalid': 2.
         snmpPollStatus 1.3.6.1.4.1.52.4.2.1.1.1.9 integer read-only
The operational status of this poll request entry. This leaf is used to indicate the state of the last valid poll request. Enumeration: 'active': 2, 'lost-contact': 3, 'general-failure': 5, 'inactive': 1, 'alarm-condition': 4.
         snmpPollRequests 1.3.6.1.4.1.52.4.2.1.1.1.10 counter read-only
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 timeticks read-only
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 timeticks read-only
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 integer read-write
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 octet string read-write
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 integer read-write
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. Enumeration: 'snmp': 2, 'internet-ping': 1.
 snmpOIDTable 1.3.6.1.4.1.52.4.2.1.2 no-access
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.
     snmpOIDEntry 1.3.6.1.4.1.52.4.2.1.2.1 no-access
An SNMP poll OBJECT IDENTIFIER entry containing objects for a particular OID to be polled.
         snmpOIDDestination 1.3.6.1.4.1.52.4.2.1.2.1.1 ipaddress read-write
The IP address of the host/device to be polled.
         snmpOIDOwner 1.3.6.1.4.1.52.4.2.1.2.1.2 ipaddress read-write
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 integer read-write
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 object identifier read-write
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 integer read-write
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. Enumeration: 'greater': 2, 'less': 3, 'less-or-equal': 5, 'greater-or-equal': 4, 'equal': 1, 'not-equal': 8, 'trap-always': 6, 'dont-compare': 7.
         snmpOIDEnumType 1.3.6.1.4.1.52.4.2.1.2.1.6 integer read-write
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. Enumeration: 'integer': 1, 'counter': 2, 'gauge': 3, 'ticks': 4.
         snmpOIDThresholdInteger 1.3.6.1.4.1.52.4.2.1.2.1.7 integer read-write
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 counter read-write
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 gauge read-write
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 timeticks read-write
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 integer read-write
The administrative control of this Object Identifier entry. This leaf is used to control adding, using, and deleting OIDs from the OID poll list. Enumeration: 'inactive': 2, 'other': 1, 'activate': 3, 'suspend': 4.
         snmpOIDStatus 1.3.6.1.4.1.52.4.2.1.2.1.12 integer read-only
The status of the last poll of this Object ID. Enumeration: 'active': 2, 'alarm-condition': 3, 'inactive': 1.
         snmpOIDLastValue 1.3.6.1.4.1.52.4.2.1.2.1.13 integer read-only
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.