agnSensorsStatus
ACE2002-MIB ·
.1.3.6.1.4.1.164.6.2.28
Object
scalar OctetString
This entry specifies the Sensors (Temperature sensors or others)
existence and status.
Each sensor will be represented by 2 bits,
where the first bit (right) will specify the existence:
(0= Not exist, 1=exist),
and the left bit will specify it's status
(0= OK, 1=FAIL), so for each sensor:
00 - sensor does not exist
01 - sensor exists and status is OK
11 - sensor exists and status is not OK
( e.g. temperature exceeds pre-defined threshold)
bits 0-1 are for first sensor
bits 2-3 are for 2nd sensor (if exists)
and so on...
Bit 0 is the LSB.
Context
- MIB
- ACE2002-MIB
- OID
.1.3.6.1.4.1.164.6.2.28- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- agnt
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ACE2002-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ACE2002-MIB::agnSensorsStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ACE2002-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ACE2002-MIB::agnSensorsStatus'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.