entPhySensorAdminStatus
CUMULUS-SENSOR-MIB ·
.1.3.6.1.4.1.40310.6.1.1.1.14
Object
column EntityAdminStatus
The Admin status of the sensor.
Context
- MIB
- CUMULUS-SENSOR-MIB
- OID
.1.3.6.1.4.1.40310.6.1.1.1.14- Type
- column
- Access
- readonly
- Status
- current
- Parent
- entPhySensorEntry
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 'CUMULUS-SENSOR-MIB' -M '/opt/observium/mibs/cumulus:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CUMULUS-SENSOR-MIB::entPhySensorAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CUMULUS-SENSOR-MIB' -M '/opt/observium/mibs/cumulus:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CUMULUS-SENSOR-MIB::entPhySensorAdminStatus.<entPhySensorIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CUMULUS-SENSOR-MIB' -M '/opt/observium/mibs/cumulus:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CUMULUS-SENSOR-MIB::entPhySensorAdminStatus'
Syntax
- Source
- EntityAdminStatus
- Base type
Enumeration
Values & Constraints
Type Values
0 | off |
1 | on |
2 | notApplicable |