On 29/05/07, Shivani Garg <[EMAIL PROTECTED]> wrote:
> a) Say I am writing a MIB .my for an object by the name of myObject. I
> believe a var_myObject() function will be created by mib2c.
Either var_myObject() (if using the old v4 UCD module API), or
myObject_handler() (if using the newer v5 AP
On ons, 2007-06-06 at 21:58 +0100, Dave Shield wrote:
> The agent typically doesn't need the MIB file at all.
And still we load it.
I have toyed with the subagent that is generated by
net-snmp-config --compile-subagent test examples/scalar_int.c
and valgrind.
At the moment I end up with 3 le
On 29 May 2007 18:07:50 -0700, Mark Atwood <[EMAIL PROTECTED]> wrote:
> I want to create a row in the APPLICATION-MIB::applTable
>
> The way to do that seems to be, ultimately,
> to generate an agentx-IndexAllocate-PDU,
> which is done by agentx_register_index(),
> which is called by register_index
[ First - *please* don't mail me privately, without copying
any responses to the mailing list. I don't have the time
or inclination to offer private, unpaid, SNMP consultancy.
Keep discussions to the list, where others can both learn
and offer advice. Thanks. ]
On 30/05
On 31/05/07, Shivani Garg <[EMAIL PROTECTED]> wrote:
> When I do a snmpget on any OID pertaining to any object in my MIB, I observe
> that OID passed by the master agent is always
> 1.3.6.1.4.1.6305.1.10.1.2.1.2.2.1.1.1.
The OID passed in the vp paramter is the OID of the MIB object
(and hence wi
On 03/06/07, Shivani Garg <[EMAIL PROTECTED]> wrote:
> I am not able to debug why my OID is not getting registered with snmpd.
Have you tried working through the checklist given in the FAQ entry
I've added my code to this template and it still doesn't work. Why not?
(http://www.net-snm
On 06/06/07, Jayaprakasha Guddenahalli Naganna <[EMAIL PROTECTED]> wrote:
> It will be treated as write-only object. Based on set operation on this
> object we will do some action. (Ex: reboot switch)
Then you need to enumerate all of the values that can be written
(not just the values that will b
Thanks. I will use INTEGER with single enum.
-Original Message-
From: Adam Bell [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 06, 2007 10:48 PM
To: Jayaprakasha Guddenahalli Naganna
Cc: [email protected]
Subject: RE: MIB design query (specifying the range for TC Trut
TruthValue already has a meaning, and redefining it is not a good idea. Why
don't you just define an INTEGER with a single enumerated value of 1 for the
specific MIB in question.
Adam
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Jayaprakasha Guddenah
It will be treated as write-only object. Based on set operation on this
object we will do some action. (Ex: reboot switch)
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Dave Shield
Sent: Wednesday, June 06, 2007 3:49 PM
To: Jayaprakasha Guddenahalli Naga
On 06/06/07, Vinod Kumar V. <[EMAIL PROTECTED]> wrote:
> Kindly send the link to download 5.4.1.pre2
http://www.net-snmp.org/download.html
5.4.1.pre2 is found under the link:
Pre-releases or release-candidates for upcoming publications
Dave
--
Kindly send the link to download 5.4.1.pre2
-Original Message-
From: Thomas Anders [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 06, 2007 6:02 PM
To: Vinod Kumar V.
Cc: [email protected]
Subject: Re: help for ipv6
Vinod Kumar V. wrote:
> [EMAIL PROTECTED] net-snmp
Vinod Kumar V. wrote:
> [EMAIL PROTECTED] net-snmp-5.4]# net-snmp-config --version
> 5.4
> [EMAIL PROTECTED] net-snmp-5.4]# net-snmp-config --configure-options
>
> [EMAIL PROTECTED] net-snmp-5.4]# uname -a
> Linux localhost.localdomain 2.6.11-1.1369_FC4 #1 Thu Jun 2 22:55:56 EDT
> 2005 i686 i686 i
On 06/06/07, Vinod Kumar V. <[EMAIL PROTECTED]> wrote:
> While installing NetSNMP 5.4 in Linux I am getting an error as
>
> libtool: link: cannot find the library `/usr/lib/libbeecrypt.la' or
> unhandled argument `/usr/lib/libbeecrypt.la'
> make[1]: *** [snmpd] Error 1
> make[1]: Leaving directory
Hi
I am implementing the sub-agent using net-snmp 5.4.1 pre. I have created
code with mib2c with configuration mib2c.array-user.conf. The table object
defined in the mib has two index value. Initially i set the 10 rows with
some default column values. I am able to get the same value from mib brows
[EMAIL PROTECTED] net-snmp-5.4]# net-snmp-config --version
5.4
[EMAIL PROTECTED] net-snmp-5.4]# net-snmp-config --configure-options
[EMAIL PROTECTED] net-snmp-5.4]# uname -a
Linux localhost.localdomain 2.6.11-1.1369_FC4 #1 Thu Jun 2 22:55:56 EDT
2005 i686 i686 i386 GNU/Linux
[EMAIL PROTECTED] net
While installing NetSNMP 5.4 in Linux I am getting an error as
libtool: link: cannot find the library `/usr/lib/libbeecrypt.la' or
unhandled argument `/usr/lib/libbeecrypt.la'
make[1]: *** [snmpd] Error 1
make[1]: Leaving directory
`/home/kasago/netsnmp/netsnmp_install/net-snmp-5.4/agent'
make: *
when i run snmpd under valgrind and called
'update_config' for dynamic configuration update, i
get following valgrind logs :-
==32367==by 0x8171278: netsnmp_tdata_create_row
(in /root/wichorus/snmpd)
==32367==by 0x80A0714: mteObjects_createEntry
(mteObjects.c:123)
==32367==by 0x80A094E
On 06/06/07, Jayaprakasha Guddenahalli Naganna <[EMAIL PROTECTED]> wrote:
> I have designed a column which support only value 'true (1)'. I have used
> syntax as "TruthValue { true(1) }" to tell users that it supports only one
> possible value i.e true(1). I want to know whether it is valid or not.
Vinod Kumar V. wrote:
> We are trying it with windows. Will this command be working on windows?
That'll depend on your shell. It'll probably work with Cygwin bash.
However, this is not specific to net-snmp itself. There are probably
other/better forums to ask for more general help with Windows she
Hi All,
I have a question on how to specify the possible value (range)
of the TruthValue column?
I have designed a column which support only value 'true (1)'. I have
used syntax as "TruthValue { true(1) }" to tell users that it supports
only one possible value i.e true(1). I want to know wh
Hi Thomas,
We are trying it with windows. Will this command be working on windows?
Regards
Vinod
-Original Message-
From: Thomas Anders [mailto:[EMAIL PROTECTED]
Sent: Monday, June 04, 2007 7:51 PM
To: Vinod Kumar V.
Cc: [email protected]
Subject: Re: help for ipv6
Thank you. I actually found my solution. Sorry for the newb question
-Original Message-
From: Thomas Anders [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 05, 2007 11:22 AM
To: Mostow, Glenn B
Cc: [email protected]
Subject: Re: Error running snmpget script from cronta
23 matches
Mail list logo