dot11PHYType

IEEE802dot11-MIB · .1.2.840.10036.4.1.1.1

Object

column Enumeration
This is an 8-bit integer value that identifies the PHY type
supported by the attached PLCP and PMD. Currently defined
values and their corresponding PHY types are:
              
FHSS 2.4 GHz = 01 , DSSS 2.4 GHz = 02, IR Baseband = 03,
	OFDM 5GHz = 04, HRDSSS = 05

Context

MIB
IEEE802dot11-MIB
OID
.1.2.840.10036.4.1.1.1
Type
column
Access
readonly
Status
current
Parent
dot11PhyOperationEntry
Groups
1

Walk 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 'IEEE802dot11-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IEEE802dot11-MIB::dot11PHYType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IEEE802dot11-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IEEE802dot11-MIB::dot11PHYType.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IEEE802dot11-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IEEE802dot11-MIB::dot11PHYType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1fhss
2dsss
3irbaseband
4ofdm
5hrdsss