how to reset event stats via SNMP | docsis.org

You are here

how to reset event stats via SNMP

1 post / 0 new
admartin
how to reset event stats via SNMP

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!