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
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]
>
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
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
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