vmsGlobalAdmFileAdminStatus
BINTEC-VMS-MIB ·
.0.34.1.1.10
Object
scalar r/w
Enumeration
File admin status: idle(1) : no action create(2): new wave files shall be stored on the storage device remove(3): files shall be deleted on the storage device
Context
- MIB
- BINTEC-VMS-MIB
- OID
.0.34.1.1.10- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- vmsGlobalAdm
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-VMS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-VMS-MIB::vmsGlobalAdmFileAdminStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-VMS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-VMS-MIB::vmsGlobalAdmFileAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | create |
3 | remove |