IPNetToMediaTable

2008-03-26 Thread mahesh.akula
Hi All, I am not sure whether this is the correct forum to post this question or not? Is any one aware, how we can implement, adding a conceptual row dynamically in IpNetToMediaTable. I see that all the objects in this table are read-create, but I don't see any object which is of t

RE: cpu idle is 0%

2008-03-26 Thread Siva Prakash Reddy G
Hi! Larry Dickson Thank you very much for kind reply. I don't understand what you're trying to say and what do you mean by select is failing?. How to calculate cpu utilization in Linux ,

Re: cpu idle is 0%

2008-03-26 Thread Larry Dickson
Have you checked whether a select is failing somewhere? It can generate a tight loop with such full CPU utilization. I remember this from a non-SNMP project, but select is used everywhere. Larry Dickson On 3/25/08, Siva Prakash Reddy G <[EMAIL PROTECTED]> wrote: > > Hi! > > When I'm

RE: Community string field in netsnmp-session structure gettingcorrupted.

2008-03-26 Thread singh.srajendra
Yes I did it . I also did a printing of the session variables before snmp_open and it was printing correctly but When I passed it to snmp_open and tried printing the variables there I got NULL for trap community string and 0 for trap community length. -Original Message- From: Roy M. Si

Re: Community string field in netsnmp-session structure getting corrupted.

2008-03-26 Thread Roy M. Silvernail
On Wed, Mar 26, 2008 at 05:57:54PM +0530, [EMAIL PROTECTED] wrote: > Hi all, > I am calling snmp_open(&session) in a C++ function. Before passing > session variable to snmp_open I have initialized it properly > with the value of peer name , version , community string. But if I print > it inside sn

Community string field in netsnmp-session structure getting corrupted.

2008-03-26 Thread singh.srajendra
Hi all, I am calling snmp_open(&session) in a C++ function. Before passing session variable to snmp_open I have initialized it properly with the value of peer name , version , community string. But if I print it inside snmp_open() I am getting NULL for community string field but for others ie ver

Invitation to connect on LinkedIn

2008-03-26 Thread Siva G
LinkedIn net, I'd like to add you to my professional network on LinkedIn. -Siva Learn more: https://www.linkedin.com/e/isd/234638613/G7DZNdL-/ -- What is LinkedIn? Create new professional opportunities: Find the right people when you

cpu idle is 0%

2008-03-26 Thread Siva Prakash Reddy G
Hi! When I'm performing SNMP walk operation, CPU idle time is showing 0% that means maximum CPU utilization is taken SNMP, this is happening only in my mib. When I did same operation on host-resource mib or system mib or any other which provided by net-SNMP source coders, CPU idle tim

Re: SNMP.pm doesn`t resolve integers to enums when using gettable()

2008-03-26 Thread maciej . grela
On wtorek, 25 marca 2008, G. S. Marzot wrote: > [EMAIL PROTECTED] wrote: > > On poniedziałek, 24 marca 2008 you wrote: > >> [EMAIL PROTECTED] wrote: > >>> Hi > >>> > >>> I`m having problems with the SNMP.pm Perl module for Net-SNMP. > >>> I`m trying to use the gettable() function to retrieve a tabl

Re: Help with snmp tables

2008-03-26 Thread Dave Shield
On 25/03/2008, Baltazar Francois <[EMAIL PROTECTED]> wrote: > We have generate the C code from the mib file OAM-GLOBAL-REG-V1.txt > (attached) The first thing that strikes me about that MIB file is that you are defining a table with no accessible content. The oamIndex column is defined as being "

Re: bug in internal_register_config_handler() in file read_config.c

2008-03-26 Thread Magnus Fromreide
Thanks for the patch. Applied to 5.2, 5.3, 5.4 and trunk in revision 16868. For the future, please send patches to the patch tracker. On sön, 2008-03-16 at 14:20 +0100, Magnus Fromreide wrote: > On sön, 2008-03-16 at 13:07 +0300, Aleksandr Lomanov wrote: > > Hi all! > > File read_config.c > > When