mimosaWirelessProtocol
MIMOSA-NETWORKS-BFIVE-MIB ·
.1.3.6.1.4.1.43356.2.1.2.4.2
Object
scalar Enumeration
Describes the wireless protocol configured on the Mimosa device. Both TDMA and CSMA are supported. TDMA is a deterministic protocol where each device is assigned a time slot during which it is allowed to transmit. This allows for collocated radios to utilize the same channel and avoid Tx/Rx collisions and interference.
Context
- MIB
- MIMOSA-NETWORKS-BFIVE-MIB
- OID
.1.3.6.1.4.1.43356.2.1.2.4.2- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- mimosaTdmaInfo
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 'MIMOSA-NETWORKS-BFIVE-MIB' -M '/opt/observium/mibs/mimosa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MIMOSA-NETWORKS-BFIVE-MIB::mimosaWirelessProtocol.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MIMOSA-NETWORKS-BFIVE-MIB' -M '/opt/observium/mibs/mimosa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MIMOSA-NETWORKS-BFIVE-MIB::mimosaWirelessProtocol'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tdma |
2 | csma |