Looks like you need these MIBs: http://www.oidview.com/mibs/1123/md-1123-1.html. At least, trap .1.3.6.1.4.1.1123.4.500.2 is defined in SM10-R2-MIB.
Best regards,
Victor
Best regards,
Victor
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: lindeamon on August 30, 2011, 02:57:03 PM
i am sorry but i still do not fully understand what does it mean.
what are the addition configuration files ?
what do they include ?
do they include files need for action ?
are they like hp openview's instrumentations ?
#include <stdio.h>
int main(int argc, char *argv[])
{
FILE *f = fopen("c:\\temp\\s.log","w");
fprintf(f, "p1: %s\n", argv[1]);
fprintf(f, "p2: %s\n", argv[2]);
fprintf(f, "p3: %s\n", argv[3]);
fclose(f);
return 0;
}