Add initial support for Teltonika RUT9xx routers (#386)

Note that Teltonika routers run the net-snmp agent and can present the net-snmp enterprise ID; if so, configure the following through the router CLI to be identified as Teltonika and to be picked up by this device class:

uci set snmpd.@system[0].sysObjectID=.1.3.6.1.4.1.48690
uci commit
ubus call uci commit '{"config":"snmpd"}'
This commit is contained in:
Jeroen van Ingen Schenau
2020-10-28 09:00:18 +01:00
committed by GitHub
parent 543072ca25
commit a263f54744
4 changed files with 294 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
Version 3.xx (xxxx-xx-xx)
[NEW FEATURES]
* Teltonika RUT9XX support
Version 3.70 (2019-10-15)
[NEW FEATURES]