Re: auto-update of cvs version?

2004-07-05 Thread Andrew Hood
Dave Shield wrote: I don't see why this needs to be kept in CVS. It should be generated when you build. Just to check - what do you mean by "it" here? There should be a version in exactly one place. I'd suggest that in CVS it should indicate the version as which CVS will be released. At the mome

Architecture help needed..

2004-07-05 Thread abrutschy
Hi all, I need a bit of help with designing the architechture of my snmp agent. I implemented the config management with help of the array-user table, which worked fine for me. The other part of the software is more dynamic: A thread collects traffic statistics (how many octets on which port) and

Re: Net-SNMP-5.1.2.pre3 released

2004-07-05 Thread Willem Jan Withagen
From: "Wes Hardaker" <[EMAIL PROTECTED]> > I've just published a tar file for 5.1.2.pre3. This should be the > last pre-release, and a .rc1 will go out later this week. Tested it on FreeBSD/amd64 and it looks like it works for the parts we've been working on. The only trouble is now in: 28:testi

find OID - Question

2004-07-05 Thread Maurizio RUBINI
Hi, I need to set the threshold of a generic OID. How can i simulate the GET command inside the agent ? Thanks Regards _ Blocca le pop-up pubblicitarie con MSN Toolbar! http://toolbar.msn.it/ -

Re: auto-update of cvs version?

2004-07-05 Thread Coders
On Mon, 05 Jul 2004 10:54:41 +0100 Dave wrote: DS> Dave> I suspect we're not going to come to a quick consensus DS> Dave> here. For now, how about we just adopt the bit that we *are* DS> Dave> in agreement over (marking with ".cvs") and see how it goes. Ok, I just updated main to be '5.2.dev'. T

Net-SNMP-5.1.2.pre3 released

2004-07-05 Thread Wes Hardaker
I've just published a tar file for 5.1.2.pre3. This should be the last pre-release, and a .rc1 will go out later this week. -- Wes Hardaker Sparta --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings

Re: auto-update of cvs version?

2004-07-05 Thread Dave Shield
> I don't see why this needs to be kept in CVS. It should be generated > when you build. Just to check - what do you mean by "it" here? The base version tag, the fact that this code tree is a CVS development version, or the precise date it was checked out? The base version needs to come from *s

Re: auto-update of cvs version?

2004-07-05 Thread Dave Shield
Wes> I don't think the reported version number as released by the tools Wes> should have anything other than things parsable by .s. IE, 5.1.1.cvs Dave> It would still leave the option of a format such as Dave> 5.1.2.cvs.2004/08/01 Dave> or5.1.2.cvs-2004/08/01 Robert> I'd like to recom

IPSEC-SA-MON-MIB

2004-07-05 Thread Juwairia Zubair
hi i have been stuck on trying to get the ipsec statistics and the status of various tunnels through SNMP in linux 9 . I found the IPSEC-SA-MON-MIB on the net but cant find any implementation for it. Now if i use this MIB then would i have to implement it myself. From the little knowledge that

IPSEC-SA-MON-MIB

2004-07-05 Thread Juwairia Zubair
hi i have been stuck on trying to get the ipsec statistics and the status of various tunnels through SNMP in linux 9 . I found the IPSEC-SA-MON-MIB on the net but cant find any implementation for it. Now if i use this MIB then would i have to implement it myself. From the little knowledge that

Re: How do I add a MIB to the agent?

2004-07-05 Thread Dave Shield
> I am trying to implement a MIB in C and add it to the agent. > But I got: > Error in packet > Reason: (noSuchName) There is no such variable name in this MIB. > Failed object: UCD-SNMP-MIB::ucdavis.254.0 Can you query the agent for other objects in the UCD-SNMP-MIB ? What happens if you try

Re: Help

2004-07-05 Thread Dave Shield
> I need to get a tcpipstats.h script for manage a tcp/ip > application. Do you know how i can get it ? That's not a script - it's a header file, and it should be part of your operating system. (Assuming that it's actually relevant to your O/S) What are you actually trying to do? Dave ---

AgentX configuration

2004-07-05 Thread Penz, Bernhard
Hi all, I have a question on the agentx configuration tokens. Man snmpd.conf says there are a few configuration tokens for socket address, timeout, and so on. Where should I place such tokens if I want to centrally tell all my subagents which configuration to use? As far as I understood, these tok

AW: how to send a v3 trap

2004-07-05 Thread Pedot, Wolfgang
Hi, I was fighting with this myself, did you add a createUser line to the snmptrapd.conf file in /var/net-snmp? This will send a coldstart-inform to snmptrapd on localhost with an uptime of 42 timeticks: snmpinform -v 3 -u testuser -a MD5 -A password -x DES -X ppassword -l authPriv localhost 42

Help

2004-07-05 Thread Guerin
Hi, i need to get a tcpipstats.h script for manage a tcp/ip application. Do you know how i can get it ?Thanks. Mensagem enviada através do Netmaxi WebMail --- This SF.Net email sponsored by Bla

How do I add a MIB to the agent?

2004-07-05 Thread Luiz Flip
Hi, I am trying to implement a MIB in C and add it to the agent. I am using the agent/mibgroups/examples/examples.c Then I did: ./configure --with-mib-modules=mymib Then agent/make Then generate the snmpd.conf. Then, run the agent: ./snmpd -f -L -d -c snmpd.conf Then run: snmpget -v1 -c publ