When generating a table with greater than 32 entries. column_set_flags is
still defined as a unsigned int, Since the defines are in the format of
(0x1 << xx) this produces a compiler warning because 0x1 is 32 bits and xx
is greater than 31 for some of the entries. Also assigning this define to
colu
Dear:
> OK - so you are using the old v4 UCD coding,
> rather than the newer v5 handler-based approach
I develop my program according to the example.c( the old v4 UCD coding).
Are there some examples using the newer v5 handler-based approach?
If yes,can you give me the link or examples?
Look
Dear:
I develop my project using the net-snmp 5.4.2.1,with cross-tools
arm-linux-gcc.
After I configure ,make ,and make install.
It works well when I snmpget/snmpset the sysUpTime etc..
When I start the snmpd service:
#snmpd -f -Lo -d
Error appears:
dlopen faile
remains unresolved.
I encountered this problem when I compile with gcc,it's OK when I added the
lib below:
-lcrypto -lsensors -lz -lperl -lnetsnmpagent -lnetsnmphelpers
-lnetsnmpmibs -lnetsnmp
But this time ,I can't resolve it !
Look forward to your reply!
william
Hi pals,
I am looking for a recent binary/package for Solaris "SunOS william 5.11
snv_121 i86pc i386 i86pc" and my google skills seem not to be helping here. I
have also manually search sourceforge for such a package and do not seem to
have any success.
Is there any way of inst
Jaime,
On 2011-03-24, at 8:01 AM, Scott Baker wrote:
> On 03/24/2011 04:42 AM, Jaime Lozano wrote:
>> Does anyone knows how to get the number of ip addresses going through
>> a router? The router is not doing NAT (in that case I could get the
>> NAT table) I'm talking about a Juniper MX480. I don'
William Wells
AIX Specialist
6262
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of arif
hussain
Sent: Tuesday, April 29, 2008 9:44 AM
To: net-snmp-users@lists.sourceforge.net
Subject: net-snmp version 5.5
Hello every one,
Where can i
On Feb 18, 2008 1:49 PM, Dave Shield wrote:
> On 18/02/2008, William Hegardt wrote:
> > I'm using V5.3.1 and trying to get the read and read-write community
> string
> > from an AgentX subagent.
>
> It's not clear exactly what you are trying to do, but AgentX
I'm using V5.3.1 and trying to get the read and read-write community string
from an AgentX subagent. A google search found
suggestions that I try netsnmp_config("rocommunity public") or
vacm_parse_rocommunity("rocommunity", "public"), but neither of those ideas
worked for me. When I try netsnmp_co
Thomas Anders wrote:
> William Taylor wrote:
>> Running net-snmp 5.4.1 w/ sendmail 8.14.1.
>> When snmp starts up itt sits and spins the cpu forever.
>> Maybe its something to do with multiple queue dirs? Im not sure
>> attached is a copy of my sendmail.cf also. If you
I have Solaris 8 and Solaris 9 machines that have multiple network
interfaces.I'm using version NET-SNMP version: 5.1.1.
I was just wondering if there was a known problem with Solaris and Network
Interfaces like dmfe0:1. I'm getting reports from dmfe0, but not dmfe0:1.
Thanks for your
Hi. Does the SNMP Agent run on Windows CE 5? I could use any recommendations on
how to get it working.
I performed a search on this topic in the mail archive and found that in
02/2004 Mike Slifcak issued a survey on the use of Net-SNMP on windows
platforms. Are the results posted somewhere?
I had already done that before I decided to email this list. I tried
installing it again after I received the error below.
Bill
-Original Message-
From: Thomas Anders [mailto:[EMAIL PROTECTED]
Sent: Monday, July 10, 2006 4:27 AM
To: Mnich, William
Cc: net-snmp-users
Title: Net-snmp-5.1.2 question
Hi there,
I have 5 servers running solaris 2.9 and have been installing gcc 2.95.2 and net-snmp-5.1.2. I have everything working nicely on 4 out of 5 servers. On the last server, I get the following error:
bash-2.05# snmpwalk
ld.so.1: snmpwalk: fatal: /us
2006/4/28, Wes Hardaker <[EMAIL PROTECTED]>:
>>>>> On Fri, 28 Apr 2006 16:09:47 +0200, "William Rizzo" <[EMAIL PROTECTED]> said:William> Yes...i want to get a value (RX/TX frames on a given port)
William> and pass that as an integer... any idea?...var-&g
hi all, I am trying to use VACM with v3 user in snmp daemon (agent running in Windows XP ) in the file /usr/etc/snmp/snmpd.conf : createUser user01 SHA testing123 DES testing123 view view1 included
hi all, I am trying to use VACM with v3 user in snmp daemon (agent running in Windows XP ) in the file /usr/etc/snmp/snmpd.conf : createUser user01 SHA testing123 DES testing123 view view1 included .
do themselves well by searching the users
group archives for my postings, and the responses to those
postings which were given by others. Seek the name
William R. Buckley, my initials WRB, etc., in order to find
those postings/answers. To be sure, I still have many
questions to ask, and I have not
Robert:
Last set of input on this problem.
I did add the prefix to the config_require macros, so they now look as
/*
* other required module components
*/
/* *INDENT-OFF* */
config_require(dot11/mfd/dot11StationConfigTable_interface);
config_require(dot11/mfd/dot11StationConfi
Robert:
The directory structure is:
./agent/mibgroup/dot11/mfd
The suggestion for modifying the config_require macros is new to me.
I have ALWAYS used the form
--with-mib-modules="dot11/mfd/dot11StationConfigTable"
when configuring the toolkit.
WRB
> -Original Message-
> From: [E
> WC> Also, in the MFD on-line documentation, at URL
> WC>
> WC> http://www.net-snmp.org/tutorial/tutorial-5/toolkit/mfd/
> WC> if-mib/ifTable/data_access.html
> WC>
> WC> the routine *_choose_proc_format* is not defined, and the meaning
> WC> and usage of constants like *NETSNM
the problem, and documenting same would be
of benefit to other Net-SNMP users.
William R. Buckley
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gil Steiner
Sent: Thursday, December 16, 2004 12:32 AM
To: 'net-snmp-users@lists.sourceforge.net
Wes:
Thanks for the quick response.
>
> William> I am still having some conceptual problems with the v5 API.
> William> The model that I am using is the DataSet model for tables.
> William> The routines that I am calling, and those that are produced
> William> for
> -Original Message-
> From: Wes Hardaker [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 22, 2004 10:11 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Thanks RE: Where Mib variables are storted?
>
>
> >>>>> On Sun, 19 Dec 2004 18:19:36 -0800, "Wi
ion:
>Why not simply drop the link markup altogether?
>
> Retain the present text, but leave it all as plain text.
>
> The text that William suggests feels a little verbose for
> something that will appear at the foot of *every* page.
>
> Dave
>
>
--
ng
with the apparent intent of the webpage designer. I think the
words that I suggest are far more evocative of the result of clicking
on the link, than are the words now used on the index page of
the Net-SNMP website.
William R. Buckley
> -Original Message-
> From: Alex Burger [mailt
, such code was not generated with the
version 4 mib2c compiler, and my complaints in this regard were
sure to be part of the reason that the compiler was subsequently
impoved (thanks, Dave).
William R. Buckley
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTE
,
opting instead first for internal tables, then for external tables.
William R. Buckley
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of HORIUCHI
> Takahiko
> Sent: Monday, December 20, 2004 2:42 AM
> To: [EMAIL PROTECTED]
> Subject:
verify
this by reading the text of the file.
William R. Buckley
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Mark
> Clinton
> Sent: Friday, December 17, 2004 10:58 AM
> To: [EMAIL PROTECTED]
> Subject: Problem during installation-
Atul:
First,
please do not send email in html format. Plain text is
preferred.
Second, the means to query an agent has nothing to do with
how
data
is stored. The agent mediates the access to the data.
A
query
arrives at the agent in the form of a so-called MIB browser.
A MIB
browse
sufficient answer to your query?
William R. Buckley
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]On Behalf Of atul
bochareSent: Friday, December 17, 2004 12:22 PMTo:
[EMAIL PROTECTED]Subject: Where Mib variables
are storted?
Hi to all,
i am new in
anations of the issues outlined
in this posting are sure to help me obtain that full understanding.
William R. Buckley
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from
those such MIBs.
William R. Buckley
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Nick
> Bartos
> Sent: Tuesday, November 16, 2004 8:13 PM
> To: [EMAIL PROTECTED]
> Subject: descriptions of mib modules in agent/mibgroup dir?
>
> > Might it be possible for my gmail account to be
> > approved for direct posting to the newsgroup,
> > without my having to subscribe.
>
> No.
> We have over 1000 addresses subscribed to the users list
> alone, with another 500+ addresses on the coders list.
> We do not have the resources to
nmp should allow me to write to this object, right?? Is this a bug?
--
William Estrada -- MrUmunhum at popdial dot com -- 408-997-0743
Ymessenger ID: MrUmunhum
---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project
are sure to be of interest to other users. Hence, I have
now started generating the documentation regarding my experience. I
just hope that some others who have ported will pony-up with their
experience, so that the content of the documentation is broadly based.
William R. Buckley
Notice:
This posting has been resent, owing to the apparent
failure of its earlier posting to be serviced by the
SourceForge email system. Thanks for your patience.
William R. Buckley
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Monday,
tails about your specific questions. I have very often found
a wealth of information contained within the archive. It is not always
easy to work with the information there, and some digging (data mining)
is often required but, the effort is generally well spent, and the results
are rewarding.
Will
anyone suggestions for making the configuration process work,
as expressed in toolkit documentation? Certainly an alternative is to
make changes to the Makefile directly but, such approaches seem beyond
the design goals of the toolkit.
William R. Buckley
> -Original Message-
>
problem is
not with gdb, or snmpd, or cygwin.
I suppose I could be wrong but, on the face of it, the reported error
suggests (to me) that the problem is with MS code.
William R. Buckley
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of kumares
Would were it also that he had
been more specific regarding his solution to the problem.
Hence, a variety of details would be nice, and the call
is given for others to help fill in those details, for the
sake of a quality toolkit.
William
rlier, about
a week or two ago, regarding problems with perl installation?
William R. Buckley
---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 to
manner in the code generated by mib2c?
William R. Buckley
PS - the answers to these questions are as much for other agent
writers, as for myself. My maxim, you can't have too much
documentation, even if you may never have time to re
to the lack of
documentation on this function.
William R. Buckley
---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.
team with improvements to the
documentation, such as may become apparent.
Generally, I am impressed with the work that has
been done in moving from version 4.x to 5.x, and
I offer hearty congratulations and thanks to the
team.
William R. Buckley
in the INSTALL file, including the suggested/recommended readings.
William R. Buckley
---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Work
mib2c are associated with perl installation problems
but, I do not really have a clear idea, so I cannot be sure.
I will send another posting in an hour or so, to give the
developers some details regarding the problems. Hope
my observations improve the product.
William R. Buckley
understand the benefit of
building into the MIB structure room to accomodate similar issues. Since
the MIB is *set in concrete* once it is publicly released. If you read some
MIBs from well-established firms, you will occasionally note that they
include such room in their tree.
William R. Buckley
>
Well, you could modify all of the source code of the Net-SNMP tool,
particularly the daemon, and include code to dump an inline message
to a file for each point in the tool code that produces a trap message,
and so verify that the code is executed.
Just kidding.
William R. Buckley
to your question is to search
the Net-SNMP archives.
William R. Buckley
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Pierre
> Rouleau
> Sent: Monday, June 07, 2004 1:09 PM
> To: [EMAIL PROTECTED]
> Subject: Newbie question: how
o be serviced.
You are implying that a trap or notification is sent, but you haven't
said why this is so.
>Note: You might find the trend that OID 57 will receive fewer
>and fewer requests once users realize the data to be American
>Idol though.
>
>Carlos
William R. Buckley
OID and data. There may, however, be a one to many relationship between data
and
OID's.
So, to reverse the question you asked, "Can you tell me where is William Buckley?" can
never
have a proper result if you are thereafter directed to speak with someone other than
me.
This is
Basically, there is no requirement that an object have a unique OID, while
there is a requirement that each OID correspond uniquely to one object.
Analogously, you can be known by several names, while you are just one
person. Some people call me William, some call me Bill, and some call
me by
53 matches
Mail list logo