Your systems are probably not configured to let you scan them via SNMP.  Here's 
a basic checklist to get started:


Is an snmp agent running on the target platform?
Do you have the correct community string for that agent?
Is the agent configured to allow you to access it from the Zenoss address?
Are the routers/firewalls configured to pass SNMP traffic between Zenoss and 
the remote device?
Can you walk the device from the command line?


Here's how you walk a device:

Code:

$ snmpwalk -c <community> -v 1 <address>




Where address is the IP address for the device and <community> is the community 
string for that agent.  Try "public" if you don't know what that means.

------------------------
 Eric Newton




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=4636#4636

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to