SNMP Issues Cisco WLC

Hi Guys,
I’m trying to grab as much info from a Cisco WLC controller as I can.

But either I’m noob here ( thats a fact ) but i could not grab some information from WLC controller, like the clients connected or hostname/mac … and even the ordinary poll data fails ( i had to hack snmp.inc ) to pass that.

As pointed here, i had to hack to use the -Cc

My validate.php file

  1. ====================================

  2. Component | Version

  3. --------- | -------

  4. LibreNMS | 22.1.0-45-g2e3584405

  5. DB Schema | 2021_12_02_113537_ports_stp_designated_cost_change_to_int (234)

  6. PHP | 7.4.3

  7. Python | 3.8.10

  8. MySQL | 10.3.32-MariaDB-0ubuntu0.20.04.1

  9. RRDTool | 1.7.2

  10. SNMP | 5.8

  11. ====================================

  • [[32mOK[0m] Composer Version: 2.2.6
  1. [[32mOK[0m] Dependencies up-to-date.

  2. [[0;32mOK[0m] Database connection successful

  3. [[0;32mOK[0m] Database schema correct

  4. [[1;33mWARN[0m] Your local git contains modified files, this could prevent automatic updates.

  5. [[1;34mFIX[0m]:

  6. [1;34mYou can fix this with ./scripts/github-remove[0m

  7. Modified Files:

  8. bootstrap/cache/.gitignore

  9. includes/definitions/discovery/ciscowlc.yaml

  10. includes/snmp.inc.php

  11. logs/.gitignore

  12. rrd/.gitignore

  13. storage/app/.gitignore

  14. storage/app/public/.gitignore

  15. storage/debugbar/.gitignore

  16. storage/framework/cache/.gitignore

  17. storage/framework/cache/data/.gitignore

  18. storage/framework/sessions/.gitignore

  19. storage/framework/testing/.gitignore

  20. storage/framework/views/.gitignore

  21. storage/logs/.gitignore

  22. [[1;31mFAIL[0m] We have found some files that are owned by a different user than ‘librenms’, this will stop you updating automatically and / or rrd files being updated causing graphs to fail.

  23. [[1;34mFIX[0m]:

  24. [1;34msudo chown -R librenms:librenms /opt/librenms[0m

  25. [1;34msudo setfacl -d -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/[0m

  26. [1;34msudo chmod -R ug=rwX /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/[0m

  27. Files:

  28. /opt/librenms/rrd/smokeping/__sortercache/data.lnmsFPing-0.storable

  29. /opt/librenms/rrd/smokeping/__sortercache/data.lnmsFPing-1.storable

  30. /opt/librenms/rrd/smokeping/storage

  31. /opt/librenms/rrd/smokeping/storage/brstgsao0001_sika_com.rrd

And
Discovery
hxxps:// p. libren. ms/view/dfb4a3ef
Poller
hxxps:// p .libren. ms/view/230ea44d

I would like to have extra data and nice graphs on those pages

snmpwalk/bulk looks like fails because of that
https://quickview.cloudapps.cisco.com/quickview/bug/CSCvn76033

Still looking for help on this :slight_smile:

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