All MIBs › SYMBOL-ENTERPRISE-PRIVATE-MIB › apKBOS
apKBOS
Module: SYMBOL-ENTERPRISE-PRIVATE-MIB
OID (symbolic): SYMBOL-ENTERPRISE-PRIVATE-MIB::apKBOS
OID (numeric): 1.3.6.1.4.1.388.1.1.2.9.1.7
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
Kilobytes sent per second by AP on the radio interface.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.388.1.1.2.9.1.7 snmpwalk -v2c -c public <target> SYMBOL-ENTERPRISE-PRIVATE-MIB::apKBOS
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.388.1.1.2.9.1.7.1 snmpget -v2c -c public <target> SYMBOL-ENTERPRISE-PRIVATE-MIB::apKBOS.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.388 | symbol | SYMBOL-DSSS-ENTERPRISE-PRIVATE-MIB |
| 1.3.6.1.4.1.388.1 | spectrum24 | SYMBOL-DSSS-ENTERPRISE-PRIVATE-MIB |
| 1.3.6.1.4.1.388.1.1 | apProduct | SYMBOL-ENTERPRISE-PRIVATE-MIB |
| 1.3.6.1.4.1.388.1.1.2 | apPerformMgmt | SYMBOL-ENTERPRISE-PRIVATE-MIB |
| 1.3.6.1.4.1.388.1.1.2.9 | apKnownAPsTable | SYMBOL-ENTERPRISE-PRIVATE-MIB |
| 1.3.6.1.4.1.388.1.1.2.9.1 | apKnownAPsEntry | SYMBOL-ENTERPRISE-PRIVATE-MIB |
| 1.3.6.1.4.1.388.1.1.2.9.1.7 | apKBOS | SYMBOL-ENTERPRISE-PRIVATE-MIB |
FAQ
What does apKBOS actually measure?
It's the outbound throughput of a specific access point, in kilobytes per second, on its radio interface — how much data the AP is sending wirelessly to associated clients at the moment it's polled.
How can I use apKBOS to find an overloaded AP in a warehouse deployment?
Poll apKBOS across all rows of the Known APs table and compare it with apKBIS (inbound KB/s) and the associated-client count for the same AP. An AP sitting near its radio's practical throughput ceiling while serving many devices is a candidate for load-balancing clients onto a neighboring AP or investigating channel congestion.