Thread: Superhub Just got the SuperHub 3
View Single Post
Old 16-11-2015, 22:42   #94
MUD_Wizard
Inactive
 
Join Date: May 2013
Posts: 382
MUD_Wizard is a splendid one to beholdMUD_Wizard is a splendid one to beholdMUD_Wizard is a splendid one to beholdMUD_Wizard is a splendid one to beholdMUD_Wizard is a splendid one to beholdMUD_Wizard is a splendid one to beholdMUD_Wizard is a splendid one to beholdMUD_Wizard is a splendid one to beholdMUD_Wizard is a splendid one to behold
Re: Just got the SuperHub 3

Quote:
Originally Posted by mmm View Post
Yes, but are the snmp oids defined anywhere, or are they just device specific?
They are standards based, defined in the appropriate RFC's.
Most are not device specific.


Quote:
Originally Posted by mmm View Post
How do you know that

http://ntl250.lan/walk?oids=1.3.6.1....127.1.2.2.1.3;

gives you an upstream power multiplied by 10?

Code:
{
"1.3.6.1.2.1.10.127.1.2.2.1.3.2":"405",
"1":"Finish"
}
It's a well documented CISCO standard OID (which is not device specific):
http://tools.cisco.com/Support/SNMP/...itClicked=true

Which tells you the units are in tenths of a dBmV.


---------- Post added at 23:42 ---------- Previous post was at 23:29 ----------

Quote:
Originally Posted by Kushan View Post
That said, the WebUI is currently a clumsy implementation of the above, you can look at the source code and it's fairly messy (even by Javascript standards).
Having read the complete Javascript source code many times I think Arris really wanted to obfuscate the code's workings.
MUD_Wizard is offline   Reply With Quote