Red hat snmpd config file

2007-04-30 Thread Senthil Nathan
Dear Mr.Dave, For your reference , i have given the exact snmpd config file with modifications for Red hat and Timesys. This is the config file ### # # snmpd.conf: # An example configuration file for configuring the uc

linking in external libraries

2007-04-30 Thread Adam Bell
Hi all, I am trying to link in an external library as part of cache loading routines for MIB table_access code. I added configure options for includes and libraries. It appears as the library should be linked into libnetsnmpmibs.so MY_INCLUDE="-O2 -Wall -I/home/abell/Software/app/cfgmon -I/h

Trying to find a weird problem

2007-04-30 Thread cnelson
I've searched the NetSNMP bug database for any issue with any status that mentions "arm" and found 5 hits including "alarm" but nothing relevant to my problem. I'm hoping that if this is a NetSNMP issue it'll ring a bell with someone reading this list. I realize this is a long shot. Running NetS

Get Request on TimeSys and Red Hat linux distribution

2007-04-30 Thread Senthil Nathan
Dear Mr.Dave, I have tried simple Get request for standard system information through adventnet MibBrowser. I didnt get any result and the firing of Get request never reflect in snmp agent side. With thanks and Regards, D.SenthilNathan ---

Re: Get Request on TimeSys and Red Hat linux distribution

2007-04-30 Thread Dave Shield
On 30/04/07, Senthil Nathan <[EMAIL PROTECTED]> wrote: > Suse10.1 Linux( net-snmp 5.2.1 version ) -Both GET/SET Reguest works fine. > Red Hat 9 Linux ( net-snmp 5.1.2 version ) - only SET Request works and GET > Request failed. > Timesys Linux ( net-snmp 5.1.1 version ) - only SET Request work

Get Request on TimeSys and Red Hat linux distribution

2007-04-30 Thread Senthil Nathan
Dear Mr.dave, Thanks for your reply. For your information,I have used net-snmp for creating the snmp agent which contains the information suppplied by other sub modules not its own. Ihave created the .c and .h files by using mib2c iterator config by " net-snmp " style of code for my mibs. Ihav

Re: Get Request on TimeSys linux distribution

2007-04-30 Thread Dave Shield
On 30/04/07, Senthil Nathan <[EMAIL PROTECTED]> wrote: > we trid for the Get and Get-next request we got Request time out error. But what was the *exact* GET request(s) that you tried? Cut-and-paste the command, please. Do you get the same problem with internal "standard" OIDs (such as the system

Get Request on TimeSys linux distribution

2007-04-30 Thread Senthil Nathan
Dear Mr.Dave, Thanks for your reply, Here i have to give more information I have been implementing the snmp agent using net-snmp 5.3.1 for my product. I have created agent which get the data from external sub modules not its own. Then, regarding mib2c,I have used the iterator config for code con

Re: Regarding Get operation on TimeSys linux

2007-04-30 Thread Dave Shield
On 30/04/07, Senthil Nathan <[EMAIL PROTECTED]> wrote: > The issue is i can make the SNMP SET Request successfully. > But, i couldnt make SNMP Get or SNMP Get bulk Request on PPC target > system. > > Could any of them help me in this regards. With that level of information, no. What exactly h

Regarding Get operation on TimeSys linux

2007-04-30 Thread Senthil Nathan
Dear friends, Greetings to everyone. I have used the net-snmp v5.3.1 for my project and PPC 440 as target in TimeSys linux environment . I have compiled the application on the PPC 440 .I have changed all the relevent changes in the snmp related config file. The issue is i can make the SNMP SE

Re: my under standing to this is correct or not plz help me

2007-04-30 Thread Dave Shield
On 30/04/07, rajasekhar kavuri <[EMAIL PROTECTED]> wrote: > i am having sub agent in my application code. can my sub agent directly send > events or message to my snmp manager. or it need to send messages to Master > Agent which in turn will send to my manager. If you're running as a subagent, the

my under standing to this is correct or not plz help me

2007-04-30 Thread rajasekhar kavuri
hai, I am using the netsnmp c++ libraries in my code. i need some clarification for this below one. i am having sub agent in my application code. can my sub agent directly send events or message to my snmp manager. or it need to send messages to Master Agent which in turn will send to my manag