URGENT: Question on Row context/dynamic row

2006-06-05 Thread Anurag Verma
Hi, I would appreciate a quick response to my query. To cut short my earlier long mail I am basically interested in knowing the following with respect to latest released version of net-snmp. 1) Does row context structure for dynamic row collect column data set for same table across different SN

Re: not able find the mib node for mib2c

2006-06-05 Thread amit limaye
u are again commiting the same mistake there is will be a root node in the MIB just pick the root node -SIGTERN amit >  Original-Nachricht > Datum: Mon, 5 Jun 2006 14:47:03 -0700 (PDT) > Von: prasad duggineni <[EMAIL PROTECTED]> > An: [email protected]

not able find the mib node for mib2c

2006-06-05 Thread prasad duggineni
export MIBS=ALL I have a ClearCall-MIB node in the file ClearCall-MIB.txt. Trying to generate the code scalars. Throwing the following error. Attaching the mib file mib2c -c mib2c.scalar.conf ClearCall-MIB Cannot find module (ClearCall-MIB): At line 0 in (none) You didn't give mib2c a valid OID

Why I can't get the information of my MIB using snmpget ?

2006-06-05 Thread 李铭岳
  Hi,    I'm a fresh to SNMP, and at first I got  a simple MIB under the /mibs and got the .c and .h using mib2c ,and add the .c and .h to /agent/mibgroup ,then ./configure --with-mib-modules =" MY-MIB",make ;make install .Everything is successful. But I can't use snmpget ,snmpwalk

linking shared library

2006-06-05 Thread santhosh.sundarasamy
Title: linking shared library Hi,     I am using 5.2.1 in Linux machine.         I had linked shared library ( .so ) with snmpd binary by setting $LDFLAGS ,  $CFLAGS , $CPPFLAGS environment variables.     But while compiling library is linked from the /usr/lib path. Is th