Unexpected agent behaviour when walking a MIB

2011-09-14 Thread Ramon . Padilla
Hi, I am using Net-SNMP version 5.7.1.pre2, having built it using Visual Studio 2008 with support for the agentx module and installed the Perl modules that are bundled with it. I have configured the agent to run as an AgentX master agent and I have a perl module that registers a sub-agent hand

Re: Unexpected agent behaviour when walking a MIB

2011-09-14 Thread Dave Shield
On 14 September 2011 09:21, wrote: > This doesn't make any sense. The call-back handler should be invoked with a > mode indicating 'GetNext' and the OID 1.3.6.1.4.1.2257.11.1.1.1. Why is the > mode being changed from 'GetNext' to 'Get'? I haven't done much (if anything) with implementing modules

Unable to send SNMP v2 traps by following the tutorial

2011-09-14 Thread Disc Magnet
I am following the tutorial at: http://www.net-snmp.org/wiki/index.php/TUT:snmptrap#SNMPv2_Traps I am using NET-SNMP version: 5.7. I was able to successfully generate and receive SNMP v1 traps using snmptrap and snmptrapd commands by following the tutorial. But I am facingissues with generating a

Re: Unable to send SNMP v2 traps by following the tutorial

2011-09-14 Thread Dave Shield
On 14 September 2011 14:44, Disc Magnet wrote: > I have the following content in > C:\usr\share\snmp\mibs\UCD-NOTIFICATION-TEST-MIB.txt: > >        UCD-NOTIFICATION-TEST-MIB DEFINITIONS ::= BEGIN >              IMPORTS ucdExperimental FROM UCD-SNMP-MIB; > >        ucdNotificationTestMib MODULE-IDE

net-snmp with solarwinds on aix

2011-09-14 Thread Derek Smith
I configured using the file text below. Solarwinds is our monitoring software that runs on a Windows server which sends alerts. When I access the GUI on the SW server, then select resources, I do not see any of my filesystems (disk volumes). I only see RAM, VRAM and Swap. I need for solarwind

How to register OIDs from an Object with the Agent when running embedded

2011-09-14 Thread Jon Jon
Hello All, I am not sure if this is really the right place to ask, if it isn't could you please point me to the right place to ask? Anyway, I am working on building a Perl based pluggable architecture for my custom SNMP monitors. The problem I am having is registering my OIDs and their related su

Re: Unable to send SNMP v2 traps by following the tutorial

2011-09-14 Thread Disc Magnet
On Wed, Sep 14, 2011 at 7:24 PM, Dave Shield wrote: > On 14 September 2011 14:44, Disc Magnet wrote: >> I have the following content in >> C:\usr\share\snmp\mibs\UCD-NOTIFICATION-TEST-MIB.txt: >> >>        UCD-NOTIFICATION-TEST-MIB DEFINITIONS ::= BEGIN >>              IMPORTS ucdExperimental FRO

Document for modifying the mib2c generated code

2011-09-14 Thread N. Karthikeyan
Hi Dave, Could you please let me know whether there is any document available on how to change the mib2c generated code? I am trying to implement a table with mib2c.iterate.conf with cache enabled. Thanks in advance for your help and guidance. Thanks, -karthi-

Re: How to detect vendor-specific MIB branch under the enterprises(1) MIB?

2011-09-14 Thread Martin T
Dave, in case I saw only few generic values, I used following command: snmpwalk -v 1 -c public -On I.I.P.P All the more useful device specific values were under .1.3.6.1.4.1.. However, if I don't specify the and execute: snmpwalk -v 1 -c public -On I.I.P.P .1.3.6.1.4.1 ..I got no replies. So t

RE: Document for modifying the mib2c generated code

2011-09-14 Thread Dheeraj Gautam
Hi, I am not sure of the document. While I was implemented this, I did the following step and it worked good and still working. 1. TABLE_data_access.c is only file I changed, TABLE__container_load() is only function I changed 2. Code generated will contain a while (1) loop in above