mobileSmsSendMsgFormat
BINTEC-MOBILE-MIB ·
.0.4.1.24.1.7
Object
column r/w
Enumeration
The message format of the SMS. Traditional SMS use plain `txt(2)' format. Special or Unicode SMS use `pdu(1)' format.
Context
- MIB
- BINTEC-MOBILE-MIB
- OID
.0.4.1.24.1.7- 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::mobileSmsSendMsgFormat'
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::mobileSmsSendMsgFormat.<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::mobileSmsSendMsgFormat'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | pdu |
2 | txt |