DLM-MIB
32 objects
No module-level DESCRIPTION found.
Imported Objects
| CTRON-MIB-NAMES | ctronDLM |
| RFC-1212 | OBJECT-TYPE |
| RFC1155-SMI | Counter Gauge IpAddress TimeTicks |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.52.4.2.1.1 | TablesnmpPollTable | not-accessible | mandatory | 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 h… |
| 1.3.6.1.4.1.52.4.2.1.1.1 | RowsnmpPollEntry | not-accessible | mandatory | An SNMP poll entry containing objects for a particular poll request. |
| 1.3.6.1.4.1.52.4.2.1.1.1.1 | ColumnsnmpPollDestination | read-only | mandatory | The IP address of the host/device to be polled. |
| 1.3.6.1.4.1.52.4.2.1.1.1.2 | ColumnsnmpPollOwner | read-only | mandatory | The IP address of the client which created this poll request entry. |
| 1.3.6.1.4.1.52.4.2.1.1.1.3 | ColumnsnmpPollCommunity | read-write | mandatory | 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 Cabl… |
| 1.3.6.1.4.1.52.4.2.1.1.1.4 | ColumnsnmpPollInterval | read-write | mandatory | 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 interv… |
| 1.3.6.1.4.1.52.4.2.1.1.1.5 | ColumnsnmpPollRetry | read-write | mandatory | The value of the number of times to retry a failed poll request prior to considering it a failure. |
| 1.3.6.1.4.1.52.4.2.1.1.1.6 | ColumnsnmpPollAction | read-write | mandatory | 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 se… |
| 1.3.6.1.4.1.52.4.2.1.1.1.7 | ColumnsnmpPollTrapAddress | read-write | mandatory | 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… |
| 1.3.6.1.4.1.52.4.2.1.1.1.8 | ColumnsnmpPollType | read-write | mandatory | 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 … |
| 1.3.6.1.4.1.52.4.2.1.1.1.9 | ColumnsnmpPollStatus | read-only | mandatory | The operational status of this poll request entry. This leaf is used to indicate the state of the last valid poll request. |
| 1.3.6.1.4.1.52.4.2.1.1.1.10 | ColumnsnmpPollRequests | read-only | mandatory | Indicates the number of poll requests (SNMP GET REQUEST PDUs) have been issued for this poll entry. |
| 1.3.6.1.4.1.52.4.2.1.1.1.11 | ColumnsnmpPollLastContact | read-only | mandatory | Indicates the value of the sysUpTime when the last poll response was received from the polled host/device for which this poll entry exists. |
| 1.3.6.1.4.1.52.4.2.1.1.1.12 | ColumnsnmpPollLastAlarm | read-only | mandatory | Indicates the value of the sysUpTime when the last alarm was generated for this poll request entry. |
| 1.3.6.1.4.1.52.4.2.1.1.1.13 | ColumnsnmpPollAlarmWait | read-write | mandatory | 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. |
| 1.3.6.1.4.1.52.4.2.1.1.1.14 | ColumnsnmpPollTrapCommunity | read-write | mandatory | The value of the community string to be used in the SNMP TRAP PDU when a trap is generated. |
| 1.3.6.1.4.1.52.4.2.1.1.1.15 | ColumnsnmpPollProtocol | read-write | mandatory | 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 re… |
| 1.3.6.1.4.1.52.4.2.1.2 | TablesnmpOIDTable | not-accessible | mandatory | 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… |
| 1.3.6.1.4.1.52.4.2.1.2.1 | RowsnmpOIDEntry | not-accessible | mandatory | An SNMP poll OBJECT IDENTIFIER entry containing objects for a particular OID to be polled. |
| 1.3.6.1.4.1.52.4.2.1.2.1.1 | ColumnsnmpOIDDestination | read-write | mandatory | The IP address of the host/device to be polled. |
| 1.3.6.1.4.1.52.4.2.1.2.1.2 | ColumnsnmpOIDOwner | read-write | mandatory | The IP address of the client which created this OID request entry. |
| 1.3.6.1.4.1.52.4.2.1.2.1.3 | ColumnsnmpOIDSequence | read-write | mandatory | 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 t… |
| 1.3.6.1.4.1.52.4.2.1.2.1.4 | ColumnsnmpOIDObject | read-write | mandatory | Identifies the Object Identifier to be polled. This OID value will be placed in a SNMP GET REQUEST PDU on each poll interval. |
| 1.3.6.1.4.1.52.4.2.1.2.1.5 | ColumnsnmpOIDComparator | read-write | mandatory | 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 t… |
| 1.3.6.1.4.1.52.4.2.1.2.1.6 | ColumnsnmpOIDEnumType | read-write | mandatory | 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. |
| 1.3.6.1.4.1.52.4.2.1.2.1.7 | ColumnsnmpOIDThresholdInteger | read-write | mandatory | The threshold value to be used when polling an integer-valued Object Identifier. |
| 1.3.6.1.4.1.52.4.2.1.2.1.8 | ColumnsnmpOIDThresholdCounter | read-write | mandatory | The threshold value to be used when polling a Counter-type Object Identifier. |
| 1.3.6.1.4.1.52.4.2.1.2.1.9 | ColumnsnmpOIDThresholdGauge | read-write | mandatory | The threshold value to be used when polling a Gauge-type Object Identifier. |
| 1.3.6.1.4.1.52.4.2.1.2.1.10 | ColumnsnmpOIDThresholdTicks | read-write | mandatory | The threshold value to be used when polling a TimeTicks-type Object Identifier. |
| 1.3.6.1.4.1.52.4.2.1.2.1.11 | ColumnsnmpOIDType | read-write | mandatory | The administrative control of this Object Identifier entry. This leaf is used to control adding, using, and deleting OIDs from the OID poll list. |
| 1.3.6.1.4.1.52.4.2.1.2.1.12 | ColumnsnmpOIDStatus | read-only | mandatory | The status of the last poll of this Object ID. |
| 1.3.6.1.4.1.52.4.2.1.2.1.13 | ColumnsnmpOIDLastValue | read-only | mandatory | 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. |