mwcotton does have a good point. It could be very well that the SNMP responses 
come from the other IP on that box. (not RFC compliant which states that a snmp 
query on IP x should give a response with source IP x). However I've seen 
devices (Nortel OME6500's) that answer with a different source IP. If you have 
iptables running it will drop the responses because of connection tracking. You 
might want to allow this to work around this:

ACCEPT     udp  --  anywhere             anywhere            state NEW udp 
spt:snmp

I don't know this is very helpful, but it might be worth while checking.

Besides that if Zenoss states that the machine's snmp agent is down try doing 
an snmpget from zenoss with the "-d" option. It tells you from which IP it 
responded.

Good luck




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

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

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



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

Reply via email to