Wifi controller Enterasys identifi C4110-2 - Numbers of clients per access point with SNMP
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-11-2015 06:56 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-12-2015 12:56 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-12-2015 12:56 PM
Mighty fine work here Gareth. Well done!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-12-2015 11:26 AM
Gareth,
Thanks for all.
It worked perfectly.
:)
Thanks for all.
It worked perfectly.
:)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-12-2015 10:28 AM
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
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
