: [Non-DoD Source] Re: net-snmp-5.5.0-2.x64.exe Questions
Hello Josh,
I am only the Debian packager of net-snmp not the "owner" of the software.
In fact it would be difficult to get one voice on the "owner" as there are
many including several organisations.
So, this is co
Hi Josh,
I'm the original founder of the Net-SNMP project, but I'm not a lawyer.
Craig pretty much nailed the analysis perfectly in my opinion:
> net-snmp is licensed with multiple different types of licenses, as seen in the
> COPYING file[1]. The licenses can be broken down into several types:
Oezer, Joshua K (Josh) CTR USN (USA) <
[email protected]> wrote:
> Good afternoon,
>
> I am following up on the below email. Has your organization had time to
> review the below questions?
>
> Thank you.
>
>
>
> Regards,
>
> Josh Oezer
>
>
Good afternoon,
I am following up on the below email. Has your organization had time to
review the below questions?
Thank you.
Regards,
Josh Oezer
PMA-290 P-8 EWSP Deputy Team Lead
PMA-290 P-8 Acting MCDS Team Lead
PMA-290 P-8 MCDS Lead Engineer
SIPR: <mailto:josh.k.oe
Bart Van Assche writes:
> A recommended read:
> https://blog.hansenpartnership.com/why-microsoft-is-a-good-steward-for-github/
Thanks for the link. I'll make my son read it too :-)
The problem with open source is "will they be a good steward
*forever*". Sourceforge's only mission was housing
On 06/04/18 19:04, Keith Mendoza wrote:
IMO, I think MS has finally given up fighting the open source/open standards community
(or, at least I don't think they will as long as Nadella is the CEO). I think the amount
of projects that Microsoft has since open-source (albeit quietly) on GitHub
On Mon, Jun 4, 2018, at 9:31 AM, Bart Van Assche wrote:
> On 06/04/18 17:22, Wes Hardaker via Net-snmp-coders wrote:
> > So, I assume most people have seen that Microsoft is purchasing github.
> > We were just about to move Net-SNMP to GitHub, and certainly still can.
> > But it's definitely tim
On 06/04/18 17:22, Wes Hardaker via Net-snmp-coders wrote:
So, I assume most people have seen that Microsoft is purchasing github.
We were just about to move Net-SNMP to GitHub, and certainly still can.
But it's definitely time to check whether we still want to go this
direction. I see the follo
So, I assume most people have seen that Microsoft is purchasing github.
We were just about to move Net-SNMP to GitHub, and certainly still can.
But it's definitely time to check whether we still want to go this
direction. I see the following options:
1) Continue our path and timeline as is
2) P
I am using 5.7.2 and it works flawlessly. Not sure what John was running.
He seemed to be asking how to do the snmp_conf_Dir/hosts/XXX files.
I am asking in a separate thread about the Perl module (SNMP) that ships
with Net-SNMP and whether it should read those hosts files. The Readme
states t
What net-snmp version are you using?
https://sourceforge.net/p/net-snmp/bugs/2611 seems to have established that
while these files are read, they have no effect in net-snmp 5.7.3 because
the security parameters are read from the data store before the file is
read.
Bill
On Sat, Apr 4, 2015 at 1
On my systems I have the /etc/snmp/hosts/ directory which contains files
that look like:
10.11.12.13.conf
and each file then contains:
defVersion 3
defSecurityName v3user
defSecurityLevel authPriv
defAuthType SHA
defAuthPassphrase "My Super SHA Secret"
defPrivType AES
defPrivPassphrase "My AES
On Tue, Feb 17, 2015 at 05:15:04AM +, John Morton wrote:
> With regards to running native SNMPWALK from an Ubuntu server, and trying to
> use the following string:
>
> snmpwalk -v 3 -u *** -a SHA -A f&hDbv*(g-q4 -x AES -X XX.XX.XX.XX
>
> the underlined password stops the command
With regards to running native SNMPWALK from an Ubuntu server, and trying to
use the following string:
snmpwalk -v 3 -u *** -a SHA -A f&hDbv*(g-q4 -x AES -X XX.XX.XX.XX
the underlined password stops the command completing, I assume because of one
of the special characters contained
Hi,
I am Akim, working on a project to extend an snmp agent with pass-persist
module.
but I met a problem,
When I w?ant to Set a mib, net-snmp seems pass me a "GET" request first,
and I response the mib value, then net-snmp pass me the real "SET" request.
For example : I want to set a tabular.
1. w
Hello,
I have questions/issues related to v3 session reuse; any help would be very
much appreciated. Our project uses NetSnmp APIs to implement a SNMP manager. We
have used snmp v2; now try to enhance the code to support v3. Currently we are
using net-snmp-5.6.1.1.
1. When need to stop
Hi Dave,
Thanks a lot for the clarification. That helps a lot. We are stilling
exploring this. If we need additional help, we will post our questions on
the maillist. Thanks for the help again:)
Regards
Liang
2011/11/14 Dave Shield
> On 14 November 2011 01:28, 梅亮 wr
On 14 November 2011 01:28, 梅亮 wrote:
>On each of the subagent, we need to register
> the same set of OIDs with the master agent.
Yes - as you have realised, this is precisely the scenario that contexts
were designed to handle.
> 1. About AgentX in net-snmp, Is register
Hi NET-SNMP developers and users:
I have encountered a few questions when trying to use net-snmp master agent
and . Would you please help clarify and provide your input about the
following questions? Thanks a lot
My current situation is: in our system, we need net-snmp running on one
device
On Tue, 6 Jul 2010 19:13:37 +0300 xor wrote:
XE> I think i understand most of the generated code and filled the parts that
XE> make my own module to stuff.
XE> But some parts of the template are not clear to me :
XE>
XE> 1) I have filled the xxx_container_load(netsnmp_container *container)
XE> fun
Hi again ,
I'm trying to figure out the table get operations through example codes. I
generated a template with
mib2c -c mib2c.mfd.conf skynetPortStatusTable
My table is simple i have 1 integer as index and 2 strings in it.
I think i understand most of the generated code and filled the parts tha
Hi all,
Sorry to interrupt you, but I have two questions to ask, which would cost
you a little time.
It is my first to use net-snmp to develop a snmp agent with private mibs.
And when I compiled the mibs to C codes, I found something I cannot
understand.Here is my codes
> On Mon, 24 Nov 2008 16:40:12 +0200, Shachar Shemesh <[EMAIL PROTECTED]>
> said:
SS> I also tried to prevent the default handler for this OID from being
SS> compiled into the agent, but I'm not sure how to do that.
Try with --with-out-mib-modules="mibII/system_mib"
SS> The other thing
I have a couple of questions about extending the agent's abilities. We
are talking about an agent that has to speak SNMPv3.
The first is about overriding (or, at least, associating some action)
with a set of one of the standard MIBs. For example, I want setting the
sysName value to act
> Assume that you are calling the registration code with as the
> OID, then _instance registers a variable at while _scalar
> registers a variable at .0, this is useful for simple scalar
> variables that are declared outside of any table in the MIB.
So the main (only?) difference is how to regist
2008/8/27 Hanig, Michael <[EMAIL PROTECTED]>:
> I) What is the difference between
> netsnmp_register_watched_scalar()
> and
> netsnmp_register_watched_instance()
The scalar helper handles requests for
myScalarOID and myScalarOID.1
correctly.
The instance helper returns the
On Wed, 2008-08-27 at 14:14 +0200, Hanig, Michael wrote:
> Hello there,
>
> I stumbled upon some problems using net-snmp for creating a sub-agent.
> I was able to figure out most of the stuff, but there are still some
> questions left.
>
> I) What is t
Hello there,
I stumbled upon some problems using net-snmp for creating a sub-agent. I
was able to figure out most of the stuff, but there are still some
questions left.
I) What is the difference between
netsnmp_register_watched_scalar()
and
netsnmp_register_watched_instance()
?
Besides
On Tue, 2008-06-24 at 10:52 +0800, Paul wrote:
> Hi,
>
> I have two questions:
>
> Question 1:
>
> If I use following command in ./configure phase, evreythins works
> fine.
> ./configure --prefix=/not/usr/ --with-install-prefix=/tmp
>
> But if I use follo
Hi,
I have two questions:
Question 1:
If I use following command in ./configure phase, evreythins works fine.
./configure --prefix=/not/usr/ --with-install-prefix=/tmp
But if I use following command in ./configure phase, scalars of myself's
dynamic loadable module will response with &qu
:03-6662595 Ext.1208
E-mail:[EMAIL PROTECTED]
- Original Message -
From: "Magnus Fromreide" <[EMAIL PROTECTED]>
To: "Tewen Hsieh" <[EMAIL PROTECTED]>
Cc:
Sent: Tuesday, June 24, 2008 2:37 PM
Subject: Re: questions about ./configure and dlmod
> On Tu
be included to build in memory related module?
>
>
> Thanks,
>
>
>
>
>
>
>
>
>
> 永鈦鑫 iTAS Corporation
> 新竹科學園區工業東三路6號
> NO. 6, Industry E. Rd. III, Science Park, Hsin-Chu, Taiwan 300, R.O.C.
> Tel:03-6662595 Ext.1208
> E-mail:[EMAIL PROTECTE
. Rd. III, Science Park, Hsin-Chu, Taiwan 300, R.O.C.
Tel:03-6662595 Ext.1208
E-mail:[EMAIL PROTECTED]
- Original Message -
From: "Magnus Fromreide" <[EMAIL PROTECTED]>
To: "Tewen Hsieh" <[EMAIL PROTECTED]>
Cc:
Sent: Tuesday, June 24, 2008 12:11 PM
Subject: Re
On Tue, 2008-06-24 at 11:35 +0800, Tewen Hsieh wrote:
> Hi,
>
> I have two questions:
>
> Question 1:
>
> If I use following command in ./configure phase, evreythins works
> fine.
> ./configure --prefix=/not/usr/ --with-install-prefix=/tmp
>
> But if I use
Hi,
I have two questions:
Question 1:
If I use following command in ./configure phase, evreythins works fine.
./configure --prefix=/not/usr/ --with-install-prefix=/tmp
But if I use following command in ./configure phase, scalars of myself's
dynamic loadable module will response with &qu
On 06/07/07, Need Help <[EMAIL PROTECTED]> wrote:
> typedef struct MIB_OCTET_STRING_s {
>u_long length;
>u_char textStr[50];
>
> } MIB_OCTET_STRING;
Note that 'textStr' is effective a "char *", pointing to the start
of the string value.
> snmp_set_var_typed_value(requests->req
I have some questions regarding scalar values and how to populate them.
I generated the following two code files using "mib2c" with the
"mib2c.scalar.conf" configuration file.
ocStbHostHWIdentifiers.h
ocStbHostHWIdentifiers.c
There are three data fields (ie: scalar va
On 01/06/07, Need Help <[EMAIL PROTECTED]> wrote:
> ... my concern
> with expanding the data_context structure of Table1 with fields from Table2
> was that I thought performing a "snmpwalk" through Table1 would then display
> Table2 fields now
No.
The results returned for Table1
Ok, I know I can change any code I want to fit my needs, however, my concern
with expanding the data_context structure of Table1 with fields from Table2 was
that I thought performing a "snmpwalk" through Table1 would then display Table2
fields now and that would be bad since Table2 fields r
On Wed, 30 May 2007 13:07:28 -0700 (PDT) Need wrote:
NH> 1) Table1 has the "ocStbHostAVInterfaceIndex" field which I believe
represents the row index in the table. Actually. I believe this index field is
used as the row index value generated within NetSNMP by doing the following:
NH>
NH>a)
** I am using the MfD configuration file to generate code and I am very
confused.
I have the following two tables defined in my MIB file.
TABLE 1 (osStbHostAVInterfaceTable):
ocStbHostAVInterfaceIndex
ocStbHostAVInterfaceType
ocStbHostAVInterfaceDesc
ocStbHostAVInterfaceStatus
TABLE 2 (osStbH
general noob questions, then please
let me know where I should be posting my questions.
Here we go
Someone here tells me we are running in a Linux (Fedora) environment if that
matters. I believe SNMP packages already exist on our Linux systems although
no one currently uses it. Also, please
Hi Dave. Thanks for the response.
I will give this a try...
:)
Dave Shield wrote:
> On 10/02/07, Sami Kibria <[EMAIL PROTECTED]> wrote:
>> any ideas of how to get snmpd to be compiled statically with
>> all libraries?
>
> All I can suggest is a hack.
> Try removing the relevant shared objects
On 10/02/07, Sami Kibria <[EMAIL PROTECTED]> wrote:
> any ideas of how to get snmpd to be compiled statically with
> all libraries?
All I can suggest is a hack.
Try removing the relevant shared objects from
/opt/arm/3.4.1/arm-linux/lib/ so the linker is *forced*
to use the .a file.
(Or at least
Hi Dave...any ideas of how to get snmpd to be compiled statically with
all libraries? Another this is, if this is a no go, where does snmpd
expect the libraries to be?
Thanks Dave.
:)
Dave Shield wrote:
> And the other question:
>
>> >> > What is the command that's invoked to compile/link
>>
The command that is invoked is from the Makefile itself. It is:
/bin/sh ../libtool --mode=compile arm-linux-gcc -I../include -I.
-I../agent -I../agent/mibgroup -I../snmplib -static -O2 -c -o
snmpd.lo snmpd.c
arm-linux-gcc -I../include -I. -I../agent -I../agent/mibgroup
-I../snmplib -O2 -c
And the other question:
> >> > What is the command that's invoked to compile/link
> >> > the 'snmpd' binary?
?
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-inte
Oops...sorry.
:)
When I do the ls -ls command, I get the following...
libdl.so -> libdl.so.2
libdl.so.2 -> libdl-2.3.2.so
libc.so
libc.so.6 -> libc-2.3.2.so
libc.a
When I try running the application on my arm board, all I get is a "not
found" error. Not very helpful at all. But my assumption
On 09/02/07, Sami Kibria <[EMAIL PROTECTED]> wrote:
> > What is the output of
> >ls -l /usr/lib/libm* /lib/libm*
> >ls -l /usr/lib/libc* /lib/libc*
> Hi Dave. My lib's are in my lib directory of my cross compiler...
>
> /opt/arm/3.4.1/arm-linux/lib/
OK - so what do the equivalent "
Hi Dave. My lib's are in my lib directory of my cross compiler...
/opt/arm/3.4.1/arm-linux/lib/
Do you know anyone who has been able to get this work?
:)
Dave Shield wrote:
> On 09/02/07, Sami Kibria <[EMAIL PROTECTED]> wrote:
>> Here is what I am using for ./configure...
>>
>> ./configure
On 09/02/07, Sami Kibria <[EMAIL PROTECTED]> wrote:
> Here is what I am using for ./configure...
>
> ./configure --with-cflags="-O2 -static"
>
> I can compile everything into the agent but libc, libdl, libm...any
> ideas why?
I would have thought that the "-static" option ought to
link in the
Here is what I am using for ./configure...
./configure --enable-static=yes --enable-shared=no --host=arm-linux
--with-endianness=little --enable-dynamic=no --without-perl-modules
--disable-embedded-perl --with-cflags="-O2 -static"
I can compile everything into the agent but libc, libdl, libm...
On ons, 2007-01-24 at 16:24 +, Dave Shield wrote:
> On 22/01/07, Dave Shield <[EMAIL PROTECTED]> wrote:
> > On 21/01/07, Magnus Fromreide <[EMAIL PROTECTED]> wrote:
> > > The current net-snmp handling of [a short trap OID] seems
> > > to be SIGSEGV, so I suppose something have t
tform questions
On 25/01/07, liu.renfeng <[EMAIL PROTECTED] > wrote:
> I tried "--with-mibs=mibII "
That's not what I told you to try.
> > Try:
> >
> > ./configure --enable-mini-agent --with-mib-modules=mibII
"--with-mibs" and "
On 25/01/07, liu.renfeng <[EMAIL PROTECTED]> wrote:
> I tried "--with-mibs=mibII "
That's not what I told you to try.
>> Try:
>>
>> ./configure --enable-mini-agent --with-mib-modules=mibII
"--with-mibs" and "--with-mib-modules" are *NOT* the same.
>From that same reply:
>> Note that
On Tue, 23 Jan 2007 09:41:14 -0800 Wes wrote:
WH> DS> Hmmm... so ten years of twiddling with this code probably makes me
WH> DS> subclinically neurotic (or as a psychiatrist would say, stark
WH> DS> staring bonkers)
WH>
WH> I'll vouch for that.
Pot. Kettle. Black.
---
1-7326 Ext: 309
2007-01-25
发件人: Dave Shield
发送时间: 2007-01-24 17:42:21
收件人: liu.renfeng
抄送: [EMAIL PROTECTED]
主题: Re: Re: Re: Porting net-snmp to arm platform questions
On 24/01/07, liu.renfeng <[EMAIL PROTECTED] > wrote:
> Thanks very much for your kindly reply.
> You really understan
On 22/01/07, Dave Shield <[EMAIL PROTECTED]> wrote:
On 21/01/07, Magnus Fromreide <[EMAIL PROTECTED]> wrote:
> The current net-snmp handling of [a short trap OID] seems
> to be SIGSEGV, so I suppose something have to be done.
Crashing out is not a good idea, no!
At the very least
On 24/01/07, liu.renfeng <[EMAIL PROTECTED]> wrote:
> Thanks very much for your kindly reply.
> You really understand my problem well.
That's what you're paying me for :-)
> Agent MIB code: default_modules => snmpv3mibs mibII/snmp_mib
> mibII/system_mib mibII/sysORTable mibII
run the
"./configure" to make it implement all the MIB II?
Best Regards,
Robin
Tel: +86-27-8761-7326 Ext: 309
2007-01-24
发件人: Dave Shield
发送时间: 2007-01-24 17:14:33
收件人: liu.renfeng
抄送: [EMAIL PROTECTED]
主题: Re: Re: Porting net-snmp to arm platform questions
On 24/01/07, liu.renfeng
On 24/01/07, liu.renfeng <[EMAIL PROTECTED]> wrote:
> Is there any thing I need to do to fix this problem ?
You need to simplify your snmpd.conf file!
In particular, you have *two* active access control sections:
> com2sec notConfigUser default public
> group notConfigGroup v1
se to use the whole MIB II ?
Best Regards,
Robin
Tel: +86-27-8761-7326 Ext: 309
2007-01-24
发件人: Zhang Chuan
发送时间: 2007-01-24 09:59:33
收件人: liu.renfeng
抄送: [email protected]
主题: Re: Porting net-snmp to arm platform questions
Yes, I am just doing this job. Port net-snmp t
09:59:33
收件人: liu.renfeng
抄送: [email protected]
主题: Re: Porting net-snmp to arm platform questions
Yes, I am just doing this job. Port net-snmp to ARM9
Do you have any problems? Please send us and discuss them.
On 1/24/07, liu.renfeng <[EMAIL PROTECTED]> wrote:
Is
Yes, I am just doing this job. Port net-snmp to ARM9
Do you have any problems? Please send us and discuss them.
On 1/24/07, liu.renfeng <[EMAIL PROTECTED]> wrote:
Is there anyone have the experience of porting net-snmp to arm platform?
Or anyone can give me any suggestion?
Is there anyone have the experience of porting net-snmp to arm platform? Or
anyone can give me any suggestion?
Best Regards,
Robin
Tel: +86-27-8761-7326 Ext: 309
2007-01-24
-
Take Surveys. Earn Cash. Influence the Futu
> "DS" == Dave Shield <[EMAIL PROTECTED]> writes:
DS> Hmmm... so ten years of twiddling with this code probably makes me
DS> subclinically neurotic (or as a psychiatrist would say, stark
DS> staring bonkers)
I'll vouch for that.
--
Wes Hardaker
Sparta, Inc.
-
On 22/01/07, Magnus Fromreide <[EMAIL PROTECTED]> wrote:
> > > If one look in RFC 2741 7.1.10 point 3 then it refers to RFC
> > > 2089, but I am uncertain about the meaning of that.
> >
> > That seems to be referring to how a *sub*agent should deal with a request
> > to send a notif
On mån, 2007-01-22 at 09:50 +, Dave Shield wrote:
> On 21/01/07, Magnus Fromreide <[EMAIL PROTECTED]> wrote:
> > AgentX:
> > Is an agentx master agent a proxy in the sense of RFC 2576/3584?
>
> Not really.
> The main definition of a "proxy forwarder" is given in RFC 3413, section 1.5.
On 21/01/07, Magnus Fromreide <[EMAIL PROTECTED]> wrote:
> AgentX:
> Is an agentx master agent a proxy in the sense of RFC 2576/3584?
Not really.
The main definition of a "proxy forwarder" is gi ven in RFC 3413, section 1.5.
The critical aspect of that is that the forwarding application wo
On Sun, Jan 21, 2007 at 11:32:27PM +0100, Magnus Fromreide wrote:
> Proxy:
> If a proxy as per RFC 2089/2576/3584 receives an
> NOTIFICATION-PDU where snmpTrapOID.0 = ccitt.1 then the
> enterprise field of an outgoing TRAP-PDU should contain what?
> Additionally the
Hello!
I have been reading RFCs and now I have a few questions I hope you could
help me with.
AgentX:
Is an agentx master agent a proxy in the sense of RFC 2576/3584?
If one look in RFC 2741 7.1.10 point 3 then it refers to RFC
2089, but I am uncertain about the meaning
On 07/01/07, Zhang Chuan <[EMAIL PROTECTED]> wrote:
>In
> "http://net-snmp.sourceforge.net/docs/FAQ.html#
> How_can_I_get_the_agent_to_generate_a_trap__or_inform__",
> I can find there are two ways to determine *when* to generate the trap:
> i):use DisMan Event MIB
>Since there are no MIB
nerate code, how to change the code, how to detemine when
will agent send notification, how to connect the detemine conditions with
"send_v2trap" function in agent
Sorry for ask so many primary questions. But I have been puzzled for many
days and it is very important to me and all t
On 11/09/06, 尧昱 <[EMAIL PROTECTED]> wrote:
First, thank you very much. I have read the snmptrapd.conf manual page, and
have changed the snmptrapd.conf simply, and the trap/informs show out, but
in order to deal with the PDU received, I want to know how it do with the
pdu received in the codes( sn
First, thank you very much. I have read the snmptrapd.conf manual page, and have changed the snmptrapd.conf simply, and the trap/informs show out, but in order to deal with the PDU received, I want to know how it do with the pdu received in the codes(
snmptrapd.c), and which functions do it, print_
On 08/09/06, 尧昱 <[EMAIL PROTECTED]> wrote:
I have installed net-snmp-5.3.0.1... but when I use snmptrapd, i find the
information
cannot show out on the screen.
Please see the FAQ entry:
How do I handle traps and notifications?
and in particular, the penultimate paragraph:
Starting with
6 0*.public...
0016: 08 2B 06 01 04 01 03 01 01 40 04 3B 40 88 F9 02 [EMAIL PROTECTED];@...0032: 01 00 02 01 00 43 03 22 8B 3B 30 00 .C.".;0. but don't have the trap and inform messages. Is the
snmptrapd.conf wrong ? or other questions ?When I have inst
Hi,
I have some questions of cross complier for net-snmp-5.3.1.
My cpu of target broad is arm and I only need snmpv3.
So, I use those parameters as follows:
./configure
--host=arm
--target=arm
--enable-mini-agent
--disable-manuals
On 26/07/06, 尧昱 <[EMAIL PROTECTED]> wrote:
I have link the libraries, but the reasult is the same,
and then i changed the code, gcc, the reasult is :
/tmp/ccpS4oOb.o(.text+0x5a5): In function `main':
: undefined reference to `init_agent'
collect2: ld returned 1 exit status
OK - try using the l
On 24/07/06, 尧昱 <[EMAIL PROTECTED]> wrote:
Hi, everyone
I am writing the trap receiver on manager, based on the net-snmp source code
(apps/snmptrapd.c), i just modified some code, and compiled, then there are
something wrong,
[snip]
I think there are some function library(.a or .so) to be lin
Hi, everyoneI am writing the trap receiver on manager, based on the net-snmp source code (apps/snmptrapd.c), i just modified some code, and compiled, then there are something wrong, /tmp/ccgDqfDL.o(.text+0x293): In function `term_handler':
: undefined reference to `netsnmp_running'/tmp/ccgDqfDL.o
P: 978-442-4049
F: 978-442-5353
-Original Message-
From: Robert Story [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 14, 2006 3:32 PM
To: Wes Hardaker
Cc: [email protected]; Phan, Hao T
Subject: Re: NetSNMP 5.0.3.1 Questions
On Mon, 12 Jun 2006 09:36:58 -
On Mon, 12 Jun 2006 09:36:58 -0700 Wes wrote:
WH> Hao> My question is how can I get rid of the 6 (mac address len) so my
WH> Hao> index is simply the mac address itself?
WH>
WH> If the MIB definition for that object is *exactly* 6 octets in length,
WH> then it's ok to get rid of it. However, if i
> On Tue, 6 Jun 2006 13:08:16 -0400, "Phan, Hao T" <[EMAIL PROTECTED]> said:
Hao> My question is how can I get rid of the 6 (mac address len) so my index
Hao> is simply the mac address itself?
If the MIB definition for that object is *exactly* 6 octets in length,
then it's ok to get rid of it
Title: NetSNMP 5.0.3.1 Questions
I’ve been working with Net-SNMP 5.3.0.1 for the past 6 months. I started using mib2c.mfd.conf to generate the default template codes and modified them along the way to meet my project. My snmp agent is functional and working well. However, I’ve a questions
It's kind of you to solve my problem.I get it.I can place our own MIB
behind 1.3.6.1.4.1.8072...Thank you!
From: rwilcox <[EMAIL PROTECTED]>
To: "你" "好" <[EMAIL PROTECTED]>, [email protected]
Subject: Re: questions about OID
你 好 wrote:
> I'm a graduate student.I'm developing an agent for my lab.The lab
> doesn't belong to any enterprise.It is just our own development,maybe it
> is just an experiment.I'll write our own MIB files.But I don't know
> which OID I can use.Simply speaking,which prefix can I start with,for
> On Thu, 29 Dec 2005 12:53:17 -0800 (PST), rwilcox <[EMAIL PROTECTED]>
> said:
rwilcox> I think the project hard codes 8072. The important thing is
rwilcox> not to duplicate an existing OID.
If you have simply a test case you want to play with, the following
area of the net-snmp tree (
Hello,
If this is just an experiment with no long-term
possibilities and is in a controlled environment, it
probably does not matter what you use. I think the
project hard codes 8072. The important thing is not
to duplicate an existing OID.
On the other hand, if this does develop into
s
Hello!
I'm a graduate student.I'm developing an agent for my lab.The lab doesn't
belong to any enterprise.It is just our own development,maybe it is just an
experiment.I'll write our own MIB files.But I don't know which OID I can
use.Simply speaking,which prefix can I start with,for example,1.3
On Mon, 2005-12-05 at 20:29 +0800, Zax wrote:
> 1
> in agent\mibgroup\system_mib.c
> var_system()
> Is this function old code style for querying?
Yes.
> 2
> in snmplib\default_store.c
>
> static int
> netsnmp_ds_integers[NETSNMP_DS_MAX_IDS][NETSNMP_DS_MAX_SUBIDS];
> static char
> netsnmp_ds
1
in agent\mibgroup\system_mib.c
var_system()
Is this function old code style for querying?
2
in snmplib\default_store.c
static int netsnmp_ds_integers[NETSNMP_DS_MAX_IDS][NETSNMP_DS_MAX_SUBIDS];static char netsnmp_ds_booleans[NETSNMP_DS_MAX_IDS][NETSNMP_DS_MAX_SUBIDS/8];static char *net
On Tue, 2005-11-29 at 18:25 +0800, Zax wrote:
> if I don't use configure file, I can't get any info
> from the agent with community public.
That's correct.
The agent doesn't provide any information unless you
configure it to do so.
> If I write 'rwcommunity xx' in configure file , that is OK.
1,start agent.
#snmpd. or #snmpd -c snmpd.conf
if I don't use configure file, I can't get any info from the agent
with community public.
If I write 'rwcommunity xx' in configure file , that is OK.
I want to know what the default community is.
2.Why does not using mib2c to create all t
Thanks Robert! I did that too, but it only lead to other errors down the path.
However, I've already got passed this build problem by ONLY building what's
required (for the snmptrapd in particular) instead of building the whole agent
directory. So I ended up building only the libnetsnmphelpers.l
I have some questions with appending a table to the snmpd.
---
/*
from the comment in the source code
*/
/*quote one*/
get_first_data_point
return the first set of "index" data.
get_next_data_point
return the next loop context
/*
from
http://www.net-snmp.org
starts getting column2 answers, or otherwise ask before
you send the request to get an indication of how many lines there are in the
table.
>
> >From: Magnus Fromreide <[EMAIL PROTECTED]>
> >To: Haizhu Liu <[EMAIL PROTECTED]>
> >CC: [email protected]
?
From: Magnus Fromreide <[EMAIL PROTECTED]>
To: Haizhu Liu <[EMAIL PROTECTED]>
CC: [email protected]
Subject: Re: GET_BULK questions
Date: Fri, 4 Nov 2005 21:15:02 +0100
On Fri, Nov 04, 2005 at 02:31:51PM -0500, Haizhu Liu wrote:
> My questions on r
On Thu, 03 Nov 2005 13:52:36 -0500 Nhan wrote:
NN> I had to modify the configure and configure.in files to enable the
NN> support. Well, not quite, because the there are lots build errors in the
NN> agent area, especially the agent/mibgroup/mibII one. I'm currently
NN> blocked - I can neither succ
On Fri, Nov 04, 2005 at 02:31:51PM -0500, Haizhu Liu wrote:
> My questions on retrieving table information using GET_BULK are:
>
> 1. If the max_repetitions is said to 1000, I should only see a return of
> 1000 rows, but it seems that I do see more rows.
> 2. If the table is h
1 - 100 of 146 matches
Mail list logo