OID for EPMP Channel Bandwidth

Does anyone have an OID that will work for pulling the channel bandwidth of a 3000 AP?
Thanks

1 Like
wirelessInterfaceScanFrequencyBandwidth OBJECT-TYPE
        SYNTAX     Integer32 (1..31)
        MAX-ACCESS read-write
        STATUS     current
        DESCRIPTION
                "Frequency Bandwidth as bitmask, fields are:
                        1 - 20Mhz,
                        2 - 40Mhz,
                        4 - 10Mhz,
                        8 - 5Mhz,
                        16 - 80Mhz (Only for 802.11ac)
                Device Allocation: SM"
        DEFVAL  { 1 }
        ::= { wirelessInterface 32 }

Numerical OID:

snmpget -v2c -c MYComm -On 10.10.10.10 CAMBIUM-PMP80211-MIB::wirelessInterfaceScanFrequencyBandwidth.0
.1.3.6.1.4.1.17713.21.3.8.2.32.0 = INTEGER: 1
2 Likes

Thanks. I’ll give that a shot.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.