Using 'trapsess'

2005-05-15 Thread Sridhar S
Hello, On last Friday I checked out a copy of Net-SNMP from the CVS, I am able to build and run successfully. With this version I tried to send a SNMP-V3 trap. I could able to send the trap to the destination with the following entry in the snmpd.conf. trapsess -v 3 -a MD5 -A sridhar123 -l authPr

For get-next processing, what should be the error code to be retu rned to the net-snmp library if there is no-next instance for the given O ID..?

2005-05-15 Thread Pamidipati Suresh-G20238
Title: Message We are using Net-snmp 5.1.1. table_handler() as described in agent/helpers/table.c   For get-next processing, what should be the error code to be returned to the net-snmp library if there is no-next instance for the given OID..?    Our application uses  netsnmp_se

vuTrapCon - an easy-to-install SNMP Trap Console for Windows

2005-05-15 Thread Tevfik Karagülle
Hi, vuTrapCon is a simple SNMP Trap Console for Windows, capable of producing user friendly trap messages by e-mail. It is a free package and based on components from Net-SNMP package. vuTrapCon has more than 100 MIBs, including those for Compaq and Dell servers. See http://www.itefix.no/vutra

snmp_shutdown ( ) - Is not killing all my threads

2005-05-15 Thread Karthik.C.L
Hi, My Net-Snmp Ver: 5.0.2 I have 3 threads, running my snmp MIB libraries, these check for device status. On a shut_down trigger all the threads should stop including snmpd. But only the MIB, which called this shutdown deinit() , all other threads r running. Let me, know if there is alternate