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
and I am getting this results
DOCS-IF-MIB::docsIfSigQUnerroreds.3 = Counter32: 286144903 codewords
DOCS-IF-MIB::docsIfSigQUncorrectables.3 = Counter32: 830 codewords
DOCS-IF-MIB::docsIfSigQCorrecteds.3 = Counter32: 211614 codewords
DOCS-IF-MIB::docsIfCmStatusResets.2 = Counter32: 447 resets
I would like to know if there is any snmp query to reset or clear this counters, instead to reboot the cable modem.
thanx!