Re: SNMPv3 TSM snmpget doubt

2014-11-19 Thread sandhya reddy
*snmp_client.c::snmp_sess_synch_response(*) code is erroneous. snmpget request must sent a query for discovering snmpEngineID which the following code is sending. After this it is supposed to send the actual SNMP get request for a MIB variable say sysContact.0 When it does context probing it invok

SNMPv3 TSM snmpget doubt

2014-11-18 Thread sandhya reddy
I have installed net-snmp 5.6.2.1 and sent out snmp get request using snmpget command. This is a SNMPv3 request over TLS that i'm sending. snmpget request sends out two get request 1) Read operation for snmpEngineID.0 2) Actual get request querying for a MIB variable say sysContact.0 >From the to

Re: Coding-Doubt : Wrong number of imports

2012-10-25 Thread Niels Baggesen
Den 25-10-2012 14:28, Grijesh Chauhan skrev: > Using parse.c & parse.h in net-snmp. I written a code but What I am > getting is wrong number of imports. > And I think there is no mistake in my code. For the clearly of purpose I > am attaching my *code* name bug.c, > *input MIB*- RU_1.76.smi an

Re: Coding Doubt

2012-10-22 Thread Niels Baggesen
Den 10-10-2012 06:58, Grijesh Chauhan skrev: > I couldn't understand what is the relation among the name of objects > appears after *Next->* ? This is just a list of names that hash into the same bucket. No other realtion. > What is modid? Its not a part of OID. An index that identifies the mib

Re: doubt with generating the template code for eg:ifTable & ifEntry

2012-05-02 Thread Dave Shield
On 1 May 2012 17:50, Robert Story wrote: > On Tue, 1 May 2012 09:03:55 -0400 Jasti wrote: > JD> Instead of generating template code for ifTable (eg:) if we generate code > & > JD> adding necessary logic to the ifEntry code makes any difference? > JD> Because am comfortable with scalars rather tha

Re: doubt with generating the template code for eg:ifTable & ifEntry

2012-05-01 Thread Robert Story
tely differently that the expected way, you're more likely to have trouble finding someone to help you if you have issues. Lots of people on the list can help you with tables, but I doubt anyone has implemented a table with scalars before. -

doubt with generating the template code for eg:ifTable & ifEntry

2012-05-01 Thread Jasti Durgashree
Hi, Instead of generating template code for ifTable (eg:) if we generate code & adding necessary logic to the ifEntry code makes any difference? Because am comfortable with scalars rather than tables... -- Live Security

Re: doubt in nested table implementation

2011-01-03 Thread Dave Shield
On 2 January 2011 09:44, sujata patra wrote: > Issue I am facing is an implementation issue. > While refreshing the data or loading for the first time , Do I have to load > the whole tree data to  all the tables ? As you say, this is an implementation issue. That means you can handle it in wh

Re: doubt in nested table implementation

2011-01-02 Thread sujata patra
From: Wes Hardaker To: sujata patra Cc: Wes Hardaker ; [email protected] Sent: Wed, December 22, 2010 10:05:34 AM Subject: Re: doubt in nested table implementation >>>>> On Tue, 21 Dec 2010 20:15:12 -0800 (PST), sujata pa

Re: doubt in nested table implementation

2011-01-02 Thread sujata patra
From: Wes Hardaker To: sujata patra Cc: Wes Hardaker ; [email protected] Sent: Wed, December 22, 2010 10:05:34 AM Subject: Re: doubt in nested table implementation >>>>> On Tue, 21 Dec 2010 20:15:12 -0800 (PST), sujata pa

Re: doubt in nested table implementation

2010-12-22 Thread sujata patra
: doubt in nested table implementation From: Wes Hardaker To: sujata patra Cc: Wes Hardaker ; [email protected] Sent: Wed, December 22, 2010 10:05:34 AM Subject: Re: doubt in nested table implementation >>>>> On Tue, 21 De

Re: doubt in nested table implementation

2010-12-22 Thread sujata patra
From: Wes Hardaker To: sujata patra Cc: Wes Hardaker ; [email protected] Sent: Wed, December 22, 2010 10:05:34 AM Subject: Re: doubt in nested table implementation >>>>> On Tue, 21 Dec 2010 20:15:12 -0800 (PST), sujata pa

Re: doubt in nested table implementation

2010-12-21 Thread Wes Hardaker
> On Tue, 21 Dec 2010 20:15:12 -0800 (PST), sujata patra > said: sp> Thanks Wes. That's right . I have got it now and able to progress . I was sp> confused whether to make tree structure . Tree structures are not supported by SMIv2 (the MIB language). If you're getting the point of ne

Re: doubt in nested table implementation

2010-12-21 Thread sujata patra
From: Wes Hardaker To: sujata patra Cc: [email protected] Sent: Tue, December 21, 2010 6:11:08 AM Subject: Re: doubt in nested table implementation >>>>> On Sun, 19 Dec 2010 02:43:26 -0800 (PST), sujata patra >>

Re: doubt in nested table implementation

2010-12-20 Thread Wes Hardaker
> On Sun, 19 Dec 2010 02:43:26 -0800 (PST), sujata patra > said: sp> I have implemented simple table quite a few times . But I am confused to sp> implement when the mib contain more than one table and the tables are sp> nested(means the second table data repeats for each row of firs

doubt in nested table implementation

2010-12-19 Thread sujata patra
I have implemented simple table quite a few times . But I am confused to implement when the mib contain more than one table and the tables are nested(means the second table data repeats for each row of first table data, which I think is very common). I am using mib2c.iterate.conf to generat

Re: Doubt over on SNMP Trap V3

2009-07-21 Thread Dave Shield
2009/7/15 Sankar : >  I am Sankar. I have installed net-snmp-5.4.2.1-1.win32 in my system and > configured. I want to test SNMP V3 trap receiver. What will i do if i want > to receive SNMP V3 trap? See http://www.net-snmp.org/wiki/index.php/TUT:snmptrap_SNMPv3 > Note : My application will e

Doubt over on SNMP Trap V3

2009-07-16 Thread Sankar
Hi, I am Sankar. I have installed net-snmp-5.4.2.1-1.win32 in my system and configured. I want to test SNMP V3 trap receiver. What will i do if i want to receive SNMP V3 trap? Note : My application will emit SNMP V3 trap on port 162. Thanks and Regards, Sankara Narayanan S. ---

Re: Doubt Regarding mib implementation

2009-05-29 Thread Dave Shield
2009/5/29 Navjyot : > I have my own database, which will store the data related to the mib > tabular and scalar variables In database, i am taking care of storing it > in > SNMP-index-compliant manner. > My database is just exposing few API > I just want simple code from mib2c, wherein i sho

Doubt Regarding mib implementation

2009-05-29 Thread Navjyot
Hi, I am using NETSNMP for my SNMP AGENT. I need to implement some private mibs. I have the mib file along with the assigned oid's. As NETSNMP provides mib2c tool for generating most of the code, i too wanted to use it. But i am getting some issues. I have my own database, which will store the

Doubt regarding snmpd transport specifier option.

2008-06-20 Thread Rupa P V
Hi , I have some doubts regarding snmpd transport specifier option. I read in the manpages that we can make snmpd listen on a specific ipaddress with the command : snmpd :. I was able to do snmp operations through vlan interface eth0.2 using the above command by giving the

Re: Doubt regarding byte ordering in NetSNMP master agent and subagent

2008-05-29 Thread Rupa P V
:35 +0530, Rupa P V wrote: >> Hi, >> >> I have a doubt regarding byte ordering in AgentX. I am using >> NetSNMP-5-4-1. The snmpd process is my master agent which >> communicates with subagent with a unix domain socket to retrieve data >> from an external database

Re: Doubt regarding byte ordering in NetSNMP master agent and subagent

2008-05-29 Thread Magnus Fromreide
On fre, 2008-05-30 at 10:35 +0530, Rupa P V wrote: > Hi, > > I have a doubt regarding byte ordering in AgentX. I am using > NetSNMP-5-4-1. The snmpd process is my master agent which > communicates with subagent with a unix domain socket to retrieve data > from an external data

Doubt regarding byte ordering in NetSNMP master agent and subagent

2008-05-29 Thread Rupa P V
Hi, I have a doubt regarding byte ordering in AgentX. I am using NetSNMP-5-4-1. The snmpd process is my master agent which communicates with subagent with a unix domain socket to retrieve data from an external database. My low level routines are implemented using mfd cache method. I dumped the

the doubt of creating MIB tree firstly

2007-11-27 Thread 狄卫华
When reading the process of creating MIB tree (net-snmp 5.3.2.pre1), I find that the process may cause the memory leak, could you give me some suggestions? setting up the MIB tree firstly, the process of function calling as follows: -> main() -> init_agent(()

Re: Doubt..

2007-11-24 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 23/1

Re: Doubt..

2007-11-22 Thread Dave Shield
On 21/11/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > when i trying to use mib2c in Windows...it shows > "ERROR: You don't have the SNMP perl module installed" The "mib2c" script is written in perl, so requires the SNMP perl module to be installed.You need to do this before you can

Doubt..

2007-11-22 Thread raja.sekaran1
when i trying to use mib2c in Windows...it shows "ERROR: You don't have the SNMP perl module installed. Please obtain this by getting the latest source release of the net-snmp toolkit from http://www.net-snmp.org/download/ . Once you download the source and unp

Re: DOUBT IN MIBS -URGENT

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

Re: DOUBT IN MIBS -URGENT

2007-01-19 Thread Dave Shield
On 19/01/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I WANT TO COMPILE MY MIBFILE USING MIB2C COMMAND..BUT I ALREADY > ADD MY MIB.TXT FILE IN TO > USR/SHARE/SNMP/MIBSAFTER THAT I GAVE THIS COMMAND LIKE > ./CONFIGURE --WITH-MIB-MODULES > > BUT I GOT SOME ERROR > WARNING: mib module error > co

DOUBT IN MIBS -URGENT

2007-01-19 Thread [EMAIL PROTECTED]
HI, THIS IS KARTHIKEYAN. I WANT TO COMPILE MY MIBFILE USING MIB2C COMMAND..BUT I ALREADY ADD MY MIB.TXT FILE IN TO USR/SHARE/SNMP/MIBSAFTER THAT I GAVE THIS COMMAND LIKE ./CONFIGURE --WITH-MIB-MODULES=2E=2E BUT I GOT SOME ERROR WARNING: mib module error configure: error: module files WMAN-IF-MI

Re: Doubt regarding linking MIB file in Net-Snmp

2006-03-07 Thread Wes Hardaker
> On Thu, 2 Mar 2006 08:44:53 -0800, "v.balaji mca" <[EMAIL PROTECTED]> > said: v> I don't know how to design a good mib . Now i have designed a simple mib v> after reading some materials from the net. It's hard to design good mibs... I do recommend the book "understanding snmp mibs" by

Doubt regarding linking MIB file in Net-Snmp

2006-03-03 Thread v.balaji mca
Hello everybody , I am a final year M.C.A. graduate student . I'm doing my final semester project using the NET-SNMP package . My project is about to communicate with the ADC [ Analog to Digital Converter ] using the SNMP protocol. I am going to develop this project using C & Rt-Linux . I am usi

Re: doubt regarding dynamic linking

2006-02-06 Thread Dave Shield
On Fri, 2006-02-03 at 11:56 +0530, Jobin Jose Sebastin wrote: > but the next command >$snmpset localhost UCD-DLMOD-MIB::dlmodStatus.1 i create > is not working properly it shows that the object was not wrtable.. As Wes has indicated, the most likely problem is access control. Make sure that

Re: doubt regarding dynamic linking

2006-02-03 Thread Wes Hardaker
> On Fri, 3 Feb 2006 11:56:40 +0530, "Jobin Jose Sebastin" <[EMAIL > PROTECTED]> said: Jobin> but when I am giving snmpset -v1 -c public localhost Jobin> UCD-DLMOD-MIB::dlmodStatus.1 i create Jobin> it shows that no such object in this module) Jobin> Is it due to any configuration se

doubt regarding dynamic linking

2006-02-03 Thread Jobin Jose Sebastin
  hi , I am using the net-snmp tool kit associated with the linux version  2.4.21-20 .I have one doubt regarding the dynamic loading of mib module to the agent... I went thru the tutorilas on www.net-snmp.com and followed what they have told... ---(NET-SNMP Tutorial -- Dynamic Module

Re: doubt regarding dynamically loading module

2006-02-01 Thread Wes Hardaker
> On Wed, 1 Feb 2006 12:58:21 +0530, "Jobin Jose Sebastin" <[EMAIL > PROTECTED]> said: Jobin> To which diretory I have to dynamically load the shared object file... You can put it anywhere as long as you put the full path of it in the configuration file when you tell the agent to load it

doubt regarding dynamically loading module

2006-02-01 Thread Jobin Jose Sebastin
Hi all, I am using net-snmp in linux platform.I tried to dynamically load an mib module.. In which directory I have to give the./configure command and install.. To which diretory I have to dynamically load the shared object file…     with warm regards, Jobin Jose Sebastian, Aztec

Re: Doubt on Net-SNMP Configure environment

2005-07-17 Thread aakansha rajvi
On 7/14/05, aakansha rajvi <[EMAIL PROTECTED]> wrote: > Alex, > > I am trying to compile with Watcom C++ .. If it succeeds surely I will > let you know.. > > Thanks. > > On 7/7/05, Alex Burger <[EMAIL PROTECTED]> wrote: > > aakansha rajvi wrote: > > > Can I use Watcom C++ instead of VC++? Will i

Re: Doubt on Net-SNMP Configure environment

2005-07-14 Thread aakansha rajvi
Alex, I am trying to compile with Watcom C++ .. If it succeeds surely I will let you know.. Thanks. On 7/7/05, Alex Burger <[EMAIL PROTECTED]> wrote: > aakansha rajvi wrote: > > Can I use Watcom C++ instead of VC++? Will it be compatible to work > > with net-snmp? > > I have never used Watcom C

Re: Doubt on Net-SNMP Configure environment

2005-07-07 Thread Alex Burger
aakansha rajvi wrote: Can I use Watcom C++ instead of VC++? Will it be compatible to work with net-snmp? I have never used Watcom C++, but if it can load (or convert) the MSVC project files then I don't see why it wouldn't work. Win32\win32sdk.dsw (or win32.dsw without the PSDK) contains all

Re: Doubt on Net-SNMP Configure environment

2005-07-07 Thread aakansha rajvi
Pls anyone clarify me on this issue... Can I use Watcom C++ instead of VC++? Will it be compatible to work with net-snmp? Thanks. On 7/6/05, aakansha rajvi <[EMAIL PROTECTED]> wrote: > Can I use Watcom C++ instead of VC++? Will it be compatible to work > with net-snmp? > > Please anyone clarif

Doubt on Net-SNMP Configure environment

2005-07-06 Thread aakansha rajvi
Can I use Watcom C++ instead of VC++? Will it be compatible to work with net-snmp? Please anyone clarify me on this. Thanks. --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, st

Re: I have a doubt about net-snmp-5.2.1-1.win32.exe

2005-06-13 Thread Juan Perez
urceforge.net Subject: Re: I have a doubt about net-snmp-5.2.1-1.win32.exe Date: Thu, 09 Jun 2005 08:54:54 +0100 On Thu, 2005-06-09 at 02:38, Alex Burger wrote: > Wes Hardaker wrote: > > We should consider making a development exe too for people that want a > > full installatio

Re: I have a doubt about net-snmp-5.2.1-1.win32.exe

2005-06-09 Thread Dave Shield
On Thu, 2005-06-09 at 02:38, Alex Burger wrote: > Wes Hardaker wrote: > > We should consider making a development exe too for people that want a > > full installation so they can use the libraries... There is probably > > enough users that want to do that to warrant creating it? > > Do we want a

Re: I have a doubt about net-snmp-5.2.1-1.win32.exe

2005-06-08 Thread Alex Burger
Wes Hardaker wrote: On Thu, 02 Jun 2005 18:40:59 -0400, Alex Burger <[EMAIL PROTECTED]> said: We should consider making a development exe too for people that want a full installation so they can use the libraries... There is probably enough users that want to do that to warrant creating it?

Re: I have a doubt about net-snmp-5.2.1-1.win32.exe

2005-06-08 Thread Wes Hardaker
> On Thu, 02 Jun 2005 18:40:59 -0400, Alex Burger <[EMAIL PROTECTED]> said: Alex> You will need to download the source file (net-snmp-5.2.1.tar.gz). The Alex> .exe is only meant to provide the binary files. There are a few header Alex> files included only so users can see how the binary wa

Re: I have a doubt about net-snmp-5.2.1-1.win32.exe

2005-06-02 Thread Alex Burger
Hi Juan. Juan Perez wrote: Hello, I downloaded the net-snmp-5.2.1-1.win32.exe and works perfectly (including mib2c), but I didn't find the libraries and (include files) for compiling, for example the files that I can't find are : You will need to download the source file (net-snmp-5.2.1.tar.g

RE: I have a doubt about net-snmp-5.2.1-1.win32.exe

2005-06-02 Thread Bruce Shaw
>Hello, I downloaded the net-snmp-5.2.1-1.win32.exe and works perfectly >(including mib2c), but I didn't find the libraries and (include files) for >compiling, That's because you downloaded a working binary. The source (including the libraries and includes) is available here: http://sourcefor

I have a doubt about net-snmp-5.2.1-1.win32.exe

2005-06-02 Thread Juan Perez
Hello, I downloaded the net-snmp-5.2.1-1.win32.exe and works perfectly (including mib2c), but I didn't find the libraries and (include files) for compiling, for example the files that I can't find are : net-snmp-config.h, net-snmp-includes.h and net-snmp-agent-includes.h #include #include #i

Re: snmp doubt

2005-04-20 Thread Dave Shield
] On Tue, 2005-04-19 at 14:19, athi lakshmi wrote: > Now I have one doubt. > > How I am run notification.c for sending trap. You wouldn't use notification.c - or at least not directly. Please see the FAQ entries: How do I send traps and notificatio

Re: snmp doubt

2005-04-18 Thread Dave Shield
On Sat, 2005-04-16 at 08:42, athi lakshmi wrote: > how to retrieve the HOST-RESOURCES-MIB details through snmpwalk using > net-snmp. Did you compile the agent yourself, or use a pre-configured distribution? If you compiled it yourself, did you include the Host Resources support when you ran "conf

snmp doubt

2005-04-18 Thread athi lakshmi
Hai,     how to retrieve the HOST-RESOURCES-MIB details through snmpwalk using net-snmp.Please send reply immediately.   Thanking U       M.Athi   Yahoo! India Matrimony: Find your life partner online.

doubt in net-snmp

2005-03-04 Thread yamuna.jayachandran
Hi, I visited your site .I have some problem while using snmp commands.Subagent is created and table is registered with master  agent. While using the snmpwalk  command it displays only few entries  and  shows the following error Error in packet.Reason: (genError) A general failure occuredFai

Re: Doubt in interface statistics in 5.1.1

2004-06-03 Thread Dave Shield
> Anyone interested in sharing why the ifXTable, ifTestTable, ifStackTable > are not implemented in net-snmp 5.1.1. Because up to now, no-one has actually sat down and implemented them. > is there any contraint in implementing these groups or what? The main constraint tends to be time. Remember

Doubt in interface statistics in 5.1.1

2004-06-02 Thread Karthikeyan N
Hello, Anyone interested in sharing why the ifXTable, ifTestTable, ifStackTable are not implemented in net-snmp 5.1.1. is there any contraint in implementing these groups or what? Please give me ur comments on this. If i want to implement these tables then what should i do? where to get the i