configPhyCellSetPINStatus
ACKSYS-MIB ·
.1.3.6.1.4.1.28097.8.2.2.1.8
Object
column AsyncSetStatus
Not implemented. Status of a write operation to configPhyCellSetPIN / configPhyCellSetPUK. set-init: no operation was requested yet set-more: more data (PUK code) needed set-wait: operation in progress set-ok: operation finished and succeeded set-fail: operation finished and failed
Context
- MIB
- ACKSYS-MIB
- OID
.1.3.6.1.4.1.28097.8.2.2.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- configPhyCellEntry
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 'ACKSYS-MIB' -M '/opt/observium/mibs/acksys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ACKSYS-MIB::configPhyCellSetPINStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ACKSYS-MIB' -M '/opt/observium/mibs/acksys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ACKSYS-MIB::configPhyCellSetPINStatus.<configPhyCellName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ACKSYS-MIB' -M '/opt/observium/mibs/acksys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ACKSYS-MIB::configPhyCellSetPINStatus'
Syntax
- Source
- AsyncSetStatus
- Base type
Enumeration
Values & Constraints
Type Values
0 | set-init |
1 | set-more |
2 | set-wait |
3 | set-ok |
4 | set-fail |