Re: version deference

2008-01-30 Thread Dave Shield
On 30/01/2008, Daniel Chuang <[EMAIL PROTECTED]> wrote: > I have similar question, what are the main change between v.5.4.1 > and v5.3.1 and where can I get the information other than > diffing the two sources code ? The 5.4.1 source tree contains three files that are relevant here. NEWS (which Th

Re: version deference

2008-01-30 Thread Thomas Anders
Daniel Chuang wrote: > I have similar question, what are the main change between v.5.4.1 > and v5.3.1 and where can I get the information other than > diffing the two sources code ? http://www.net-snmp.org/docs/NEWS.html +Thomas -- Thomas Anders (thomas.anders at blue-cable.de)

Re: version deference

2008-01-30 Thread Daniel Chuang
Hi, Dave, I have similar question, what are the main change between v.5.4.1 and v5.3.1 and where can I get the information other than diffing the two sources code ? thanks, Daniel Dave Shield wrote: >>2. What are the main differences between those versions (5.4.1 , 4.2.6) >> >> > > a) A n

Re: version deference

2008-01-30 Thread Dave Shield
On 28/01/2008, Isaac Eliassi <[EMAIL PROTECTED]> wrote: > 1. can an agent implemented on version 5.4.1 can work with a 4.2.6 manager. Yes. The whole point of network standards is that you can mix-and-match between different vendors (or between different offerings from the same vendor). > 2. Wha

Re: Print an OID numerically

2008-01-30 Thread Dave Shield
On 25/01/2008, Giuseppe Modugno <[EMAIL PROTECTED]> wrote: > In my sub-agent I want to print an OID in a numerical fashion. > I have "oid *name" and "size_t name_len". > > I'm sure there is a function in the Net-SNMP source code like the following: > print_objid_num( oid *name, size_t name_len );

Re: config_require() and config_add_mib()

2008-01-30 Thread Dave Shield
On 27/01/2008, Isaac Eliassi <[EMAIL PROTECTED]> wrote: > I am using ucd-snmp-4.2.6 code, and I was unable to understand execlly what > does the 2 MACRO's config_require() and config_add_mib() does, As Magnus has said, these are used as part of the "configure" mechanism, rather than when actually