DLINKSW-DDM-MIB
- Registered at
- 1.3.6.1.4.1.171.14.72
- Last updated
- 2013-02-04 00:00
- Organization
- D-Link Corp.
- Revisions
- 2013-02-04 00:00, 2013-09-05 00:00
- Namespace
- dlink
- Source file
DLINKSW-DDM-MIB- Digest
sha256:6d2e5545d4405093fdd10658bdfc555f67b003f8bbb0936b80aa97a1bb55ae45
Description
This MIB module defines objects for DDM.
Contact
D-Link Corporation Postal: No. 289, Sinhu 3rd Rd., Neihu District, Taipei City 114, Taiwan, R.O.C Tel: +886-2-66000123 E-mail: tsd@dlink.com.tw
Imports
| From | Symbols |
|---|---|
| DLINK-ID-REC-MIB | dlinkIndustrialCommon |
| IF-MIB | InterfaceIndex, ifIndex |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
DLINK-ID-REC-MIB DLINKSW-DDM-MIB IANAifType-MIB IF-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| DlinkThresholdState TEXTUAL-CONVENTION Represents the state of a current monitoring value. Valid values are: normal(0): the current value is within normal range. higherAlarm(1): the current value is higher than the high alarm threshold. higherWarning(2): the current value is higher than the high warning threshold. lowerWarning(3): the current value is lower than the low warning threshold. lowerAlarm(4): the current value is lower than the low alarm threshold. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| dDdmMIBNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.72.0 | |||
| dDdmMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.72.1 | |||
| dDdmCtrl OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.72.1.1 | |||
| dDdmNotifyEnable OBJECT-TYPE This object indicates whether a specified notification is enabled or not. If a bit corresponding to a notification is set to 1, then the specified notification can be generated. alarm(0) - sending an alarm level notification. warning(1) - sending an warning level notification. | 1.3.6.1.4.1.171.14.72.1.1.1 | Bits {alarm(0), warning(1)} | read-write | current |
| dDdmIfCtrl OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.72.1.2 | |||
| dDdmIfCfgTable OBJECT-TYPE This table contains a list of interface-specific DDM configuration. | 1.3.6.1.4.1.171.14.72.1.2.1 | not-accessible | current | |
| dDdmIfCfgEntry OBJECT-TYPE An entry manages DDM state and action on an interface. | 1.3.6.1.4.1.171.14.72.1.2.1.1 | not-accessible | current | |
| dDdmIfCfgEnabled OBJECT-TYPE This object indicates the status of optical transceiver-monitoring function for a SFP port. When a SFP with transceiver-monitoring capability is plugged in a port but the transceiver-monitoring function of the port is disabled, system will not detect the SFP's abnormal status but user still can check the current status via dDdmIfInfoTable. | 1.3.6.1.4.1.171.14.72.1.2.1.1.1 | TruthValue | read-write | current |
| dDdmShutdownLevel OBJECT-TYPE This object indicates the abnormal level which causes a port enter into errDisabled state. A value of 'none' indicates the shutdown action is disabled. | 1.3.6.1.4.1.171.14.72.1.2.1.1.2 | INTEGER {none(1), alarm(2), warning(3)} | read-write | current |
| dDdmThresholdMgmt OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.72.1.3 | |||
| dDdmThresholdCfgTable OBJECT-TYPE This table contains a list of interface-specific threshold configuration for DDM. | 1.3.6.1.4.1.171.14.72.1.3.1 | not-accessible | current | |
| dDdmThresholdCfgEntry OBJECT-TYPE An entry in this table conists of one threshold configuration on an interface. An entry is created/removed when a configuration is added/deleted. | 1.3.6.1.4.1.171.14.72.1.3.1.1 | not-accessible | current | |
| dDdmThresholdComponent OBJECT-TYPE This object indicates the monitoring type. Note: Either txPowerMw(4) or txPowerDbm(5) can be configured on an interface. Either rxPowerMw(6) or rxPowerDbm(7) can be configured on an interface. In the above two cases, the existed entry will be deleted when the other new entry is created. | 1.3.6.1.4.1.171.14.72.1.3.1.1.1 | INTEGER {temperature(1), voltage(2), biasCurrent(3), txPowerMw(4), txPowerDbm(5), rxPowerMw(6), rxPowerDbm(7)} | not-accessible | current |
| dDmThresholdAbnormalLevel OBJECT-TYPE This object indicates the threshold type. | 1.3.6.1.4.1.171.14.72.1.3.1.1.2 | INTEGER {highAlarm(1), highWarning(2), lowWarning(3), lowAlarm(4)} | not-accessible | current |
| dDdmThresholdCfgValue OBJECT-TYPE This object indicates the configured threshold. The value is interpreted within the context of dDdmThresholdComponent and dDmThresholdAbnormalLevel in the same row. The unit and valid range are as follows: Threshold Type Unit Valid Range ============= ===================== ================= Temperature milli-degrees Celsius -128,000 ~ 127,996 voltage centi-Volt 0 ~ 655 biasCurrent milli-amperes 0 ~ 131 txPowerMw tenths of a microwatt 0 ~ 65,535 txPowerDbm ten-thousandths of DBM -400,000 ~ 81,647 rxPowerMw tenths of a microwatt 0 ~ 65,535 rxPowerDbm ten-thousandths of DBM -400,000 ~ 81,647 | 1.3.6.1.4.1.171.14.72.1.3.1.1.3 | Integer32 | read-create | current |
| dDdmThresholdCfgRowStatus OBJECT-TYPE The status of this conceptual row. | 1.3.6.1.4.1.171.14.72.1.3.1.1.4 | RowStatus | read-create | current |
| dDdmInfo OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.72.1.4 | |||
| dDdmIfInfoTable OBJECT-TYPE This table contains a list of information about current operating parameters of interfaces. Only the applicable interfaces (i.e.SFP module with DDM capability is plugged-in. ) will appear in this table. Note: 1. The threshold may be administratively configured or factory preset value defined by vendors. dDdmThresholdCfgTable provides the administrative threshold configuration. 2. It doesn't necessarily means the DDM is enabled on the interface when an entry appears in this table. dDdmIfCfgTable provides such information. | 1.3.6.1.4.1.171.14.72.1.4.1 | not-accessible | current | |
| dDdmIfInfoEntry OBJECT-TYPE An entry appears in this table contains current operating parameters for transceiver monitoring of a port. | 1.3.6.1.4.1.171.14.72.1.4.1.1 | not-accessible | current | |
| dDdmIfInfoCurrentTemperature OBJECT-TYPE This object indicates the current temperature in unit of 'milli-degrees Celsius' on the interface. | 1.3.6.1.4.1.171.14.72.1.4.1.1.1 | Integer32 | read-only | current |
| dDdmIfInfoTemperatureState OBJECT-TYPE This object indicates the state of current temperature. | 1.3.6.1.4.1.171.14.72.1.4.1.1.2 | DlinkThresholdState | read-only | current |
| dDdmIfInfoHighAlarmTemperature OBJECT-TYPE This object indicates the high alarm threshold, when the operating temperature rises above this value, it indicates an alarm status. The value is in unit of 'milli-degrees Celsius'. | 1.3.6.1.4.1.171.14.72.1.4.1.1.3 | Integer32 | read-only | current |
| dDdmIfInfoHighWarnTemperature OBJECT-TYPE This object indicates the high warning threshold, when the operating temperature rises above this value, it indicates a warning status. The value is in unit of 'milli-degrees Celsius'. | 1.3.6.1.4.1.171.14.72.1.4.1.1.4 | Integer32 | read-only | current |
| dDdmIfInfoLowWarnTemperature OBJECT-TYPE This object indicates the low warning threshold, when the operating temperature falls below this value, it indicates a warning status. The value is in unit of 'milli-degrees Celsius'. | 1.3.6.1.4.1.171.14.72.1.4.1.1.5 | Integer32 | read-only | current |
| dDdmIfInfoLowAlarmTemperature OBJECT-TYPE This object indicates the low alarm threshold, when the operating temperature falls below this value, it indicates an alarm status. The value is in unit of 'milli-degrees Celsius'. | 1.3.6.1.4.1.171.14.72.1.4.1.1.6 | Integer32 | read-only | current |
| dDdmIfInfoCurrentVoltage OBJECT-TYPE This object indicates the current voltage in unit of 'centi-Volt' on the interface. | 1.3.6.1.4.1.171.14.72.1.4.1.1.7 | Integer32 | read-only | current |
| dDdmIfInfoVoltageState OBJECT-TYPE This object indicates the state of current voltage. | 1.3.6.1.4.1.171.14.72.1.4.1.1.8 | DlinkThresholdState | read-only | current |
| dDdmIfInfoHighAlarmVoltage OBJECT-TYPE This object indicates the high alarm threshold, when the operating voltage rises above this value, it indicates an alarm status. The value is in unit of 'centi-Volt'. | 1.3.6.1.4.1.171.14.72.1.4.1.1.9 | Integer32 | read-only | current |
| dDdmIfInfoHighWarnVoltage OBJECT-TYPE This object indicates the high warning threshold, when the operating voltage rises above this value, it indicates a warning status. The value is in unit of 'centi-Volt'. | 1.3.6.1.4.1.171.14.72.1.4.1.1.10 | Integer32 | read-only | current |
| dDdmIfInfoLowWarnVoltage OBJECT-TYPE This object indicates the low warning threshold, when the operating voltage falls below this value, it indicates a warning status. The value is in unit of 'centi-Volt'. | 1.3.6.1.4.1.171.14.72.1.4.1.1.11 | Integer32 | read-only | current |
| dDdmIfInfoLowAlarmVoltage OBJECT-TYPE This object indicates the low alarm threshold, when the operating voltage falls below this value, it indicates an alarm status. The value is in unit of 'centi-Volt'. | 1.3.6.1.4.1.171.14.72.1.4.1.1.12 | Integer32 | read-only | current |
| dDdmIfInfoCurrentBiasCurrent OBJECT-TYPE This object indicates the current bias current in unit of 'milli-amperes' on the interface. | 1.3.6.1.4.1.171.14.72.1.4.1.1.13 | Integer32 | read-only | current |
| dDdmIfInfoBiasCurrentState OBJECT-TYPE This object indicates the state of current BiasCurrent. | 1.3.6.1.4.1.171.14.72.1.4.1.1.14 | DlinkThresholdState | read-only | current |
| dDdmIfInfoHighAlarmBiasCurrent OBJECT-TYPE This object indicates the high alarm threshold, when the operating bias current rises above this value, it indicates an alarm status. The value is in unit of 'milli-amperes'. | 1.3.6.1.4.1.171.14.72.1.4.1.1.15 | Integer32 | read-only | current |
| dDdmIfInfoHighWarnBiasCurrent OBJECT-TYPE This object indicates the high warning threshold, when the operating bias current rises above this value, it indicates a warning status. The value is in unit of 'milli-amperes'. | 1.3.6.1.4.1.171.14.72.1.4.1.1.16 | Integer32 | read-only | current |
| dDdmIfInfoLowWarnBiasCurrent OBJECT-TYPE This object indicates the low warning threshold, when the operating bias current falls below this value, it indicates a warning status. The value is in unit of 'milli-amperes'. | 1.3.6.1.4.1.171.14.72.1.4.1.1.17 | Integer32 | read-only | current |
| dDdmIfInfoLowAlarmBiasCurrent OBJECT-TYPE This object indicates the low alarm threshold, when the operating bias current falls below this value, it indicates an alarm status. The value is in unit of 'milli-amperes'. | 1.3.6.1.4.1.171.14.72.1.4.1.1.18 | Integer32 | read-only | current |
| dDdmIfInfoCurrentTxPower OBJECT-TYPE This object indicates the current output power in unit of 'tenths of a microwatt' on the interface. | 1.3.6.1.4.1.171.14.72.1.4.1.1.19 | Integer32 | read-only | current |
| dDdmIfInfoTxPowerState OBJECT-TYPE This object indicates the state of current output power. | 1.3.6.1.4.1.171.14.72.1.4.1.1.20 | DlinkThresholdState | read-only | current |
| dDdmIfInfoHighAlarmTxPower OBJECT-TYPE This object indicates the high alarm threshold, when the operating output power rises above this value, it indicates an alarm status. The value is in unit of 'tenths of a microwatt'. | 1.3.6.1.4.1.171.14.72.1.4.1.1.21 | Integer32 | read-only | current |
| dDdmIfInfoHighWarnTxPower OBJECT-TYPE This object indicates the high warning threshold, when the operating output power rises above this value, it indicates a warning status. The value is in unit of 'tenths of a microwatt'. | 1.3.6.1.4.1.171.14.72.1.4.1.1.22 | Integer32 | read-only | current |
| dDdmIfInfoLowWarnTxPower OBJECT-TYPE This object indicates the low warning threshold, when the operating output power falls below this value, it indicates a warning status. The value is in unit of 'tenths of a microwatt'. | 1.3.6.1.4.1.171.14.72.1.4.1.1.23 | Integer32 | read-only | current |
| dDdmIfInfoLowAlarmTxPower OBJECT-TYPE This object indicates the low alarm threshold, when the operating output power falls below this value, it indicates an alarm status. The value is in unit of 'tenths of a microwatt'. | 1.3.6.1.4.1.171.14.72.1.4.1.1.24 | Integer32 | read-only | current |
| dDdmIfInfoCurrentRxPower OBJECT-TYPE This object indicates the current input power in unit of 'tenths of a microwatt' on the interface. | 1.3.6.1.4.1.171.14.72.1.4.1.1.25 | Integer32 | read-only | current |
| dDdmIfInfoRxPowerState OBJECT-TYPE This object indicates the state of current input power. | 1.3.6.1.4.1.171.14.72.1.4.1.1.26 | DlinkThresholdState | read-only | current |
| dDdmIfInfoHighAlarmRxPower OBJECT-TYPE This object indicates the high alarm threshold, when the operating input power rises above this value, it indicates an alarm status. The value is in unit of 'tenths of a microwatt'. | 1.3.6.1.4.1.171.14.72.1.4.1.1.27 | Integer32 | read-only | current |
| dDdmIfInfoHighWarnRxPower OBJECT-TYPE This object indicates the high warning threshold, when the operating input power rises above this value, it indicates a warning status. The value is in unit of 'tenths of a microwatt'. | 1.3.6.1.4.1.171.14.72.1.4.1.1.28 | Integer32 | read-only | current |
| dDdmIfInfoLowWarnRxPower OBJECT-TYPE This object indicates the low warning threshold, when the operating input power falls below this value, it indicates a warning status. The value is in unit of 'tenths of a microwatt'. | 1.3.6.1.4.1.171.14.72.1.4.1.1.29 | Integer32 | read-only | current |
| dDdmIfInfoLowAlarmRxPower OBJECT-TYPE This object indicates the low alarm threshold, when the operating input power falls below this value, it indicates an alarm status. The value is in unit of 'tenths of a microwatt'. | 1.3.6.1.4.1.171.14.72.1.4.1.1.30 | Integer32 | read-only | current |
| dDdmNotifyInfo OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.72.1.5 | |||
| dDdmNotifyInfoIfIndex OBJECT-TYPE This object is used by dDdmAlarmTrap and dDdmWarningTrap to indicate the ifIndex on which the monitoring value rises above or falls below the corresponding threshold. | 1.3.6.1.4.1.171.14.72.1.5.1 | InterfaceIndex | accessible-for-notify | current |
| dDdmNotifyInfoComponent OBJECT-TYPE This object is used by dDdmAlarmTrap and dDdmWarningTrap to indicate the abnormal component. | 1.3.6.1.4.1.171.14.72.1.5.2 | INTEGER {temperature(1), voltage(2), biasCurrent(3), txPowerMw(4), rxPowerMw(5)} | accessible-for-notify | current |
| dDdmNotifyInfoAbnormalLevel OBJECT-TYPE This object is used by dDdmAlarmTrap and dDdmWarningTrap to indicate the abnormal level. | 1.3.6.1.4.1.171.14.72.1.5.3 | INTEGER {high(1), low(2)} | accessible-for-notify | current |
| dDdmNotifyInfoThresholdExceedOrRecover OBJECT-TYPE This object is used by dDdmAlarmTrap and dDdmWarningTrap to indicate the GBIC is exceeding its threshold or recover to normal status. | 1.3.6.1.4.1.171.14.72.1.5.4 | INTEGER {exceed(1), recover(2)} | accessible-for-notify | current |
| dDdmMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.72.2 | |||
| dDdmCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.72.2.1 | |||
| dDdmGroups OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.72.2.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| dDdmAlarmTrap NOTIFICATION-TYPE The trap is sent when dDdmNotifyEnable is 'true' and an abnormal alarm situation occurs or recovers from an abnormal alarm situation to normal status. | 1.3.6.1.4.1.171.14.72.0.1 | current |
| dDdmWarningTrap NOTIFICATION-TYPE The trap is sent when dDdmNotifyEnable is 'true' and an abnormal warning situation occurs or recovers from an abnormal warning situation to normal status. | 1.3.6.1.4.1.171.14.72.0.2 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| dDdmCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the DLINKSW-DDM-MIB. | 1.3.6.1.4.1.171.14.72.2.1.1 | current |
| dDdmInfoGroup OBJECT-GROUP A collection of objects provides DDM operating information. | 1.3.6.1.4.1.171.14.72.2.2.1 | current |
| dDdmCfgGroup OBJECT-GROUP A collection of objects provides DDM configuration. | 1.3.6.1.4.1.171.14.72.2.2.2 | current |
| dDdmNotifyGroup NOTIFICATION-GROUP The collection of notifications used for DDM. | 1.3.6.1.4.1.171.14.72.2.2.3 | current |