Hi,
I am monitoring some cable modems using the snmp querys as follow
snmpwalk -v 2c -c public 10.58.0.41 DOCS-IF-MIB::docsIfSigQUnerroreds.3
snmpwalk -v 2c -c public 10.58.0.41 DOCS-IF-MIB::docsIfSigQUncorrectables.3
snmpwalk -v 2c -c public 10.58.0.41 DOCS-IF-MIB::docsIfSigQCorrecteds.3
snmpwalk -v 2c -c public 10.58.0.41 DOCS-IF-MIB::docsIfCmStatusResets.2
I would like to know if there is any snmp query to reset or clear this counters, instead to reboot the cable modem.
thanx!
Asaf Kolman
I think you shouldn't reset counters. Perhaps better way for you is to monitor it and store it into rrd or tsdb. Than you can see on what exact time you have problems. Resetting it to 0 it will only deliver you that you've had a problem. As you are looking at the downstream values I believe that this errors are not appearing all the time.
BR,
Janko
Hi Janko,
thanks for your comment but I want to reset this value.
I don't want to store this info as it cost me a lot of DB resources.
thanks,
Asaf
Hi Asaf,
Did you ever find an answer to this? I would like to know as well.
Thanks