Page 1 of 1

OAW AP1321 SNMP Client Count

Posted: 28 Mar 2024 07:28
by mrenner
Hi all,

i need to get the Client count for our APs through snmp, but cannot find a oid for this.
Any hint in the direction of the right OID would be great.

Thank you

Re: OAW AP1321 SNMP Client Count

Posted: 16 Dec 2024 10:53
by wilfie113
Hi,

You could start by using oid 1.3.6.1.4.1.6486.802.1.1.2.1.2.12.1.

Checking the AP1321 MIB I read the following:

DisplayString ::=
OCTET STRING

apBaseInfo OBJECT IDENTIFIER ::= { apInfo 1 }
apRadioInfo OBJECT IDENTIFIER ::= { apInfo 2 }
apWlanInfo OBJECT IDENTIFIER ::= { apInfo 3 }
apClientInfo OBJECT IDENTIFIER ::= { apInfo 4 }

so o.i.d. 1.3.6.1.4.1.6486.802.1.1.2.1.2.12.1.4 would give you the client info, combine this with option 3 and you would know on which SSID they are connected.

Hope this helps,

Kind regards,

wifi113