Re: snmpwalk --no response when issued to sub-agent through master-agent

2008-02-14 Thread Pranesh Kulkarni
On Tue, Feb 12, 2008 at 3:15 PM, Dave Shield <[EMAIL PROTECTED]> wrote: >[ 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 li

Net-SNMP for ARM

2008-02-14 Thread Vishal N
Hi All, Do any one has compiled Nety-SNMP for ARM. How to compile Net-SNMP for ARM? which configuration/Environmen parameters I need to set? I am using Fedora 6 and target os if uClinux. Vishal N - This SF.net email is spons

Re: Can the proxy agent work with internal query?

2008-02-14 Thread Dave Shield
On 14/02/2008, ERICJ <[EMAIL PROTECTED]> wrote: > Actually what I want to do is as the same as the bug request ID > 1058412 "Disman Monitoring over Net-SNMP Proxy fails" Note that this particular bug was submitted against the previous implementation of the DisMan Event MIB. (disman/event-mib

Re: Can the proxy agent work with internal query?

2008-02-14 Thread ERICJ
On Tue, Feb 12, 2008 at 6:36 PM, Dave Shield <[EMAIL PROTECTED]> wrote: > On 12/02/2008, ericj <[EMAIL PROTECTED]> wrote: > > I had set up a proxy agent with net-snmp 5.4.1 on linux,and I have a > > switch with snmpv3 agent. > > > > I can run > > "snmpwalk -v 3 -u testuser -A 12345678 -l aut

Re: symbol "_send_OBSOLETE_" unresolved

2008-02-14 Thread Humpolicek
> Od: Thomas Anders <[EMAIL PROTECTED]> > > After your changes from recv/send to recvfrom/sendto, what's the result > of "make test"? > It seems to be OK. Configuration is without perl support, because of problems on tru64. 1: testing SNMPv1 support... ok 2: testing SNMPv2c get of system.

proxy traps from snmp version 1 to version2

2008-02-14 Thread jorge sanchez
Hi everyone, have a question regarding one problem which I face currently. Is it possible to proxy snmp traps from version 1 to version 2 with snmptrapd? I can see from manual page that there is forward directive (forward OID|default DESTINATION). All snmp entities will send snmp traps with vers

Wtr.: Re: Re: tmp partition not visible in hrStorageEntry

2008-02-14 Thread Sven Koos
I don't have a running development environment on Solaris; so I've to setup this (it will take a piece of time). Thank You for support. Sven. - weitergeleitete Nachricht - Betreff: Re: Re: tmp partition not visible in hrStorageEntry Datum: Do, 14. Feb 2008 Von: Dave Shield<[EMAIL

Re: Re: tmp partition not visible in hrStorageEntry

2008-02-14 Thread Dave Shield
On 12/02/2008, Sven Koos <[EMAIL PROTECTED]> wrote: > The hrStorageEntry table entries are identical to hrFSEntry table entries > (except memory etc.). So basically the problem relies to the hrFSEntry table. OK - that's useful. So tracking down this problem will need to concentrate on the hr_files

Re: symbol "_send_OBSOLETE_" unresolved

2008-02-14 Thread Thomas Anders
Humpolicek wrote: > I think that one answer to question why replacement fixes the problem is > hidden in "/usr/sys/include/sys/socket.h" header file: After your changes from recv/send to recvfrom/sendto, what's the result of "make test"? +Thomas

Re: SNMP Query

2008-02-14 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 12/02

Re: snmp agent simulator

2008-02-14 Thread Dave Shield
On 14/02/2008, Padala <[EMAIL PROTECTED]> wrote: > I would like to use snmp4j agent API for my simulator. This mailing list is for support of the Net-SNMP toolkit. SNMP4J is a completely separate package (related to the SNMP++ toolkit), and has no connection with this project. If you need assi

Re: How can add my backend C file to net-snmp

2008-02-14 Thread Dave Shield
On 14/02/2008, SJayaram kalam <[EMAIL PROTECTED]> wrote: > Now I want to add the corresponding backend function in C to get/set the > SSID. > > how can I add my backend function. Please see the FAQ entry How do I add a MIB to the agent? http://www.net-snmp.org/wiki/index.php/FAQ:Agent_

snmp agent simulator

2008-02-14 Thread Padala
Hi I want to Develop snmp agent simulator. I know about snmp operations and functions.I would like to use snmp4j agent API for my simulator. I have two approaches in my mind. first if i get a free source MIB compiler i would prfer this approach, secondly I want to use MIB equivalent xm

Re: symbol "_send_OBSOLETE_" unresolved

2008-02-14 Thread Humpolicek
> Od: Dave Shield <[EMAIL PROTECTED]> > > My one surprise is that this actually fixes the problem, since > the same BSD/XOpen difference exists with sento/recvfrom as well. > I think that one answer to question why replacement fixes the problem is hidden in "/usr/sys/include/sys/socket.h" head

How can add my backend C file to net-snmp

2008-02-14 Thread SJayaram kalam
Hello all, I am doing project for wireless AP. For that project, I need to create NMS system using SNMP protocol. For this, I am using NET-SNMP tool. I have created MIB file for my application and put it in /usr/local/share/snmp/MIB. When I run , snmptranslate -m +MY-MIB -IR -On Dot11Ssid I ca