SNMPSET Problem

2006-03-21 Thread V M Gadag
Hi, check for the following, 1) MIB object which you want to set should be writable. 2) you need to add "rwcommunity private default " to the snmpd.conf file as the MIB object you are trying to set is under a private section. or else you can specifically make only that MIB  as writable. Rega

subsequent calls to agent after 1st snmpset doesn't get received at agent.

2006-03-21 Thread V M Gadag
Hi All, I am facing one strange issue with snmpset commands on some of the MIB objects (These usually take a bit more time to execute but i have increased the time delay by option -t 10, which provides enough delay for me to get the results even then this problem exists.) On executing snmpset

hardware requeriments

2006-03-21 Thread Aless
HiI want to use net-snmp (perl library and trap daemon) to monitor 3switches, 3 routers a 2 gateways, all of them cisco (2600, 3750 and2651) from a linux box. How can i get an approach of the hardwarerequeriments for that box? I need to have an idea of the requeriments because the number of monitor

Net-SNMP disk check on Windows

2006-03-21 Thread andreas.sucher
Hi *,   I'm Net-SNMP 'beginner' - so please excuse if such questions bother you ;o)   I'm getting the following message in snmpd.log after starting the daemon (on Windows): C:/Net-SNMP/etc/snmp/snmpd.conf: line 70: Warning: Unknown token: disk.   Is this feature not available for Windows?

Re: exec problem with 5.1

2006-03-21 Thread Dave Shield
[ Reminder - *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 Sa

RE: Unable to Generate Traps on Processes, etc...

2006-03-21 Thread Billington, David
Understood. Unfortunately I'm stuck with the old OS for now. This morning I downloaded the source RPM for my version and rebuilt it with the disman/event-mib configure option. Now, along with my new "createUser" line, it is generating traps on process errors. Thanks for your help!! -Original

RE: Agentx and multiple copies of same mibs - distributed control plane

2006-03-21 Thread Pamidipati Suresh-G20238
Hi, If you are using SNMPv3, you can make use of the context strings. Each subagent can use a unique context string in the Agentx register pdu for the table. While retrieving the table data, you need to mention the context string in the request so that the master agent forwards it to the concern

How to return error to manager when object instance can not be retrieved after passing header_generic function in a subagent

2006-03-21 Thread Simon Saha
Dear Sir, I am building a sub-agent of a protocol stack. I have MIB objects whose value depend on some flag conditions in the stack. When I am performing getnext request on these objects the header_generic function checks the OID and places me to the right object instance, after t

Agentx and multiple copies of same mibs - distributed control plane

2006-03-21 Thread lee.porter
Hi, I'd like to implement the following mibs in agentx subagents. Agent MIB code: mibII ucd_snmp snmpv3mibs notification target agent_mibs agentx utilities Each sub agent resides on a separate ppc core within a stacked ethernet switch and talks in-band to a master agent running

RE: Timeout: No Response after output of last OID

2006-03-21 Thread Dave Shield
On Tue, 2006-03-21 at 09:47 +0530, Ajay Hotchandani wrote: > Thanks a lot for all your help. > > I see only outgoing dump, [snip] > Timeout: No Response from localhost. Sorry - I'm out of ideas. This looks exactly like an access control problem, but your earlier comments seem to indicate

Re: Traphandler problem

2006-03-21 Thread Dave Shield
On Mon, 2006-03-20 at 17:07 +, Pedro Henrique Morsch Mazzoni wrote: > can I send the notifications to another daemon? Anybody did that? man snmptrapd.conf see the directive "forward". Dave --- This SF.Net email is sponsored by xPML, a

Re: problems with tcpConnTable and udpConnTable

2006-03-21 Thread Thomas Anders
Rashmi M Bangera wrote: i am using net-snmp on linux 2.4.Whenever i issue snmptable command for tcpConnTable and udpConnTable,The agent dies with segmentation fault. snmptable tcpConnTable output: sprint_by_type, type 64 index: type=64(40), value=IpAddress: trace: sprint_realloc_by_type():

RE: Unable to Generate Traps on Processes, etc...

2006-03-21 Thread Dave Shield
On Mon, 2006-03-20 at 11:53 -0600, Billington, David wrote: > OK, with "snmpd -f -L -Dmte" (the 'e' is not valid in this version) > I get: > > Warning: Unknown token: agentSecName > Warning: Unknown token: defaultMonitors > > I think this means the disman/event module is not loaded? compiled?

Re: snmptrapd with increasing memory usage on RHEL 4

2006-03-21 Thread Gertraud Unterreitmeier
Hello, thanks a lot for this very helpfull answer, it looks quite will now with net-snmp-5.2.2. What surprises me is that this feature is enabled by default if it has such a memory leak. Regards, Gertraud Pamidipati Suresh-G20238 wrote: Hi, If you are using net-snmp-5.2.2, try out by spec