dDdmThresholdComponent
DLINKSW-DDM-MIB ·
.1.3.6.1.4.1.171.14.72.1.3.1.1.1
Object
column Enumeration
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.
Context
- MIB
- DLINKSW-DDM-MIB
- OID
.1.3.6.1.4.1.171.14.72.1.3.1.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- dDdmThresholdCfgEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DLINKSW-DDM-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DLINKSW-DDM-MIB::dDdmThresholdComponent'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DLINKSW-DDM-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DLINKSW-DDM-MIB::dDdmThresholdComponent.<ifIndex>.<dDdmThresholdComponent>.<dDmThresholdAbnormalLevel>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DLINKSW-DDM-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DLINKSW-DDM-MIB::dDdmThresholdComponent'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | temperature |
2 | voltage |
3 | biasCurrent |
4 | txPowerMw |
5 | txPowerDbm |
6 | rxPowerMw |
7 | rxPowerDbm |