Re: How to add mib file in net-snmp to perform SET operation.

2008-06-02 Thread Dave Shield
2008/6/2 rajesh <[EMAIL PROTECTED]>: > How can I enable writing log file in to a file . > Basically I want all the messages written "DEBUGMSGTL()" into file . See "man snmpcmd" In particular, the section headed "LOGGING OPTIONS" Dave -

Re: How to add mib file in net-snmp to perform SET operation.

2008-06-02 Thread Dave Shield
2008/6/2 rajesh <[EMAIL PROTECTED]>: > configure --with-mib-modules=nstAgentModuleObject > > How should I follow above steps . I am using Windows XP . Then read the file README.win32 Dave - This SF.net email is sponsored by

Re: How to add mib file in net-snmp to perform SET operation.

2008-06-02 Thread Dave Shield
2008/6/2 rajesh <[EMAIL PROTECTED]>: > I performed following Steps . > > 1 ) copy the agent/mibgroup/nstAgentModuleObject.h and > agent/mibgroup/nstAgentModuleObject.c . but not configure --with-mib-modules=nstAgentModuleObject ? > 2 ) compile the net snmp lib file . > Please tell

Re: How to add mib file in net-snmp to perform SET operation.

2008-06-02 Thread Dave Shield
2008/5/29 rajesh <[EMAIL PROTECTED]>: > I added below line > if (should_init("nstAgentModuleObject")) init_nstAgentModuleObject(); > in **mib_module_inits.h** file, That should be done automatically, when you configure the agent to add your new MIB. How *exactly* did you try to add your MIB to t

Re: How to add mib file in net-snmp to perform SET operation.

2008-05-29 Thread rajesh
CTED]> To: "rajesh" <[EMAIL PROTECTED]>; Sent: Thursday, May 29, 2008 1:16 AM Subject: RE: How to add mib file in net-snmp to perform SET operation. > >> From: rajesh [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, May 28, 2008 6:15 AM > >> How to enable the

RE: How to add mib file in net-snmp to perform SET operation.

2008-05-28 Thread Mike Ayers
> From: rajesh [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 28, 2008 6:15 AM > How to enable the logs and where the logs are written . Consult the "LOGGING OPTIONS" section of the snmpcmd(1) manpage for a complete explanation. > I have added nstAgentModuleObject_c.c in Agent direc

RE: How to add mib file in net-snmp to perform SET operation.

2008-05-27 Thread Mike Ayers
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of rajesh > Sent: Tuesday, May 27, 2008 6:24 AM > This is my first mail to this group. > We have defined owr own mib file . > Now we want to develop on Application using net-snmp library > that will be capable of performing SET/G