saPduEasStatus
CPI-UNIFIED-MIB ·
.1.3.6.1.4.1.30932.1.20.40.30.1.4
Object
column Enumeration
Indicates if the Electronic Access Control system is ready, inactive, or in an error state.
If the status is Inactive, then the lock is not enabled on the PDU.
If the status is Error, then the cpiEasError field will have an error code to help diagnose the issue.
If the status is Ready, then the lock at the door is enabled and ready.
Context
- MIB
- CPI-UNIFIED-MIB
- OID
.1.3.6.1.4.1.30932.1.20.40.30.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- saEasEntry
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 'CPI-UNIFIED-MIB' -M '/opt/observium/mibs/chatsworth:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPI-UNIFIED-MIB::saPduEasStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPI-UNIFIED-MIB' -M '/opt/observium/mibs/chatsworth:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPI-UNIFIED-MIB::saPduEasStatus.<saPduLockRowId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPI-UNIFIED-MIB' -M '/opt/observium/mibs/chatsworth:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPI-UNIFIED-MIB::saPduEasStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | inactive |
1 | ready |
2 | error |