DLM-MIB

File: DLM-MIB.mib (18451 bytes)

Imported modules

RFC1155-SMI CTRON-MIB-NAMES RFC-1212

Imported symbols

IpAddress Counter Gauge
TimeTicks ctronDLM OBJECT-TYPE

Defined Types

SnmpPollEntry  
SEQUENCE    
  snmpPollDestination IpAddress
  snmpPollOwner IpAddress
  snmpPollCommunity OCTET STRING
  snmpPollInterval INTEGER
  snmpPollRetry INTEGER
  snmpPollAction INTEGER
  snmpPollTrapAddress IpAddress
  snmpPollType INTEGER
  snmpPollStatus INTEGER
  snmpPollRequests Counter
  snmpPollLastContact TimeTicks
  snmpPollLastAlarm TimeTicks
  snmpPollAlarmWait INTEGER
  snmpPollTrapCommunity OCTET STRING
  snmpPollProtocol INTEGER

SnmpOIDEntry  
SEQUENCE    
  snmpOIDDestination IpAddress
  snmpOIDOwner IpAddress
  snmpOIDSequence INTEGER
  snmpOIDObject OBJECT IDENTIFIER
  snmpOIDComparator INTEGER
  snmpOIDEnumType INTEGER
  snmpOIDThresholdInteger INTEGER
  snmpOIDThresholdCounter Counter
  snmpOIDThresholdGauge Gauge
  snmpOIDThresholdTicks TimeTicks
  snmpOIDType INTEGER
  snmpOIDStatus INTEGER
  snmpOIDLastValue INTEGER

Defined Values

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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpPollEntry

snmpPollEntry 1.3.6.1.4.1.52.4.2.1.1.1
An SNMP poll entry containing objects for a particular poll request.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SnmpPollEntry  

snmpPollDestination 1.3.6.1.4.1.52.4.2.1.1.1.1
The IP address of the host/device to be polled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no-action(1), send-trap(2)  

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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

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).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), invalid(2), activate(3), suspend(4)  

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), active(2), lost-contact(3), alarm-condition(4), general-failure(5)  

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER internet-ping(1), snmp(2)  

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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpOIDEntry

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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SnmpOIDEntry  

snmpOIDDestination 1.3.6.1.4.1.52.4.2.1.2.1.1
The IP address of the host/device to be polled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER equal(1), greater(2), less(3), greater-or-equal(4), less-or-equal(5), trap-always(6), dont-compare(7), not-equal(8)  

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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER integer(1), counter(2), gauge(3), ticks(4)  

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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Gauge  

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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks  

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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), inactive(2), activate(3), suspend(4)  

snmpOIDStatus 1.3.6.1.4.1.52.4.2.1.2.1.12
The status of the last poll of this Object ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), active(2), alarm-condition(3)  

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER