vmsMessageAdminStatus
BINTEC-VMS-MIB ·
.0.34.1.5.1.7
Object
column r/w
Enumeration
Admin status of the messages. enabled(1): no action for this message active move-to-old(2): new message should be moved to old move-to-saved(3): now/old message should be moved to saved delete(4) : message should be deleted
Context
- MIB
- BINTEC-VMS-MIB
- OID
.0.34.1.5.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- vmsMessageEntry
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 'BINTEC-VMS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-VMS-MIB::vmsMessageAdminStatus'
More examples
Read one indexed 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::vmsMessageAdminStatus.<vmsMessageIndex>'
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::vmsMessageAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | move-to-old |
3 | move-to-saved |
4 | delete |