Re: DISMAN Event MIB configuration: monitor

2009-11-30 Thread Alex Tarumian
Hi,
Disman is evaluating the condition (see for details snmpd.conf man page)
every interval defined there and sends a trap first time the condition is
met (as opposed to first time it is evaluated). Next trap will be sent only
if condition becomes FALSE and then TRUE again. That is the base for
providing "raising" and "falling" functionality. Basically you need to
define two triggers with thresholds to implement both RisingAndFalling. As
you can see, it is not always important if the trigger evaluates conditions
on the agent startup. It becomes even less significant if the intervals are
short (5-10 sec or so).

In some specific cases I could not use disman... Ended up defining special
traps and implementing their specific requirements in special functions (see
send_XXX_trap() function)

Regards,
Alex

On Mon, Nov 30, 2009 at 1:53 PM, Sam V  wrote:

>
>
> Hi Guys,
> I have a question about the syntax used to configure the disman event MIB
> in snmpd.conf. Specifically, startup condition in monitor keyword. I noticed
> there is an option -s to evaluate trigger on startup, and there is option -S
> not to evaluate the trigger on startup. Now, in case of a threshold trigger
> which have multiple startup cases, Raising, Falling, RisingAndFalling. How
> can secify that I want a startup condition to be true on for the rising case
> and not all cases?
> Thanks.
>
>
>
> --
> Get a great deal on Windows 7 and see how it works the way you want. Check
> out the offers on Windows 7now. 
>
>
> --
> Join us December 9, 2009 for the Red Hat Virtual Experience,
> a free event focused on virtualization and cloud computing.
> Attend in-depth sessions from your desk. Your couch. Anywhere.
> http://p.sf.net/sfu/redhat-sfdev2dev
> ___
> Net-snmp-users mailing list
> Net-snmp-users@lists.sourceforge.net
> Please see the following page to unsubscribe or change other options:
> https://lists.sourceforge.net/lists/listinfo/net-snmp-users
>
>
--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


DISMAN Event MIB configuration: monitor

2009-11-30 Thread Sam V



Hi Guys,
I have a question about the syntax used to configure the disman event MIB in 
snmpd.conf. Specifically, startup condition in monitor keyword. I noticed there 
is an option -s to evaluate trigger on startup, and there is option -S not to 
evaluate the trigger on startup. Now, in case of a threshold trigger which have 
multiple startup cases, Raising, Falling, RisingAndFalling. How can secify that 
I want a startup condition to be true on for the rising case and not all cases?
Thanks.


  
_
Windows Live: Friends get your Flickr, Yelp, and Digg updates when they e-mail 
you.
http://go.microsoft.com/?linkid=9691817--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Duplicated SNMP syslogs

2009-11-30 Thread X Z

In my application, I set the default syslog level at the beginning, and after 
parsing a configuration file successfully, I need to reset the syslog level as 
indicated in the configuration file. So I created the following function:

void set_snmp_log_level(int log_level)
{
netsnmp_log_handler *logh;
logh = netsnmp_register_loghandler(NETSNMP_LOGHANDLER_FILE, log_level);
if (logh) {
logh->pri_max = LOG_EMERG;
logh->token = strdup(MYLOGFILE);
}
}


I noticed that all syslogs were duplicated in MYLOGFILE after I did:

set_snmp_log_level(default);

set_snmp_log_level(new);

snmp_log()

Does anyone know how to reset the syslog level to avoid the duplicated syslogs?

Thanks
Xuan

  
_
Hotmail: Trusted email with Microsoft's powerful SPAM protection.
http://clk.atdmt.com/GBL/go/177141664/direct/01/
http://clk.atdmt.com/GBL/go/177141664/direct/01/
--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: Event not Genrate

2009-11-30 Thread Mudassar

Hi,

Thanks, its works after using -I instead of -u.

Thanks.
M




 Original Message  
Subject: Re: Event not Genrate
From: Dave Shield 
To: Mudassar 
Cc: net-snmp users 
Date: 11/30/2009 4:04 PM

2009/11/26 Mudassar :
  

I am trying to trigger an event on physical memory and add the following
line in snmpd.conf, all other events are working perfect

monitor -u _internal -r 2 "Low Physical Memory" -o hrMemorySize
hrStorageUsed.1 > 110



Do the other events use the same "-u" user?
Given that this is a single-instance monitor,
  it might be sensible to use the -I flag.

If that doesn't work, then some more information about the
events that *do* work might be useful

Dave

  


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


compiling under x86_64

2009-11-30 Thread Stuart Kendrick
I'm trying to compile net-snmp on a 64-bit box

Pointers?


./configure --prefix=/opt/local --with-cflags=-fPIC --with-mibdirs="/opt/local/s
hare/snmp/mibs" --with-persistent-directory="/opt/local/var/snmp" --with-sys-con
tact=root --with-sys-location=M1-200 --with-logfile="/opt/local/var/log/net-snmp
" --with-default-snmp-version="2" --with-out-transports="TCP" --with-perl-module
s --with-mib-modules="ucd-snmp/diskio ucd-snmp/lmSensors smux"
[...]
gnat> make
[...]
/usr/bin/ld: /opt/local/lib/perl5/5.10.1/x86_64-linux-thread-multi/CORE/libperl.
a(op.o): relocation R_X86_64_32 against `a local symbol' can not be used when ma
king a shared object; recompile with -fPIC
/opt/local/lib/perl5/5.10.1/x86_64-linux-thread-multi/CORE/libperl.a: could not
read symbols: Bad value
collect2: ld returned 1 exit status
make[1]: *** [libnetsnmpagent.la] Error 1
make[1]: Leaving directory `/opt/local/src/net-snmp-5.5/agent'
make: *** [subdirs] Error 1
gnat>


gnat> uname -a
Linux gnat 2.6.18-164.6.1.el5 #1 SMP Tue Nov 3 16:12:36 EST 2009 x86_64 x86_64
  x86_64 GNU/Linux
gnat>

gnat> pwd
/opt/local/src/perl-5.10.1
gnat> grep fPIC config.sh
cccdlflags='-fPIC'
gnat>


--sk

Stuart Kendrick
Fred Hutchinson Cancer Research Center
Seattle, WA USA

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: RE: Questions about managing remotelly net-snmp.

2009-11-30 Thread Dave Shield
2009/11/3  :
> Please, could you provide a sample to add a row to a table using snmpset?


This would typically use the 'RowStatus' column of the table.
Something like:


snmpset   myStatus.7 i createAndGo   myIntValue.7 i 999

That would create a new row with index 7, and specific an
explicit value for the myIntValue column.   Any other columns
would get the default value.




>> > - Is it possible to set the IP's parameters using
>> standards Mibs? How?
>>
>>
>> Technically, it's possible, although I've never heard of anyone configuring
>> their interfaces via SNMP.
>
> But, then how is it done, if not using SNMP?

Via a "Command Line Interface"  (CLI).


Dave

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: snmp traps help

2009-11-30 Thread Dave Shield
2009/11/11 Tomas Dabasinskas 
> I have a question with regards to snmp traps. I have set snmp trap server
> and configured Epson TM-U230 printer to send traps to it.
   :
> When I print to the printer I get no traps, I get no traps at all but the
> [startup] one above. Is this because this printer is not smart enough
> to send more than “power on” traps? Or is it something to do with my snmp 
> server setup?

If you are seeing the power on trap, then it looks as if snmptrapd
is receiving traps OK.   You'll really need to consult the documentation
for the printer, or talk to Epson, to find out what other traps the printer
should be generating.

I'd be surprised if it generated a trap for every job.
SNMP notifications are normally used to report error conditions
or other exceptional cases.

Dave

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: Question about mib2c.create-dataset.conf

2009-11-30 Thread Dave Shield
2009/11/18 X Z :
> My table doesn't have RowStatus column.
> In this case, when should the rows be removed?

I have no idea - what does the MIB design specification say?


> My application doesn't support SET, should the rows be
> removed after the GET handler?

No - the rows should be removed when the underlying
entry that they are modelling no longer exists.
How the agent code detects this is up to you.

The code generated by mib2c is just a template.
It's up to you to fill in the gaps.

Dave

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: How to send Enterprise OID in varbind

2009-11-30 Thread Dave Shield
2009/11/19 Neeraj Vaidya :
> I am trying to send an SNMP v2c notification to the net-snmp trap daemon.
> My enterprise has an enterprise specific OID which is as follows :
> .1.3.6.1.4.1.2982.4.26.2.1.2.0.x where x either of : 1 or 2 or 3 or 4 or 5
>
> In the v2c PDU , I can set the sysUpTime and snmpTrapOID.
> But how do I include this enterprise specific OID in the PDU.

That OID would presumably be the value of the snmpTrapOID varbind.
(rather than being a varbind in its own right)

Dave

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: editing a table

2009-11-30 Thread Dave Shield
2009/11/19  :
>looks like I need to set
> the 'managerRowStatus' and 'managerIpAddress' in one
> atomic operation.
>
> I tried 'snmpset ... managerRowStatus.9 i 4 managerIpAddress.9 a
> 10.0.0.139' but it still seems to go in two seperate requests
> (or two .._handler function invocations)

A single "snmpset" command should send a single SET request,
containing both varbinds.

This may or may not be processed using two separate handler
invocations, depending on the exact way you've registered the
table.
   But in any case, you can use the multi-pass nature of SET
processing to cope with these two varbinds being handled
separately.

See the AGENT.txt file for a discussion of the old (v4) style
processing, which worked inm this way.   The same ideas
can be used with v5 handlers, if necessary

Dave

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Thank you Dave!my new problem is table structure mib file testing now

2009-11-30 Thread 飞飞
Dave:
  
 Thank you ! I have done this job "Got .c, .h, static load my mib use command 
./configure --with-mib-modules=",I got the wrong init_uit() function.
  
 a very simple(the mib file just include several scalars) experimental 
prototype was finished,now I am run a simple table mib file test 
now.http://www.net-snmp.org/wiki/index.php/FAQ:Coding is a very useful tool.
  
 Thank you very much!God blss you and your team!
 
Arsenal Sunday’s 3-0 defeat to Chelsea at Emirates Stadium make me feel so 
ashamed...
  
 Alex
   
  
  -- 原始邮件 --
  发件人: "Dave Shield";
 发送时间: 2009年11月30日(星期一) 晚上6:57
 收件人: "飞飞"; 
 抄送: "net-snmp-coders"; 
 主题: Re: Got .c, .h, static load my mib use command ./configure 
--with-mib-modules="" recompilation failure

  
2009/11/26 飞飞 :
> I want to static load my MIB module use the command
> ./configure --with-mib-modules="uit";make;make install

Did the "make" run successfully, or did it show any errors?

Did you restart the new agent after installing it?



> when I had done the installation,I cannot load my uit module,I use command
> 'snmpwalk -v2c -c public localhost' and 'snmpget'but get nothing i really
> need about my mib.
>
> Who can tell me where I was wrong here about my mib?

Please see the FAQ entry
 Why doesn't my new MIB module report anything?

for some other things to check.

Dave--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: major changes of net-snmp 5.5 over net-snmp 5.4.2.1

2009-11-30 Thread Dave Shield
2009/11/30 sanjaykumar :
>                 I am using net-snmp 5.4.2.1,  could anybody list the
> Major changes w r t "net-snmp 5.5"

See
  http://net-snmp.svn.sourceforge.net/viewvc/net-snmp/tags/Ext-5-5/net-snmp/NEWS

for the main differences, and
   
http://net-snmp.svn.sourceforge.net/viewvc/net-snmp/tags/Ext-5-5/net-snmp/CHANGES

for a fuller list.

Dave

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


major changes of net-snmp 5.5 over net-snmp 5.4.2.1

2009-11-30 Thread sanjaykumar
Hi All,
 I am using net-snmp 5.4.2.1,  could anybody list the 
Major changes w r t "net-snmp 5.5"

What are the advantage of using "5.5" over "5.4.2.1"

Rgds,
Sanjay

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: IP-MIB implementation w r t net-snmp 5.4.2.1

2009-11-30 Thread Dave Shield
2009/11/23 sanjaykumar :
>  I looking to the IP-MIB implementation w r t net-snmp 5.4.2.1
>
> I find following table is not supported:
>
>     1.  ipv6ScopeZoneIndexTable
>     2. ipDefaultRouterTable

Please try with version 5.5.
This does at least include code to support these tables
(which the 5.4.x line does not).

> 3. Ipv6RouterAdvertTable

At a quick glance, it doesn't look as if there's any code for this table.

Dave

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: bind specific interface

2009-11-30 Thread Dave Shield
2009/11/23 Anatoliy Kushner :
> hi all, is it possible to bind snmpwalk to a specific local address?

  man snmp.conf

  clientaddr [:]
  specifies  the source address to be used by command-line
  applications when sending SNMP requests.
 See snmpcmd(1) for more information about the format of addresses.

Dave

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: snmpget when in version 3 return either invalid or no value at all

2009-11-30 Thread Dave Shield
2009/11/24 Fatima Peter :
>  I installed netsnmp vrsion 5.5 over Fedora 11. Created the
> configuration files (snmpd.conf, snmp.conf) and ran:
> I created duser called 'fpeter' and set to noauth.

How exactly did you create this user?
What configuration do you have in these config files?

Dave

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: IPAddress like index for MIB table

2009-11-30 Thread Dave Shield
2009/11/25 Dejan Bojic :
> a GET request will return: radiusServerCurrentMode.192.168.1.20
> a GET_NEXT request will return: radiusServerCurrentMode.20.1.168.192

> Is anybody has any idea why I got index in the opposite order?

This sounds like a bug in the code that implements this MIB.
What does this code look like?

Dave

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: Event not Genrate

2009-11-30 Thread Dave Shield
2009/11/26 Mudassar :
> I am trying to trigger an event on physical memory and add the following
> line in snmpd.conf, all other events are working perfect
>
> monitor -u _internal -r 2 "Low Physical Memory" -o hrMemorySize
> hrStorageUsed.1 > 110

Do the other events use the same "-u" user?
Given that this is a single-instance monitor,
  it might be sensible to use the -I flag.

If that doesn't work, then some more information about the
events that *do* work might be useful

Dave

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: using snmp over the internet

2009-11-30 Thread Dave Shield
2009/11/28 Torben Surmer :
> I am interested in using snmp to managed some customer computers over the
> internet. My problem is, that normally such computers would stay behind
> local routers and so could not be reached from a webserver over snmp.
>
> Does anybody have a idea, how to handle this. Is there a way to to something
> like snmp-over-http ... I would say to tunnel snmp over httpd?


This is really something that would need to be arranged with your customers.
They could either configure their firewalls to accept SNMP traffic from
your management systems, or set up a VPN connection to these systems
so that you appear to be on the local network.
  The HTTP protocol isn't really suitable for tunnelling SNMP traffic, IMO
It would be more usual to have an SNMP application running on the
customers webserver - probably something specifically tailored to the
management tasks you need to perform.

But whatever you decide, this needs to be done in consultation with your
customers.

Dave

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: which mib2c template should I use?(my mib file has many tables)

2009-11-30 Thread Dave Shield
2009/11/30 飞飞 :
> in my mib file,I have many tables,so which mib2c template should I use?

Please see the FAQ entry
 Which mib2c configuration file should I use?


> can I get the the whole constructure of the mib tables file(.c,.h) one time?

It depends on which template you use.
Many of the templates can generate code for multiple tables
in one go.  But some templates (mfd springs to mind) are
inherently designed for a single table.

For combining tables and scalar objects in one file, see the FAQ entry
How can I have mib2c generate code for both scalars and tables?

Dave

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Problem on web man pages

2009-11-30 Thread Marek Simon
Hi,
I was browsing through web man pages on http://www.net-snmp.org/docs/man/
On every hypertext reference in the text of the manpages there is a 
missing quotation mark, which confuses the browser and the whole page 
gets broken. Please check it.
Marek

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


which mib2c template should I use?(my mib file has many tables)

2009-11-30 Thread 飞飞
Hi all:

in my mib file,I have many tables,so which mib2c template should I use?
can I get the the whole constructure of the mib tables file(.c,.h) one time?



TIA

Alex--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: About latest bug corrections/patches

2009-11-30 Thread Dave Shield
2009/11/30 bheemesh v :
> I am in the mailing list for quite sometime now (may be few months).
> In the official portal of net-snmp we get to see change;Log for the latest
> release.
>
> But is there any link, or mailing list which gives updates about the recent
> stable releases like 5.4.2.1?

The mailing list 'net-snmp-announce' is used for announcing new releases,
and this message typically includes a list of the significant changes
included in that release.
   In addition, the source tarball for each release includes both the file
ChangeLog (listing *all* the changes made since the last release)
and CHANGES (listing the more significant ones - the tracker numbers
for bug fixes and patches, etc).

This CHANGES file is also available via the project SVN repository:

   
http://net-snmp.svn.sourceforge.net/viewvc/net-snmp/branches/V5-X-patches./net-snmp/CHANGES
   (X=2..5)


Dave

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users