OS for Brocade/Ruckus ICX7250 shows up Brocade IronWare and not with OS Version

My Brocade ICX7250 switches do not show the OS version on the devices page. discovery output - https://pastebin.com/AyN9RqVd![brocadeLibreNMS|690x396](upload://shNAaQBwbXgSbiquQVunywYIu5X.JPG)![brocadeOS|690x373](upload://qiQbjv3yN9wClACPgN3BZi5Yy34.JPG)

Looking at the poller output it looks like an OID the needs to have the OS version in it is empty. If i knew what what was missing I can open a case with Ruckus/Brocade. I believe the Operating System column should have the name and version “Brocade IronWare Version 08.0.80T213”

Hello

A few options to try:

  • You can try to find if the information is available somewhere else by asking Ruckus/Brocade for the MIB file of this precise device. A different MIB file than the one included in Librenms might mean that the devices are also answering differently than older versions etc etc.
  • Or if you feel to dig in the SNMP replies, you can also poll the device and check the results :
    /usr/bin/snmpwalk -v2c -c COMMUNITY -Oqv -M /opt/librenms/mibs:/opt/librenms/mibs/brocade udp:HOSTNAME:161 .1.3.6.1.4.1.12148
    (replace COMMUNITY and HOSTNAME with the values).
    Then if you do not find what you would like, you can extend to .1 in order to have the complete SNMP tree.

You can pastebin the snmpwalk values with the results (follow the help you’ll find in https://docs.librenms.org/#Support/FAQ/#faq20) and you should get some feedback.

Bye