oriWirelessIfOperationalMode
ORiNOCO-MIB ·
.1.3.6.1.4.1.11898.2.1.2.1.1.1.22
Object
column r/w
Enumeration
This object is used to set the wireless NIC Operational mode.
Depending on the wireless NIC in the device different wireless
operational modes can be configured. The supported modes are:
- 802.11b only
- 802.11g only
- 802.11b/g
- 802.11a only
- 802.11g-wifi
Context
- MIB
- ORiNOCO-MIB
- OID
.1.3.6.1.4.1.11898.2.1.2.1.1.1.22- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- oriWirelessIfPropertiesEntry
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 'ORiNOCO-MIB' -M '/opt/observium/mibs/proxim:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ORiNOCO-MIB::oriWirelessIfOperationalMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ORiNOCO-MIB' -M '/opt/observium/mibs/proxim:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ORiNOCO-MIB::oriWirelessIfOperationalMode.<oriWirelessIfPropertiesIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ORiNOCO-MIB' -M '/opt/observium/mibs/proxim:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ORiNOCO-MIB::oriWirelessIfOperationalMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dot11b-only |
2 | dot11g-only |
3 | dot11bg |
4 | dot11a-only |
5 | dot11g-wifi |