acPMNFSCurrentRequestsType
AC-PM-System-MIB ·
.1.3.6.1.4.1.5003.10.11.2.91.1.1.1
Object
column Enumeration
Request type: 0 (readFile), 1 (writeFile), 2 (play), 3 (record), 4 (other).
Context
- MIB
- AC-PM-System-MIB
- OID
.1.3.6.1.4.1.5003.10.11.2.91.1.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- acPMNFSCurrentRequestsEntry
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 'AC-PM-System-MIB' -M '/opt/observium/mibs/mediant:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AC-PM-System-MIB::acPMNFSCurrentRequestsType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AC-PM-System-MIB' -M '/opt/observium/mibs/mediant:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AC-PM-System-MIB::acPMNFSCurrentRequestsType.<acPMNFSCurrentRequestsType>.<acPMNFSCurrentRequestsInterval>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AC-PM-System-MIB' -M '/opt/observium/mibs/mediant:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AC-PM-System-MIB::acPMNFSCurrentRequestsType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | readFile |
1 | writeFile |
2 | play |
3 | record |
4 | other |