PDN-ENTITY-SENSOR-EXT-MIB

        This MIB module is a supplement to the ENTITY-SENSOR-MIB,
RFC 3433.
    
Source file
PDN-ENTITY-SENSOR-EXT-MIB
Last revised
Identity
pdnEntitySensorExtMIB
Base OID
1.3.6.1.4.1.1795.2.24.2.45
Imported Objects
ENTITY-SENSOR-MIB EntitySensorValue entPhySensorEntry entPhySensorValue
PDN-HEADER-MIB pdn-common
SNMPv2-CONF MODULE-COMPLIANCE (no object page) NOTIFICATION-GROUP (no object page) OBJECT-GROUP (no object page)
SNMPv2-SMI MODULE-IDENTITY (no object page) NOTIFICATION-TYPE (no object page) OBJECT-TYPE (no object page)
Net-SNMP examples using the paradyne MIB directory Show commands

These commands use the standard Observium installation path and load the selected MIB variant before the RFC and Net-SNMP directories.

Translate the module identity
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDN-ENTITY-SENSOR-EXT-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDN-ENTITY-SENSOR-EXT-MIB::pdnEntitySensorExtMIB'
Walk the MIB subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'PDN-ENTITY-SENSOR-EXT-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-ENTITY-SENSOR-EXT-MIB::pdnEntitySensorExtMIB'
How SNMP, Net-SNMP, MIB paths, and variants work
Objects (16)
.1.3.6.1.4.1.1795.2.24.2.45
.1.3.6.1.4.1.1795.2.24.2.45.0
.1.3.6.1.4.1.1795.2.24.2.45.1
.1.3.6.1.4.1.1795.2.24.2.45.1.1
.1.3.6.1.4.1.1795.2.24.2.45.1.1.1
Bits
.1.3.6.1.4.1.1795.2.24.2.45.1.1.1.1
.1.3.6.1.4.1.1795.2.24.2.45.1.1.1.2
.1.3.6.1.4.1.1795.2.24.2.45.1.1.1.3
Enumeration
.1.3.6.1.4.1.1795.2.24.2.45.1.1.1.4
.1.3.6.1.4.1.1795.2.24.2.45.2
.1.3.6.1.4.1.1795.2.24.2.45.3
.1.3.6.1.4.1.1795.2.24.2.45.3.1
.1.3.6.1.4.1.1795.2.24.2.45.3.2
.1.3.6.1.4.1.1795.2.24.2.45.3.2.1
.1.3.6.1.4.1.1795.2.24.2.45.3.2.2
.1.3.6.1.4.1.1795.2.24.2.45.3.2.3
Dependencies (10) 4 direct · 6 transitive Show tree and compile order Hide dependency details

Each imported module is resolved in the importing module's source directory first, then through the normal default-variant rules.

Dependency tree
Conformance Groups (2)
A collection of objects for setting and reporting thresholds.
.1.3.6.1.4.1.1795.2.24.2.45.3.2.1.1
Notifications relative to thresholds going out of or in to
specification.
.1.3.6.1.4.1.1795.2.24.2.45.3.2.3.1
Compliance Statements (1)

OID .1.3.6.1.4.1.1795.2.24.2.45.3.1.1
The compliance statement for pdnEntitySensorExt entities which
implement the pdnEntitySensorExtMIB.
Required groups
optional pdnEntitySensorExtThresholdGroup This group is mandatory only for those entities which
implement setting and reporting of thresholds.
optional pdnEntitySensorExtThresholdNtfyGroup This group is mandatory only for those entities which
implement traps for thresholds being exceeded.
Object refinements
ObjectAccessSyntaxDescription
pdnEntPhySensorExtNotificationEnable readonly
In some implementations, for some sensors, it may not be
allowable to enable/disable the notification.
pdnEntPhySensorExtUpperThreshold readonly
In some implementations, sensor thresholds may not be
configurable may the user. Specific hardware implementations
may dictate thresholds. In these cases, the object can be
supported as read-only access.
pdnEntPhySensorExtLowerThreshold readonly
In some implementations, sensor thresholds may not be
configurable may the user. Specific hardware implementations
may dictate thresholds. In these cases, the object can be
supported as read-only access.
Notifications / Traps (2)
NameOIDDescription
.1.3.6.1.4.1.1795.2.24.2.45.0.1
This trap/notification signifies that a sensor value has
exceeded its threshold limit. i.e. its entPhySensorValue is
greater than its pdnEntPhySensorExtUpperThreshold or less
than its pdnEntPhySensorExtLowerThreshold.
.1.3.6.1.4.1.1795.2.24.2.45.0.100
This trap/notification signifies that a sensor value that had
exceeded its threshold limit, is now operating with in its
threshold limits. i.e. its entPhySensorValue is
less than or equal to its pdnEntPhySensorExtUpperThreshold and
greater than or equal to its pdnEntPhySensorExtLowerThreshold.