Re: [networking-discuss] Announcing the net-mib project

2006-08-02 Thread Robert Story
On Wed, 2 Aug 2006 11:05:01 -0600 Bruce wrote: BS> The net-mib project is now open: BS> http://www.opensolaris.org/os/project/net-mib BS> BS> With this project we plan to extend the MIB support in Solaris to BS> include the newest MIBs for IP, TCP and UDP. We encourage you to join BS> the disc

FW: [networking-discuss] Announcing the net-mib project

2006-08-02 Thread Bruce Shaw
Everyone, The net-mib project is now open: http://www.opensolaris.org/os/project/net-mib With this project we plan to extend the MIB support in Solaris to include the newest MIBs for IP, TCP and UDP. We encourage you to join the discussion list and to participate in the effort. __

RE: persistent data storage

2006-08-02 Thread Siva Prakash Reddy G
Hi! sorry for sending to your personal mail. I just want know to that, without adding our module in /agent/mibgroup, we can't compile. With Regards. G.Siva Prakash Reddy. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dav

Re: compatibilities

2006-08-02 Thread Robert Story
On Tue, 1 Aug 2006 12:01:39 +0100 Dave wrote: DS> On 31/07/06, Ganesh Hiregoudar <[EMAIL PROTECTED]> wrote: DS> > In 5.3.1, I see that the library version is so.10. DS> > In Solaris 10 we have net-snmp libraries with so.5.0.9 DS> > Do we have 5.3.1 release is backward compatible ? DS> DS> We've tr

Re: add multiple rows with 1 set - crash

2006-08-02 Thread Robert Story
On Tue, 1 Aug 2006 10:07:14 +0100 Graeme wrote: GW> Unfortunately I didn't get any attached patch - could you try resending GW> it to me and I'll give it a go. Sorry.. here it is.. table_container-debug.pat Description: Binary data

Re: persistent data storage

2006-08-02 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On 02/08

RE: persistent data storage

2006-08-02 Thread Siva Prakash Reddy G
Hi! 1. I have station config table, in this table there are 23 variables are there, like, station ID, Medium occpuancy limit, association request, etc.., whether I need to register each and every variable to agent or if I register station config table is engouh. 2. I want to co

Re: persistent data storage

2006-08-02 Thread Dave Shield
On 02/08/06, Siva Prakash Reddy G <[EMAIL PROTECTED]> wrote: > 1. I have station config table, in this table there are 23 > variables are there, like, station ID, Medium occpuancy limit, > association request, etc.., whether I need to register each and every > variable to agent or if I re

Re: Error: "Cannot find TrapOID in TRAP2 PDU"

2006-08-02 Thread Dave Shield
On 02/08/06, Nimesh Patel <[EMAIL PROTECTED]> wrote: When starting snmptrapd with -Ddump I get following output : dumph_recv: SNMPv2c messagedumph_recv: VarBindListdumph_recv:   VarBinddumpv_recv:    ObjID: SNMPv2-SMI::zeroDotZero.0dumpv_recv:    UInteger

Re: persistent data storage

2006-08-02 Thread Dave Shield
On 02/08/06, Siva Prakash Reddy G <[EMAIL PROTECTED]> wrote: > 1. what is use of the var_X() function, what it does? This is the routine that actually does the real work. When a request for an X object arrives, this is the code that provides the corresponding value. > snmpd_regis

Error: "Cannot find TrapOID in TRAP2 PDU"

2006-08-02 Thread Nimesh Patel
Hi,   When starting snmptrapd with -Ddump I get following output :   registered debug token dump, 1NET-SNMP version 5.3.1dumpx_recv:02 01 01 dumpv_recv:  Integer: 1 (0x01)dumph_recv: SNMPv2c message   dumph_recv:   SNMP versiondumpx_recv:    02 01 01 dumpv_recv:  Integer: 1 (0x01)dump

RE: persistent data storage

2006-08-02 Thread Siva Prakash Reddy G
Hi! Some files are telling, header_generic function used to check request is valid or not. Here request means what? With Regards. G.Siva Prakash Reddy. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Tuesday, August 01, 2

RE: persistent data storage

2006-08-02 Thread Siva Prakash Reddy G
Hi! 1. what is use of the var_X() function, what it does? Even I have read agentx.txt file. I don't understand. 2. I have gone through the file system_mib.c file, when agent starts running, init_system_mib() function will be executed first, in this function he decl