All MIBs › DLINK-WLAN-MIB › dot11OperationalRateSet
dot11OperationalRateSet
Module: DLINK-WLAN-MIB
OID (symbolic): DLINK-WLAN-MIB::dot11OperationalRateSet
OID (numeric): 1.3.6.1.4.1.171.1.3.1.1.6
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description: This attribute shall specify the set of data rates at which the station may transmit data. Each octet contains a value representing a rate. Each rate shall be within the range from 2 to 127, corresponding to data rates in increments of 500 kb/s from 1 Mb/s to 63.5 Mb/s, and shall be supported (as indicated in the supported rates table) for receiving data. This value is reported in transmitted Beacon, Probe Request, Probe Response, Association Request, Association Response, Reassociation Request, and Reassociation Response frames, and is used to determine whether a BSS with which the station desires to synchronize is suitable. It is also used when starting a BSS, as specified in 10.3.
This atribute also indicate the Basic Rate of the AP, rate that is used as transmit rate of 802.11 management and control packet. If 22Mbps is as basic rate, the bit 7(MSB) should be set(i.e. 0xAC, instead of 0x2C). Valid basic rate are (2-1)Mbps, (11-5.5-2-1)Mbps, (22-11-5.5-2-1)Mbps. example: (2-1)Mbps : 0x2C160B8482 (11-5.5-2-1)Mbps : 0x2C968B8482 (22-11-5.5-2-1)Mbps : 0xAC968B8482
What is dot11OperationalRateSet?
Bitmap of the 802.11 data rates (in 500 kb/s increments) the station supports for transmission, advertised in Beacon/Probe/Association frames; the high bit of each rate byte also marks it as a Basic Rate required for management/control traffic, e.g. 0xAC968B8482 signals a 22/11/5.5/2/1 Mbps basic-rate set.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.171.1.3.1.1.6 snmpwalk -v2c -c public <target> DLINK-WLAN-MIB::dot11OperationalRateSet
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.171.1.3.1.1.6.1 snmpget -v2c -c public <target> DLINK-WLAN-MIB::dot11OperationalRateSet.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.171.1.3.1.1.6.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> dot11OperationalRateSet.1
Start monitoring D-Link 802.11 wireless access point/router with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the DLINK-WLAN-MIB::dot11OperationalRateSet OID value, configure state conditions and alerts, and monitor any D-Link 802.11 wireless access point/router from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.171 | d_link | DE1500-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.171.1 | dlkEnterpriseAP | DLINK-WLAN-MIB |
| 1.3.6.1.4.1.171.1.3 | dlk80211bPlusDot11 | DLINK-WLAN-MIB |
| 1.3.6.1.4.1.171.1.3.1 | dot11smt | DLINK-WLAN-MIB |
| 1.3.6.1.4.1.171.1.3.1.1 | dot11StationConfigEntry | DLINK-WLAN-MIB |
| 1.3.6.1.4.1.171.1.3.1.1.6 | dot11OperationalRateSet | DLINK-WLAN-MIB |