Re: Facing "too few arguments to function" error when do "make" on my privateMIB

2006-10-14 Thread Balamurugan V
Folks, I appreciate any help on this issue, i really stuck with this problem. Thanks, Bala --- Balamurugan V <[EMAIL PROTECTED]> wrote: > Hi Dave, > > Please find reply inline > > --- Dave Shield <[EMAIL PROTECTED]> wrote: > > > On 13/10/06, Balamurugan V <[EMAIL PROTECTED]> > > wrote: > > >

Re: Problems with Monitor on Solaris 9

2006-10-14 Thread James McKenzie
Dave Shield wrote: > On 02/10/06, James Mckenzie <[EMAIL PROTECTED]> wrote: >> Note: If I do not provide a valid user name with the noauth >> parameter, the monitor line >> fails requesting that I provide a user name with the agentSecName >> parameter, and I >> have definitely added one. > > As you

Re: Embedded Perl Problem

2006-10-14 Thread Dave Shield
On 14/10/06, Clement Hsu <[EMAIL PROTECTED]> wrote: > After I install net-snmp-5.4-pre3, the result of detection of perl problem > is as below list: >checking for eval_pv... no >checking for perl_eval_pv... no >checking for Perl_eval_pv... no > It is obviously the perl_eval_pv funct

Re: Can We place Traps as part of Tables

2006-10-14 Thread Dave Shield
On 14/10/06, santhosh <[EMAIL PROTECTED]> wrote: > > If this is a MIB that you have written yourself, then you are showing > > some serious misunderstanding of how SNMP works. I would strongly > > suggest that you get hold of a good book, and study it carefully > > before proceeding any further. >

Re: Can We place Traps as part of Tables

2006-10-14 Thread Dave Shield
On 14/10/06, Subrahmanya Hegde <[EMAIL PROTECTED]> wrote: > Dave > Yes, it is valid to define the MIB this way. > > xxxNotifOID Points to an AUTONOMOUS TYPE which can point to definition of > NOTIFICATION-TYPE /TRAP-TYPE. Oh, I quite agree that it is possible to define a table containing an OID

Re: Can We place Traps as part of Tables

2006-10-14 Thread Subrahmanya Hegde
Santosh   You might have to refer to some books on writing MIBs "Understanding SNMP MIBs" by David Perkins is a good book   If you are new to mib definition etc, then whatever the information I provide you may not be able to understand.   thxSubra santhosh <[EMAIL PROTECTED]> wrote:

Re: Can We place Traps as part of Tables

2006-10-14 Thread santhosh
Hello Mr Dave > If this is a MIB that you have written yourself, then you are showing > some serious misunderstanding of how SNMP works. I would strongly > suggest that you get hold of a good book, and study it carefully > before proceeding any further. Can you suggest some books thanks Santho

Re: Can We place Traps as part of Tables

2006-10-14 Thread santhosh
Dear Mr Subra,   >For ex: >  xxDslNotification NOTIFICATION-TYPE > OBJECTS { ifName, ifAdminStatus, ifOperStatus } >You can add ;xxAlarmStatus' object if you want that will provide additional alarm >status. Some of the standard MIBs(HC-ALARM-MIB) might be useful to refer for >this.   >W

Re: Embedded Perl Problem

2006-10-14 Thread Thomas Anders
Clement Hsu wrote: > checking for Perl LDFLAGS... -rdynamic > /usr/lib/perl/5.6.1/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl/5.6 > .1/CORE -lperl -lnsl -ldl -lm -lc -lcrypt -lutil > checking for eval_pv... no > checking for perl_eval_pv... no > checking for Perl_eval_pv... no > checki

Re: Facing "too few arguments to function" error when do "make" on my privateMIB

2006-10-14 Thread Balamurugan V
Hi Dave, Please find reply inline --- Dave Shield <[EMAIL PROTECTED]> wrote: > On 13/10/06, Balamurugan V <[EMAIL PROTECTED]> > wrote: > > privateMIB.c: In function `privPortTable_handler': > > privateMIB.c:1375: error: too few arguments to > > function `privPortTable_create_data_context' > > >