Questions for perl SNMP coders...

2005-01-06 Thread Greg Wickham
Hi All, I've been plugging away at a problem in the perl SNMP module and would like to start a dialogue with anyone who has experience coding in the perl xs and SNMP world. My problem stems from persistent problems using the asynchronous capabilities of SNMP module. Specifically invoking a bulkw

Backporting fix for "SNMPv3 not-in-time window after 248 days"

2005-01-06 Thread Ian Neal
Hi all, I'm interested in back porting the fix for the afore mentionned bug to netsnmp 5.1.2 for the following OSes: AIX 4.3.3, 5.1 and 5.2 HPUX 10.2, 11 and 11i Solaris 2.6, 2.7, 8 and 9 Redhat 7.3, 9, REL 2.1 U4, REL 3.0 U3 and SLES8 What are the necessary code changes to make this happen. L

Re: SNMP trap

2005-01-06 Thread Coders
On Thu, 06 Jan 2005 19:12:52 +0530 Sanjib wrote: SN> Is there any specific trap (e.g. authenticationFailure) which can serve SN> my purpose? That really depends on the alert type. You can poke about in the mibs directory to see if any exiting trap/notifications seem appropriate for your alert typ

Re: SNMP trap

2005-01-06 Thread Sanjib Nath
Hi Robert, Lets take an example, I have an alert table with OID x.y.z Now sub agent reads data from a server and creates alert objects, e.g. x.y.z.1 x.y.z.2 etc. Now I want to execute a script when one or more alerts are generated. Is there any specific trap (e.g. authenticationFailure) which can s