Found a temporary workaround.
Problem was the router would reboot when the snmp connectivity test
was run.
Could also create this issue with (snmpwalk -v 1 -c public
fwag114.dbonenet.com .1).
Changing the test to use 1.3 OID does not cause the reboot.
Any suggestions for a solution to this issue.
Thanks
Alan
SNIPPET from /Products/DataCollector/SnmpClient.py
--------------------------------------------
def doRun(self, driver):
# test snmp connectivity
log.debug("Testing SNMP configuration")
yield self.proxy.walk('.1')
try:
driver.next()
except Exception, ex:
log.exception("Unable to talk: " + self.connInfo.summary())
return
Try changing that proxy.walk to .1.3.6.1.2.1.1.0 instead of .1. What
kind of router is this?
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users