wirelessIfOperationalMode
PROXIM-MIB ·
.1.3.6.1.4.1.841.1.1.1.1.1.1.1.3
Object
column r/w
OctetString
This parameter 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 object wirelessIfSupportedOperationalMode
shows the supported modes and the possible supported modes for
AP products:
dot11b(1),
dot11g(2),
dot11ng(3),
dot11a(4),
dot11na(5)
Context
- MIB
- PROXIM-MIB
- OID
.1.3.6.1.4.1.841.1.1.1.1.1.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- wirelessIfPropertiesTableEntry
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 'PROXIM-MIB' -M '/opt/observium/mibs/proxim:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PROXIM-MIB::wirelessIfOperationalMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PROXIM-MIB' -M '/opt/observium/mibs/proxim:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PROXIM-MIB::wirelessIfOperationalMode.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PROXIM-MIB' -M '/opt/observium/mibs/proxim:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PROXIM-MIB::wirelessIfOperationalMode'
Syntax
OctetString
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |