Ceragon IP20E / Cera 10 OS - no radios in unit

How would one get info from the radios, which I can assure you are present :slight_smile: Cera OS 9 pulls data fine.

image

Hi @signa
Right now, the code seems to search all interfaces that include β€œRadio” in their name. (ifDescr to be precise). This way of doing is not very efficient and obvisously does not work in your setup.

I would suggest that you check the code existing in includes/polling/os/ceraos.inc.php
You can then adapt this file and submit a pull request to enhance LibreNMS for all other users :slight_smile:

The best would be to find a proper OID to get this number (in a single SNMP request).