mobileSmsSendMsgStatus
BINTEC-MOBILE-MIB ·
.0.4.1.24.1.5
Object
column r/w
Enumeration
The Status of the SMS.
To start transmission of the SMS set Status to `transmit(1)'.
On successful transmission the Status is set to `success(2)'.
Afterwards the SMS is moved to the 'mobileSmsTable'.
When transmission fails the Status changes to `error(3)'.
The SMS stays in 'mobileSmsSendTable' for retransmissions.
If the SMS should be deleted from the 'mobileSmsSendTable'
and the mobile device storage specified in
'mobileSmsSendMsgStorage' the Status should be set to `delete(5)'.
Context
- MIB
- BINTEC-MOBILE-MIB
- OID
.0.4.1.24.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mobileSmsSendEntry
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::mobileSmsSendMsgStatus'
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::mobileSmsSendMsgStatus.<mobileSmsSendId>'
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::mobileSmsSendMsgStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | transmit |
2 | success |
3 | error |
5 | delete |