mpsWaveFileStatus
FEC-MPS-MIB ·
.0.53.13.4.1.9
Object
column r/w
Enumeration
Wave file status: create(1) -> new wave file shall be stored on the device remove(2) -> wave file shall be deleted on the storage device done(3) -> synchronization of storage device with MIB is done.
Context
- MIB
- FEC-MPS-MIB
- OID
.0.53.13.4.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mpsWaveFileEntry
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 'FEC-MPS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-MPS-MIB::mpsWaveFileStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FEC-MPS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-MPS-MIB::mpsWaveFileStatus.<mpsWaveFileIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-MPS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-MPS-MIB::mpsWaveFileStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | create |
2 | remove |
3 | done |