OID for Ubiquiti ERL
-
I signed up with Atera (trial) to give it a whirl and see if it would be very beneficial or not.
I added the windows client easy enough, but they are lacking in the Linux space. I at least wanted to get a monitor on the the EdgeRouter for the site I am testing this on. Atera use SNMP for this purpose. But to set it up , you need to know the OID.
So I logged into the router and ran
snmpwalk
twice to get everything into a text file. There may be a simple way to list the OID description and number at once, but i don't know it.Note: this command returns about 7900 rows of data.
snmpwalk -v 2c -c public -On 10.1.1.1 >>oidnum.txt snmpwalk -v 2c -c public 10.1.1.1 >>oidname.txt
Then I took the resulting files into a quick spreadsheet to search for what I wanted.
I was then able to browse the spreadsheet and find a list of OID I wanted to pop in here.