2009/5/26 NOCspiritedBBnet <[email protected]> > First off thanks for the help, but the what daemons need to be running for > zenoss to see the snmp walk: > > ==== 208.50.XXX.XX ==== > snmpwalk -v1 -cSBBZENOSS 208.50.XXX.XX system > Timeout: No Response from 208.50.XXX.XX > > > What OS are your clients running?
You just need snmpd running with a good config. Note that by default Ubuntu (and Debian?) limit snmp to the local machine. You need to edit /etc/default/snmpd to allow connections from remote machines. Try using "netstat -lu" on the client machine to determine if snmpd has opened a listening udp socket. You should see an entry for *.snmp under the local address column. -- Regards, Graham Bloice
_______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
