Re: Does netsnmp support "set row"

2005-03-16 Thread Robert Story
On Wed, 16 Mar 2005 11:32:06 -0500 Richard wrote: RS> I googled the following old discussion about "SET ROW". RS> Does net-snmp support this kind of "set row" RS> operation now? No, the EOS group never got off the ground. RS> Does net-snmp support any kind of operation that RS> an SNMP manager ca

Re: about net-snmp

2005-03-16 Thread Robert Story
On Mon, 14 Mar 2005 19:18:44 +0100 (CET) elghazi wrote: EA> we are beginers in network management and especialy in net snmp how ever i EA> want to extend my agent and want to know how by using SMUX or AGENTX, by EA> exemple, its very important to me to do this please help me. thanks for EA> your pr

Re: Warning for missing header

2005-03-16 Thread Robert Story
On Mon, 14 Mar 2005 04:33:10 -0800 (PST) Kelvin wrote: KM> I use Net-SNMP 5.0.9 on Linux Enterprise AS 3. I am using the function KM> header_generic in my code. I get a warning with make -- KM> KM> my_mib.c:420: warning: implicit declaration of function KM> `header_generic' KM> KM> I tried to

Re: hello .about threshold of net-snmp

2005-03-16 Thread Robert Story
On Thu, 10 Mar 2005 16:23:21 +0900 Lin wrote: LJ> I want to set a threshold of OID . When the value of OID is exceeded the LJ> threshold , SNMP agent will send a trap to SNMP manager. LJ> How can I do that ? Read the DISMAN EVENT MIB section of the snmpd.conf man page. -- Robert Story; NET-SNMP

Re: assertion failure on multiple varbind snmpset

2005-03-16 Thread Robert Story
On Wed, 9 Mar 2005 13:54:16 -0600 Mike wrote: MK> Here's the situation. I have a subagent running to handle a private MK> MIB that I wrote. What release are you using? What type of handler are you using? Did you use mib2c to generate the code? MK> If I try to run snmpset on more than one variabl

Re: hi, how can I access agent from a remote host -- I've find the problem, I run the agent listening at localhost:1621, so only request from localhost can be accepted.

2005-03-16 Thread θ‹—θΏŽεŽ
I've find the problem, I run the agent listening at localhost:1621, so only request from localhost can be accepted. - Original Message - From: "Robert Story" <[EMAIL PROTECTED]> To: "_" <[EMAIL PROTECTED]> Cc: Sent: Thursday, March 17, 2005 12:43 PM Subject: Re: hi, how can I ac

Re: odd return oids

2005-03-16 Thread Robert Story
On Wed, 9 Mar 2005 11:08:14 -0500 Michael wrote: MPS> So, I implemented a module for my table using the iterator conf for mib2c. MPS> It works except that the index oids seem to have an extra octet in them MPS> that I'm not providing, and I don't know where it's coming from. MPS> MPS> [EMAIL PROT

Re: mechanism for sending periodic traps?

2005-03-16 Thread Robert Story
On Wed, 9 Mar 2005 02:37:19 -0500 Armen wrote: AB> Is there a simple way to get net-snmp to send dynamically configured AB> periodic traps? In other words, for any registered variable in the AB> agent, I want to be able to have the variable sent to a trap sink at a AB> configurable time interva

Re: hi, how can I access agent from a remote host

2005-03-16 Thread Robert Story
On Wed, 09 Mar 2005 08:50:19 +0800 _ wrote: > I ran snmpd in 192.168.30.151, and snmpget (get system.1.0, or anything > else) in 192.168.30.150, then snmpget gots no response with timeout.I used > the right community. > ( > mid150113:snmpget -c mymib 192.168.30.151:1621 system.1.0 > Ti

Re: Agent Code

2005-03-16 Thread Robert Story
On 7 Mar 2005 15:56:09 - Jude wrote: JAAP> First i configured using JAAP> JAAP> --with-mib-modules="examples/notification" JAAP> JAAP> so i get the notification trap being sent every 30 seconds. Now i JAAP> am trying to configure with JAAP> JAAP> --with-mib-modules=myProjFile JAAP> JAAP> T

Re: snmpd error

2005-03-16 Thread Robert Story
On Mon, 7 Mar 2005 21:04:39 +0530 Asha wrote: AK> i get this error and then the Agent starts AK> AK> snmpd: send_trap: Timeout AK> NET-SNMP version 5.2.1.rc3 You really should try the release version, instead of rc3. a timeout send a trap indicates you are using an inform sink, and the peer is n

Re: Does net-snmp support inter-table indexing?

2005-03-16 Thread Robert Story
On 04 Mar 2005 10:59:45 -0600 bogdan wrote: BA> I am new with net-snmp and i would like to know if there is support for BA> inter-table indexing (from what i tried it doesn't seem to be there). Can you explain what you mean by inter-table indexing? -- Robert Story; NET-SNMP Junkie Support:

Re: struct variable?

2005-03-16 Thread Robert Story
On Wed, 2 Mar 2005 11:44:28 -0500 Michael wrote: MPS> I'm reading AGENT.txt that came with net-snmp-5.0.9-2.80, and under MPS> "Variable handling" it talks about a "struct variable". MPS> MPS> Looking in /usr/include/net-snmp/library/snmp_api.h, I see no such thing, MPS> but there is a "struct va

Re: check_varbind.c changes

2005-03-16 Thread Robert Story
On Fri, 04 Mar 2005 10:27:56 + Dave wrote: DS> In particular, you seem to have introduced a new routine DS> netsnmp_check_vb_range() which is basically a duplicate DS> of the previously netsnmp_check_vb_int_range() but without DS> a check that the value actually is an integer. DS>What's the

subagent built with agentx size is increased more 10 times

2005-03-16 Thread Srinivas Athuluru (ATG)
Hi, I am building a subagent using agentx. The 'size -t mydaemon' is showing a change of text size from 60k to 900kis there a better way to make the code that gets linked in thinner. thanks Srinivas --- SF email is sponsored by - The IT

Does netsnmp support "set row"

2005-03-16 Thread Richard Sun
Robert, or any net-snmp expert there, I googled the following old discussion about "SET ROW". Does net-snmp support this kind of "set row" operation now? Does net-snmp support any kind of operation that an SNMP manager can creat a new row and set values for all columns with one snmp message? Thanks

Sequence of invoking handler

2005-03-16 Thread Grasic Igor
Hello all snmp lovers :))! I wonder if anybody can explain to me, how handlers are invoked. The only knowledge I have, I got from debugging net-snmp :(. Beside that, I've written my own helper handler takes care for returning values, etc... When handling multiple requests from the same handler