On 6 Dec 2007 05:47:19 -0000, vishal_nitr <[EMAIL PROTECTED]> wrote: > Hi ALL, > I have a notification object which contains table objects in it's > var bind > i want to generate template code for it. I tried mib2c.notify.conf but its > not working.
The code generated by mib2c.notify.conf is the basic template code for sending a trap. It does not (and inherently cannot) handle the issues of which particular row of a table has triggered the trap, or what values the payload varbinds should take. You will need to tweak the parameters of the routine used to send the trap, in order to take this extra information. And then amend the code that invokes this routine to supply the appropriate values. Dave ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
