ipeFsUsbProcStatus
IPE-SYSTEM-MIB ·
.1.3.6.1.4.1.119.2.3.69.5.2.2.1.4
Object
column Enumeration
Status of USB memory control result.
The classification of a setting value and the meaning are as
follows.
0:Invalidity
1:NORMAL:Normal end
2:NORMAL:Executing
98:ERROR:The lack of free space on disk or media
99:ERROR:File/directory not found
101:ERROR:The kind of designated files,the size, contents, etc.
are unjust
102:ERROR:Media aren't inserted
103:ERROR:Media access error (ex:unjust format)
127:ERROR:Undefined error (other errors)
When having a control instruction, it's made '2:Executing'.
*'0:Invalidity' is used as an initial state.
*Pertinent details: ipeFsUsbCommand
Context
- MIB
- IPE-SYSTEM-MIB
- OID
.1.3.6.1.4.1.119.2.3.69.5.2.2.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipeFsUsbInfoEntry
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 'IPE-SYSTEM-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-SYSTEM-MIB::ipeFsUsbProcStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPE-SYSTEM-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-SYSTEM-MIB::ipeFsUsbProcStatus.<ipeFsUsbInfoIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPE-SYSTEM-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPE-SYSTEM-MIB::ipeFsUsbProcStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | invalid |
1 | completed |
2 | executing |
98 | diskFullError |
99 | noSuchFileError |
101 | unKnownFileError |
102 | notInsertError |
103 | accessError |
127 | otherError |