My provisioning system is finally coming together and I'm polishing up the monitoring part. I've dug through the MIB tables (for modems) and pulled out what I think are important to be able to see, but I'm curious what other ones (that I may have overlooked) would be a good addition.
So far I have:
uptime: 1.3.6.1.2.1.1.3.0
TX power: 1.3.6.1.2.1.10.127.1.2.2.1.3.2
RX Power: 1.3.6.1.2.1.10.127.1.1.1.1.6.3
SNR: 1.3.6.1.2.1.10.127.1.1.4.1.5.3
microreflections: 1.3.6.1.2.1.10.127.1.1.4.1.6.3
resets: 1.3.6.1.2.1.10.127.1.2.2.1.4.2
lost sync: 1.3.6.1.2.1.10.127.1.2.2.1.5.2
ranging aborts 1.3.6.1.2.1.10.127.1.2.2.1.14.2
T1 timeouts: 1.3.6.1.2.1.10.127.1.2.2.1.10.2
T2 timeouts 1.3.6.1.2.1.10.127.1.2.2.1.11.2
T3 timeouts 1.3.6.1.2.1.10.127.1.2.2.1.12.2
T4 timeouts 1.3.6.1.2.1.10.127.1.2.2.1.13.2
num interfaces: 1.3.6.1.2.1.2.1.0
IF description 1.3.6.1.2.1.2.2.1.2.${i}
IF status 1.3.6.1.2.1.2.2.1.8.${i}
Here is a useful motorola oid
1.3.6.1.4.1.1166.1.19.3.1.19.0
Determines if a motorola modem is in standby mode or not.
confirm. 1.3.6.1.4.1.1166.1.19.3.1.19.0 shows
"1" when standby mode is on
"2" when standby mode is off
Same for thomson
.1.3.6.1.4.1.2863.205.1.1.20.0
07 or 0x07 - ON
0F or 0x0F - OFF
I have examined several thousands of Thomson cable modems with oid .1.3.6.1.4.1.2863.205.1.1.20.0 Almost all of them showed
value "0x07", and only few of them showed something different. But it was "0x27". None of them showed "0x0F" value. Probably "0x27" may represent standby mode.