Does LibreNMS support the Data Type Table?

I’m trying to make an overview with a table of all the missing APs from an LANCOM WLC. Under Custom OID I only see the Data Type Counter or Gauge. Does that mean “Table” is not supported or is there a way to make such an overview.

OID I’m talking about: 1.3.6.1.4.1.2356.11.1.73.9.1
– {TABLE} 1.3.6.1.4.1.2356.11.1.73.9.1
lcsStatusWlanMngmtApStatusMissingApTable OBJECT-TYPE
SYNTAX SEQUENCE OF LcsStatusWlanMngmtApStatusMissingApEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
“”
::= { lcsStatusWlanMngmtApStatus 1 }

Example Output:
iso.3.6.1.4.1.2356.11.1.73.9.1.1.1.0.160.87.69.172.85 = Hex-STRING: 00 A0 57 AB CD EF
iso.3.6.1.4.1.2356.11.1.73.9.1.1.2.0.160.87.69.172.85 = IpAddress: 0.0.0.0
iso.3.6.1.4.1.2356.11.1.73.9.1.1.3.0.160.87.69.172.85 = STRING: “AP111”
iso.3.6.1.4.1.2356.11.1.73.9.1.1.4.0.160.87.69.172.85 = STRING: “Room111”
iso.3.6.1.4.1.2356.11.1.73.9.1.1.5.0.160.87.69.172.85 = INTEGER: 1
iso.3.6.1.4.1.2356.11.1.73.9.1.1.21.0.160.87.69.172.85 = “”
iso.3.6.1.4.1.2356.11.1.73.9.1.1.31.0.160.87.69.172.85 = STRING: “Group-Office”

There is already code to show APs in LibreNMS. I didn’t look at it, but maybe there is a way to mark them as missing/offline.

LibreNMS can read SNMP tables, but not with Custom OID. Custom OID is really meant for one-off type stuff. Getting 1 numeric value OID from 1 device mapped to a single line on a chart. So counter/gauge only kind of makes sense.

Getting what you’re after would probably take some development work to better support LANCOM wireless. There might be some hints on that and getting its info into the existing AP/wireless tables that murrant mentioned at: Wireless Sensors - LibreNMS Docs