Re: Bandwidth Monitoring

2007-01-15 Thread Dave Shield
On 08/01/07, Peeyush Bishnoi <[EMAIL PROTECTED]> wrote: > Can any tell me how to calculate the bandwidth of a network link > using SNMP in c/c++ . Retrieve the value of 'ifInOctets' and/or 'ifOutOctets' for the interface in question. Then wait a bit, and retrieve the same values again. The diff

Re: rfc: library layering

2007-01-15 Thread Thomas Anders
Thomas Anders wrote: > Starting with the 5.4 release cycle there have been some (more) spurious > discussions about library layering and dependencies. I've been trying to > summarize the issue(s) here: > > http://www.net-snmp.org/wiki/index.php/Library_layering I've updated that page to reflect

Re: ip address corruption in snmpd and snmpwalk 5.4 on hpux 11.11 64 bit

2007-01-15 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 15/01

Re: SNMP Subagent crash

2007-01-15 Thread Venkata Guddeti
Dear All I have created two subagent processes one to handle get/sets and another to send traps. In the process that sends traps, I have no threads now. First I created connection with the master agent and registered for no MIB variables. (I am not calling the agent_check_and_process() any m

Re: SNMP Subagent crash

2007-01-15 Thread Venkata Guddeti
Dear All I am running net-snmp 5.4 on 64 bit RHEL 4.0. I have split my subagent in to two subagents (netman and trapman) now. One subagebt (netman) is just doing Get/Set operations. The Other subagent (trapman) is doing only sending traps. I did not register for any get/set variables in