Hi snmp-gurus, I am newbie to SNMP. Can somebody help me in setting SNMP_ERR_NOTWRITABLE handler. I want to disable snmpset for a particular oid. Can help me with small example or online tutorial with example.
Ravi R.S -----Original Message----- From: Robert Story [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 28, 2005 10:30 PM To: Ravi, Rajagopal Shanmugam (Rajagopal Shanmugam)** CTR ** Cc: [email protected] Subject: Re: Disabling snmpset for a specific OID On Tue, 27 Dec 2005 11:36:27 +0530 Rajagopal Shanmugam (Rajagopal Shanmugam)** CTR ** wrote: RRS> Is it possible to disable snmpset for a particular object for a specified RRS> interval of time? This is for my project requirement. Sure, just have the handler set the error for the varbind in question to SNMP_ERR_NOTWRITABLE during the interval. -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
