mimosaChannelMode
MIMOSA-NETWORKS-BFIVE-MIB ·
.1.3.6.1.4.1.43356.2.1.2.6.3.1.2
Object
column Enumeration
Specifies the mode for the given channel. The transmit or receive values indicate Frequency Diversity (FD) mode is in use. The bidirectional value means that the channel is used for both transmit and receive in all other single or dual channel modes.
Context
- MIB
- MIMOSA-NETWORKS-BFIVE-MIB
- OID
.1.3.6.1.4.1.43356.2.1.2.6.3.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mimosaChannelEntry
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 '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::mimosaChannelMode'
More examples
Read one indexed 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::mimosaChannelMode.<mimosaChannel>'
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::mimosaChannelMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | transmit |
2 | receive |
3 | bidirectional |