Re: Net-SNMP

2010-04-21 Thread Harish
Hi, You can use net-SNMP library for this. It provides some sample working code for all get,getnext,set and walk. You can use that for your purpose. It is written in C, so you can use C++ as well for this purpose. Thanks Harish Jadhav Men seek to understand and conquer technology.

cache handler xxx question

2010-04-21 Thread Kathy McLeod
Hi - Re this excerpt from the cache_handler documentation page: xxx - method to prevent cache from expiring while a request is being processed (e.g. delegated request). proposal: set a flag, which would be cleared when request finished (which could be acomplished by a dummy data list item in

question on INOPTS r option

2010-04-21 Thread Kathy McLeod
Hi - I added code to my plugin(s) to check for range legality, but then I noticed this option on the commands: -I INOPTS r: do not check values for range/type legality Is this something I have to check for in my plugin, or is that a directive for the manager, or what? If I have to check

Help

2010-04-21 Thread jihed lazid
Hi, I have the following questions : Giving an SNMP agent and a set of devices to monitor, how can the SNMP agent know about the status of the monitored device ? Is the SNMP agent knowing the status of the device via the OS device manager module or from the device driver itself ? If I added a

RE: question on INOPTS r option

2010-04-21 Thread Mike Ayers
From: Kathy McLeod [mailto:kmcl...@us.ibm.com] Sent: Wednesday, April 21, 2010 7:56 AM I added code to my plugin(s) to check for range legality, but then I noticed this option on the commands: -I INOPTS r: do not check values for range/type legality Is this something I have to check