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
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 than tables...
I don't know that it's been tried ye
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
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
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
: 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
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
> 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
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
>>
> 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
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
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
That means my little endian subagent has to take care of doing htonl
for ipaddress before sending out to the master ,as the master expects
it to be already in big endian format.
Thanks a lot for the reply.
On 5/30/08, Magnus Fromreide <[EMAIL PROTECTED]> wrote:
> On fre, 2008-05-30 at 10:35 +0530,
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 database. My low level r
[ 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
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
[ 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
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
> 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
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
> 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
> 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
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
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
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
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
> 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
27 matches
Mail list logo