mobileSmsMsgStatus
BINTEC-MOBILE-MIB ·
.0.4.1.25.1.4
Object
column r/w
Enumeration
The status of the SMS.
The first four states correspond with 3GPP TS27.005.
For incoming SMS the Status is set to `rec-unread(1)'.
After reading the SMS the Status is set to `rec-read(2)'.
On storing one SMS for sending the Status is `sto-unsent(3)'.
If SMS was sent successfully Status changes to `sto-sent(4)'.
In order to delete the SMS permanently set Status to `delete(5)'.
This object can only be set to `delete'.
Other settings are ignored silently.
Context
- MIB
- BINTEC-MOBILE-MIB
- OID
.0.4.1.25.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mobileSmsEntry
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-MOBILE-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-MOBILE-MIB::mobileSmsMsgStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-MOBILE-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-MOBILE-MIB::mobileSmsMsgStatus.<mobileSmsIfIndex>.<mobileSmsMsgStorage>.<mobileSmsMsgSlot>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-MOBILE-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-MOBILE-MIB::mobileSmsMsgStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | rec-unread |
2 | rec-read |
3 | sto-unsent |
4 | sto-sent |
5 | delete |