Re: Help regarding snmpset operation

2005-06-07 Thread Sasikumar Bodathula
Hi, I am planning to implement this set functionality in the sub-agent side. After going through example files i modified the file which i generated through mib2c with few printf statements to understand the flow. When i did set operation control is coming to MODE_SET_RESERVE1 here i am checking

Re: array-user snmpbulkwalk worked for a table not entire mib

2005-06-07 Thread [EMAIL PROTECTED]
Hi Robert, No problem, I am quite happy with any support I can get, it is most appreciated. I have attached a smaller scale version of the MIB, but it does indeed have the same issue when implemented. Here is the output you requested: 229 =>./snmpbulkwalk -On -v 2c -c public localhost M

Re: TRAP Newbies

2005-06-07 Thread Robert Story
On Tue, 24 May 2005 22:50:22 +0530 chinmay wrote: CB> now i have to generate the trap when the disk crosses the threshold CB> limit.(which i will be notified.) CB> CB> I have compiled this mib using mib2c.scalar.conf and then i am getting some CB> ODI's for all the variables as well as for trap.

Re: Master Agent not communicating with sub-agent

2005-06-07 Thread Robert Story
On Wed, 25 May 2005 11:19:42 +0100 Dave wrote: DS> > Dave> Wes - can you recall why the AgentX registration handling uses the DS> > Dave> 'community' field of the PDU structure? Was it just Shield DS> > stupidity Dave> again? DS> DS> > wassnat me! DS> > I don't know. DS> DS> OK - so we'll put it

Re: Availability of agentx header files.

2005-06-07 Thread Robert Story
On Wed, 25 May 2005 09:12:41 +0530 Kurapati wrote: KMG> On Thu, 19 May 2005 16:54:25 +0530 Kurapati wrote: KMG> But, in the subagent code, we require to call KMG> init_agentx_config()(to set the the agentxsocket tag in the Subagent KMG> configuration file) function. This is defined in agentx_confi

Re: array-user snmpbulkwalk worked for a table not entire mib

2005-06-07 Thread Robert Story
On Thu, 12 May 2005 16:22:09 -0400 (EDT) [EMAIL PROTECTED] wrote: JC> I have run into an issue when running snmpbulkwalk on my MIB JC> implemented using array-user in 5.2.1. Sorry for the delay. Can you send me: 1) your MY-MIB.txt file 2) output of snmpbulkwalk -On -v 2c -c public myhost

RE: Installation:net-snmp-5.1.2 tar:check sum error

2005-06-07 Thread Wu, Lan, ALABS
Sorry, Typo : << I tried to download net-snmp-5.1.2.tar.gz  >> I tried to download net-snmp-5.2.1.tar.gz.   Thanks.   Lan From: Wu, Lan, ALABS Sent: Tuesday, June 07, 2005 4:08 PMTo: 'net-snmp-users@lists.sourceforge.net'Subject: Installation:net-snmp-5.1.2 tar:check sum error I trie

Installation:net-snmp-5.1.2 tar:check sum error

2005-06-07 Thread Wu, Lan, ALABS
I tried to download net-snmp-5.1.2.tar.gz from Sourceforge download page of the net-snmp download , I selected net-snmp-5.2.1.tar.gz to download to my pc then ftp to my server, then I "gunzip net-snmp-5.2.1.tar.gz", after that I did "tar -xvf ~snmp/deploy/net-snmp.5.2.1.tar", I encounter tar

AgentX Functionality & IBM Director Agent

2005-06-07 Thread Kevin Stussman
I am having some difficulty getting the IBM director agent to respond to queries via the agentx / sub-agent functionality. I guess I need to know if there is a way to check basic agentx functionality: - Is there a way to tell if the sub-agent has registered itself with the master? - Is there a wa

Re: Public IANA number?

2005-06-07 Thread Dave Shield
On Mon, 2005-06-06 at 20:53, Matthew Boehm wrote: > I don't know much about MIB's. I'm writing a MIB for a specific > open source app. It doesn't seem to make sense to put this app's > MIB under "private" and "enterprise". Unless this MIB is part of an IETF working group (or similar), that's exact

Public IANA number?

2005-06-07 Thread Matthew Boehm
I don't know much about MIB's. I'm writing a MIB for a specific open source app. It doesn't seem to make sense to put this app's MIB under "private" and "enterprise". Is there some open source/public oid number I can use? Thanks, -Matthew P.S. I'm not on the list. Please CC me in the reply. --

Slightly OT: Can I _set_ interface speed via a standard MIB?

2005-06-07 Thread cnelson
I see RFC1213-MIB::ifSpeed is read-only. Is there a MIB entry that will allow me to force a specific speed for an interface? --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride

Re: Help regarding snmpset operation

2005-06-07 Thread Dave Shield
On Tue, 2005-06-07 at 15:42, Sasikumar Bodathula wrote: > > > Where can i find example file or tutorial as reference > > > for my snmpset implementation. > > > > apps/snmpset.c > I generated the code using mib2c mib2c.scalar.conf Oh - you meant *agent* side SET implementation? Sorry, I misunders

Re: Help regarding snmpset operation

2005-06-07 Thread Sasikumar Bodathula
I generated the code using mib2c mib2c.scalar.conf is there any sample code which i can compile and run the same for learning. On Fri, 2005-06-03 at 20:35, Dave Shield wrote: > On Fri, 2005-06-03 at 15:45, Sasikumar Bodathula wrote: > > Where can i find example file or tutorial as reference f

Re: snmpdemoapp "too long" error

2005-06-07 Thread Chris Cunningham
It appears that there is a linking problem somewhere with the libraries. Changing the make file like so: snmpdemoapp: $(OBJS1) $(CC) -o snmpdemoapp $(OBJS1) ../net-snmp-5.2.1/snmplib/.libs/libnetsnmp.a $(BUILDLIBS will fix the problem. --

Re: Software Requirements

2005-06-07 Thread Per Jessen
Säsch wrote: > I think some additional libraries are required for krb5 or perl implementation > and so on. Usually these required libraries are included in any linux > distribution but I'm walking through the Linux from Scratch Project, > http://www.linuxfromscratch.org/ , where the system will be

Re: Software Requirements

2005-06-07 Thread Dave Shield
On Tue, 2005-06-07 at 12:39, Säsch wrote: > > > I didn't find any information about the Software Requirements of the > > > current NET-SNMP Release. Do YOU know it ? And where do you know it from. > I think some additional libraries are required for krb5 or perl > implementation > and so on. U

Re: Software Requirements

2005-06-07 Thread Säsch
Am Dienstag, 7. Juni 2005 08:56 schrieb Per Jessen: > Säsch wrote: > > Hi, > > I didn't find any information about the Software Requirements of the > > current NET-SNMP Release. Do YOU know it ? And where do you know it from. > > Software requirements for what? I downloaded, built and installed it

macosx 10.4 building agent/mibgroup/mibII

2005-06-07 Thread Tyler Retzlaff
Does agent/mibgroup/mibII/ipv6.c build on macosx 10.4? Should I be trying to build it? Thanks /bin/sh ../../libtool --mode=compile gcc -pipe -I../../include - I../../include -I. -I../.. -I. -I./../.. -I./../../snmplib -I./.. - I.. -no-cpp-precomp -I/usr/include -I/usr/pkg/include -DINET6