Re: Net-snmp License info.

2006-08-10 Thread Thomas Anders
Priya Mollyn (pmollyn) wrote: > What is the license model of net-snmp ? Is it LGPL or GPL ? None of them. net-snmp has a BSD-like license. Here are the details: http://www.net-snmp.org/about/license.html . +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) -

Net-snmp License info.

2006-08-10 Thread Priya Mollyn (pmollyn)
Hi,   What is the license model of net-snmp ? Is it LGPL or GPL ?   Thanks in advance -Priya - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technolo

Re: Unable to use PASS or OVERRIDE to implement Printer-MIB

2006-08-10 Thread Wayne Conrad
On Thu, Aug 10, 2006 at 09:41:09PM +0100, Dave Shield wrote: > On 10/08/06, Wayne Conrad <[EMAIL PROTECTED]> wrote: > >It seems like OVERRIDE or PASS ought to do, but although they both > >work when I use them to override SNMPv2-MIB::sysName.0, they don't > >work when I try to use them to implement

Re: Unable to use PASS or OVERRIDE to implement Printer-MIB

2006-08-10 Thread Dave Shield
On 10/08/06, Wayne Conrad <[EMAIL PROTECTED]> wrote: > It seems like OVERRIDE or PASS ought to do, but although they both > work when I use them to override SNMPv2-MIB::sysName.0, they don't > work when I try to use them to implement the Printer-MIB. > $ snmpget -v 2c -O n -c public localhost

Re: snmptrapd

2006-08-10 Thread Dave Shield
On 10/08/06, Jonathan Shan <[EMAIL PROTECTED]> wrote: > For some reason I am not receiving any traps. I have snmptrapd running, > with options -f -Lo. Then I run snmptrap command from the tutorial > website. Is snmptrapd reporting anything at all? Any error messages? What version of snmptrapd are

snmptrapd

2006-08-10 Thread Jonathan Shan
Hello, For some reason I am not receiving any traps. I have snmptrapd running, with options -f -Lo. Then I run snmptrap command from the tutorial website. I have made sure snmptrapd is running under root. I would appreciate advice. Jonathan Shan ---

Unable to use PASS or OVERRIDE to implement Printer-MIB

2006-08-10 Thread Wayne Conrad
I'm trying to get snmpd to pretend to have a Printer-MIB, so that I can test a manager that wants to talk to a printer. It seems like OVERRIDE or PASS ought to do, but although they both work when I use them to override SNMPv2-MIB::sysName.0, they don't work when I try to use them to implement the

problems walking mib with proxy

2006-08-10 Thread Brian Clevenger
I’m using Net-SNMP version 5.3.1, and I’m having problems walking the MIB when Net-SNMP is configured as a proxy.  I have an external agent that implements the DS1-MIB, and I want to configure Net-SNMP as a proxy so that I can add in the DS1-MIB provided by the external agent.  To do this,

Multiple OID's to a table.

2006-08-10 Thread Robillard, Greg L
Title: Multiple OID's to a table. OS Linux 7.3 NET-SNMP version:  5.3.1 When using the for (request = requests; request; request = request->next) within a table handler, I am only able to extract correctly the first value when sending multiple OID's in the same snmpget command. snmpget -v

Net-SNMP + Solaris kstat + OpenNMS

2006-08-10 Thread Jean-Sebastien Morisset
Hi everyone, I wrote a little Net-SNMP "pass_persist" script to allow polling of Solaris kstat information, and then display the results in OpenNMS. Here are some of the details: snmpd.conf: ---begin--- pass_persist .1.3.6.1.4.1.8072.100.2 /usr/perl5/5.8.4/bin/perl /usr/local/share/snmp/snmp-kst

Engine Ids of snmpd and trapd

2006-08-10 Thread Kadirvelu, Kannan (Kanna)
> Hi, > > I have few doubts, please clarify. > > We wanted to have same engine id for snmpd as well as snmptrapd so we used > the engineIDType directive and generated an engine Id. > Now both snmpd and snmptrapd have the same engine Ids. However I restarted > snmpd. Now, snmpd has a different en

Re: how to Initialise the contents of the table?

2006-08-10 Thread Dave Shield
On 10/08/06, 蔷 <[EMAIL PROTECTED]> wrote: I generated mib2c files by mib2c.conf also with iterator option.and now i wanted to know how to Initialise the contents of the table If you look at the generated code, you should see a routine 'tbModuleTable_createEntry()'. Call this with the relevant

how to Initialise the contents of the table?

2006-08-10 Thread
hi,all I generated mib2c files by mib2c.conf also with iterator option.and now i wanted to know how to Initialise the contents of the table in INIT function.take this structure of table_entry as example. struct tbModuleTable_entry {    /* * Index values */    long    tbModuleIndex;

Problem with SNMP.pm

2006-08-10 Thread Nick Garfield
Hello, We use extensively the SNMP.pm module from the net-snmp software to manage our numerous network devices (switches, wireless base stations). There are now a lot more than 1000 devices, and recently we noticed that something strange was happening in snmp.pm. If a session is opened to each d

Re: "RowStatus" and Dynamic row creation/deletion

2006-08-10 Thread Dave Shield
On 10/08/06, Maitri Kashyap <[EMAIL PROTECTED]> wrote: > 1> Is there any mib2c conf file that generates the code for Dynamic row > handling? Yes. The array-user, container, iterate and table_data templates all include support for dynamic row handling - both with and without using RowStatus.

"RowStatus" and Dynamic row creation/deletion

2006-08-10 Thread Maitri Kashyap
Hi All, 1> Is there any mib2c conf file that generates the code for Dynamic row handling? 2> How can I implement "RowStatus" for dynamic row creation / deletion 3> How do I handle when "RowStatus" is set to following states from commandline 1. Active

Re: Query - Regarding Compiling a MIB file

2006-08-10 Thread Dave Shield
On 10/08/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Please suggest me to compile a new MIB file in the v3 version of net-snmp > linux version. What do you mean by "compile a MIB"? Please see the FAQ entry "Where can I find a MIB compiler?" Dave ---

Is there a way to get wireless current speeds from snmp

2006-08-10 Thread David Goodenough
The ifSpeed is I understand meant to be the rated speed of an interface, not the minute to minute actual speed. In the case of Ethernet interfaces obviously the two are normally the same and the speed does not change other than congestion. Is there a corresponding value for wireless cards that

Query - Regarding Compiling a MIB file

2006-08-10 Thread Vijay . Koya
Hi, I am very new to the snmp. Please suggest me to compile a new MIB file in the v3 version of net-snmp linux version. Suggest me the steps and the resulting output files. Thank you for the support in advance Rgds Vijay This e-mail is confidential and intended only for the use of the indi

Re: Is there an snmp table which is the equivalent of `ip neigh`

2006-08-10 Thread Dave Shield
On 09/08/06, David Goodenough <[EMAIL PROTECTED]> wrote: > But I can not find an snmp table which contains > this info. TryIP-MIB::ipNetToMediaTable (or atTable) Dave - Using Tomcat but need to do more? Need to suppor