Can you fill a custom property from a UnDP value?
Background: I'm part of a new WISP that started up. I got a funny request to where I need to pull a value from a base station via a UnDP SNMP Table and link that to a subscriber's radio.
The Base Stations maintain an SNMP Table of every subscriber attached to it. Nearly everything I want to know about a subscriber's radio is in there. Now, the Subscriber also maintains a table too but there are only two things are relatable. The SSID of the Base Station and it's ID number associated with that subscriber in the Base Station's tables.
Can anyone provide me some direction as to how I can link this stuff together so that I can display things in the customer's "node" in NPM? Things that are recorded that I would like to have reporting in their node and Orion reports are throughput test, RTT and RSS. I understand that I'm going to have to get fancy with SWQL/SQL but I don't even know where to start. I'm struggling with SQL/SWQL because trying to join and do nested queries is kicking my ass. I do know Python and PowerShell though.