cancel
Showing results for 
Search instead for 
Did you mean: 

Wifi controller Enterasys identifi C4110-2 - Numbers of clients per access point with SNMP

Wifi controller Enterasys identifi C4110-2 - Numbers of clients per access point with SNMP

Carlos_Castro
New Contributor
Hi all,

sorry for my English.

I'm having trouble picking up the users connected by access point via SNMP.

Anyone know which OID is responsible for this task in the MIB?

Thank you all
6 REPLIES 6

Gareth_Mitchell
Extreme Employee
Thanks for the feedback Carlos.

I wrote this article that covers our discussion: https://gtacknowledge.extremenetworks.com/articles/Q_A/What-MIBs-can-I-poll-to-find-the-number-of-us...

Best regards

-Gareth

Mighty fine work here Gareth. Well done!

Carlos_Castro
New Contributor
Gareth,

Thanks for all.

It worked perfectly.

:)

Gareth_Mitchell
Extreme Employee
Carlos

The user count is here:

root@kubuntu-1:/var/log# snmpwalk -v3 -u identifi -a SHA -A extreme123456789 -l authpriv -x AES -X extreme123456789 aaa.bbb.ccc.ddd 1.3.6.1.4.1.4329.15.3.5.2.2.1.14

iso.3.6.1.4.1.4329.15.3.5.2.2.1.14.3 = Gauge32: 2
iso.3.6.1.4.1.4329.15.3.5.2.2.1.14.4 = Gauge32: 1

The AP name is here:

root@kubuntu-1:/var/log# snmpwalk -v3 -u identifi -a SHA -A extreme123456789 -l authpriv -x AES -X extreme123456789 aaa.bbb.cccc 1.3.6.1.4.1.4329.15.3.6.2.1.12

iso.3.6.1.4.1.4329.15.3.6.2.1.12.6.0.34.176.109.77.255 = STRING: "AP3805i-test"
iso.3.6.1.4.1.4329.15.3.6.2.1.12.6.64.176.250.100.72.94 = STRING: "AP3825i-test"
iso.3.6.1.4.1.4329.15.3.6.2.1.12.6.252.194.222.201.188.174 = STRING: "AP3825i-test"

AP name is also here (all AP's not just active but cut to the ones shown above:)

root@kubuntu-1:/var/log# snmpwalk -v3 -u identifi -a SHA -A extreme123456789 -l authpriv -x AES -X extreme123456789 aaa.bbb.ccc.ddd 1.3.6.1.4.1.4329.15.3.5.1.2.1.2
iso.3.6.1.4.1.4329.15.3.5.1.2.1.2.3 = STRING: "AP3825i-test"
iso.3.6.1.4.1.4329.15.3.5.1.2.1.2.4 = STRING: "AP3805i-test"

2 users were on AP3825, one on the 3805.

Hope this helps

-Gareth

GTM-P2G8KFN