Problem with netsnmp 5.0.9 - No more variables left in this MIB View (It is past the end of the MIB tree)

2007-05-09 Thread Ganesh HS
Hi , We have a problem querying the Netsnmp subagent. When a sample subagent is built and used with the NetSnmp5.3.1 the queries like snmpwalk go well. but when the same subagent is built and used with the NetSnmp5.0.9(Comes on default with linux)it gives an error "No more variables left in

Re: Problem with netsnmp 5.0.9 - No more variables left in this MIB View (It is past the end of the MIB tree)

2007-05-09 Thread Dave Shield
On 09/05/07, Ganesh HS <[EMAIL PROTECTED]> wrote: > We have a problem querying the Netsnmp subagent. Can you *please* coordinate with your colleagues so that you don't both ask the same question (on different lists!). It's completely unnecessary, and just serves to increase the load on the v

Re: IBM WebSphere Message Queue MIB

2007-05-09 Thread Dave Shield
On 01/05/07, Andrew Wilkin <[EMAIL PROTECTED]> wrote: > I would like to be able to monitor IBM's WebSphere Message Queue system; I > thought that I could use SNMP to help with this. > > Does anyone know where I might find a mib to monitor the MQ environment? The fact that you've had no response to

Re: Request for open source EMS

2007-05-09 Thread Dave Shield
On 04/05/07, cherokee <[EMAIL PROTECTED]> wrote: > We want to make a EMS to manage our SDH devices based on Zenoss. > I read around Zenoss, and can NOT find out it is possible. That question is probably best directed to the Zenoss mailing list, rather than here. They will almost certainly underst

Re: If snmptrapd has a possibility for passphrase manipulation ?

2007-05-09 Thread Dave Shield
On 06/05/07, Alberstein Daniel-BDA037 <[EMAIL PROTECTED]> wrote: > If snmptrapd has a possibility for passphrase manipulation ? Not something that I've ever had call to use, but 'snmptrapd' will attempt to register SNMPv3 users with an AgentX master agent, under the context "snmptrapd". You sho

Re: sysDescr.0: Unknown Object Identifier (Sub-id not found: (top) -> sysDescr)

2007-05-09 Thread Dave Shield
On 07/05/07, Vishal Nandanwar <[EMAIL PROTECTED]> wrote: > I am getting error while executing following command, > > Command : snmpget -v 2c localhost -c public sysDescr.0 > Error: sysDescr.0: Unknown Object Identifier > (Sub-id not found: (top) -> sysDescr) That looks suspicious as if the M

Re: snmpnetstat/snmpwalk don't show all open ports

2007-05-09 Thread Dave Shield
On 07/05/07, Manuel Diaz <[EMAIL PROTECTED]> wrote: > When I execute the command: snmpwalk -c public localhost tcp, don't show > all open ports, like 22 (ssh), 80 (http). > > If I execute the command nmap or netstat, show these ports (22, 80, ...) What is the "netstat -a" output for the ports in

Re: [mib2c, IEEE802dot110MIB] Using mib2c to generate code with IEEE802dot-MIB

2007-05-09 Thread Dave Shield
On 08/05/07, bowmanchen <[EMAIL PROTECTED]> wrote: >I want to use IEEE802dot-MIB.txt. I have put it in > /usr/local/share/snmp/mibs . > > My problem is > Using mib2c to generate code by NET-SNMP 5.4 is OK. > Using mib2c to generate code by NET-SNMP 5.3.1 is fail. > >

Pass-through control

2007-05-09 Thread Hartog, T. (Tim)
Dear Netsnmp users, I'm trying to use the option pass-through control in netsnmp to create some kind of SNMP proxy. For some reason though i can't get it to work. I have 2 snmpd instances running, 1 on port 11161 (the Proxy) and one on port 161, the snmp-agent from which i want the information.

snmpwalk truncated output with "extend" or "exec"

2007-05-09 Thread Karamchedu, Rajeev K.
Greetings We are having trouble with the snmpwalk truncating output to 100 lines when using the "extend" or the "exec" facility. Looks like I am missing something in the setup ? Greatly appreciate if someone can point out troubleshooting tips.. Platform: SuSE 10.1 net-snmp: net-snmp-5.3.0.1-25

Re: Pass-through control

2007-05-09 Thread Dave Shield
On 09/05/07, Hartog, T. (Tim) <[EMAIL PROTECTED]> wrote: > I'm trying to use the option pass-through control in netsnmp to create some > kind of SNMP proxy. Is there any reason to use the pass-through mechanism, rather than the "proxy" directive which is intended for exactly this functionality?

Built an Agent

2007-05-09 Thread ALBERT BEZZINA
Hi, I need to built an application using the net-snmp, but I am not sure if this is possible or the right way of doing it. I have an application that currently is logging every event occurred. What I would like to built is; an snmp agent to send a filtered result from this log-file, for examp

snmpwalk question regarding IfSpeed of E1000 device

2007-05-09 Thread Robert M
Hello, I am fairly new to snmp and have a question regarding what is reported via MRTG as the speed of a device. The OS is Redhat 7.2 YES, I know it is old and would love to upgrade the OS but at this time I cannot. The original version of SNMP that was running was /usr/bin/snmpwalk -V UCD-snmp ve

Re: snmpwalk question regarding IfSpeed of E1000 device

2007-05-09 Thread Dave Shield
On 09/05/07, Robert M <[EMAIL PROTECTED]> wrote: > Can anyone point me in the right direction to modify the server to > report the correct speeds of the ethernet cards ? Quick 'n dirty fix. See FAQ entry: The speed/type of my network interfaces is wrong - how can I fix it? http://w

Re: snmpwalk truncated output with "extend" or "exec"

2007-05-09 Thread Dave Shield
On 09/05/07, Karamchedu, Rajeev K. <[EMAIL PROTECTED]> wrote: > We are having trouble with the snmpwalk truncating output to 100 lines > when using the "extend" or the "exec" facility. Problem confirmed. I'll have a look at this on the train tonight (assuming I get a seat!) and report back tomorro

Re: Built an Agent

2007-05-09 Thread Dave Shield
On 09/05/07, ALBERT BEZZINA <[EMAIL PROTECTED]> wrote: > I have an application that currently is logging every event occurred. What > I would like to built is; an snmp agent to send a filtered result from this > log-file, Remember that an SNMP agent is typically passive. It doesn't normally *send

Extending an Agent

2007-05-09 Thread Mark Riehl
All - I'm running v5.4 under Fedora Core 3 Linux, gcc 3.4.2. I'm trying to extend the agent to support a new table and I'm running into a few problems with the configure script. I've run the MIB through smilint to make sure I didn't have any MIB problems. First, I generated the c/h files: mib2

Re: Built an Agent

2007-05-09 Thread Wes Hardaker
> "DS" == Dave Shield <[EMAIL PROTECTED]> writes: >> I have an application that currently is logging every event occurred. What >> I would like to built is; an snmp agent to send a filtered result from this >> log-file, DS> Remember that an SNMP agent is typically passive. DS> It doesn't nor

Re: snmpwalk truncated output with "extend" or "exec"

2007-05-09 Thread Wes Hardaker
> "RKK" == Rajeev K Karamchedu writes: RKK> We are having trouble with the snmpwalk truncating output to 100 RKK> lines when using the "extend" or the "exec" facility. Looks like RKK> I am missing something in the setup ? That's a hard coded limit you're hitting as the exec/extend stuff was

Re: If snmptrapd has a possibility for passphrase manipulation ?

2007-05-09 Thread Wes Hardaker
> "DS" == Dave Shield <[EMAIL PROTECTED]> writes: DS> On 06/05/07, Alberstein Daniel-BDA037 <[EMAIL PROTECTED]> wrote: >> If snmptrapd has a possibility for passphrase manipulation ? DS> Not something that I've ever had call to use, but 'snmptrapd' will attempt DS> to register SNMPv3 users wi

RE: -n CONTEXT set context name (e.g. bridge1)

2007-05-09 Thread Alberstein Daniel-BDA037
I have problem with registration between snmpd (mater agent) and snmptrap (agentx) 1. from snmpd.conf master agentx agentxSocket tcp:localhost:705 2. from snmptapd.conf agentxSocket tcp:localhost:705 3. I run first from cmd (Windows) > snmpd -Dall wait to stop printing 4. And then

RE: snmpwalk truncated output with "extend" or "exec"

2007-05-09 Thread Karamchedu, Rajeev K.
Thank you Dave! It does not seem to be an issue in net-snmp-5.1.2-11.EL4.6. I have a RHEL system that produces more output than 100 lines but it is random. Repeated snmpwalks produces different # of lines of output there. :( I have access to test Suse system, so feel free to fire test cases away a

Re: USM engineID and the snmpd engineID?

2007-05-09 Thread Wes Hardaker
> "JM" == Jeff Miller writes: JM> - Changing the snmpd engineID will make the previous JM> localized engineID for a given security name incorrect JM> and render those users in the USM table unusable. Dave is right, the engineID itself is not "localized". "localization" refers to how master

RE: snmpwalk truncated output with "extend" or "exec"

2007-05-09 Thread Karamchedu, Rajeev K.
> #define MAXREADCOUNT 100 /* max times to loop reading output from execs. */ Would it apply to "extend" also ? > -Original Message- > From: Wes Hardaker [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 09, 2007 12:41 PM > To: Karamchedu, Rajeev K. > Cc: net-snmp-users@lists.sou

Re: separate python binding mailing list?

2007-05-09 Thread Wes Hardaker
> "NG" == Noah Gift <[EMAIL PROTECTED]> writes: NG> Is there any plans for a separate python bindings mailing list? I NG> have a bunch of python questions and answers Not at this time. If we got to the point where there was a large volume of questions specific to a particular sub-topic of t

Re: python bindings usage examples

2007-05-09 Thread Wes Hardaker
> "NG" == Noah Gift <[EMAIL PROTECTED]> writes: NG> Does anyone have any example python binding usage examples? The tests in the python/netsnmp/tests/test.py file has many examples of how the module can be used. It's worth reading and easy to follow. -- Wes Hardaker Sparta, Inc. -

Re: snmpwalk question regarding IfSpeed of E1000 device

2007-05-09 Thread Robert M
Thank you Dave, That worked out great, I added the following to snmpd.conf interfaceeth0 610 interfaceeth1 610 interfaceeth2 610 interfaceeth3 610 interfaceeth4 610 interfaceeth5 6100

Re: Extending an Agent

2007-05-09 Thread Dave Shield
On 09/05/07, Mark Riehl <[EMAIL PROTECTED]> wrote: > (Why does it generate all of the *~ files?) That's the result of running "indent" on the code. > I'm confused about where the files need to go. > configure: error: mib module "jtrsMdlNeighborNodeTable" requires module > "JTRS-MDL-MIB/jtrs

Re: python bindings usage examples

2007-05-09 Thread Noah Gift
I agree...it was hard to find that document, but it is what got me on the right path...and what I included on the wiki is based on it. We should probably point that out..in fact that whole test.py script in chunks would be a good usage example! On 5/9/07, Wes Hardaker <[EMAIL PROTECTED]> wrote:

mfd (array like) table implementation step 1

2007-05-09 Thread Rob Walter
Hi. I am having difficulty interpreting the available documentation on how to complete mib2c "mib2c.mfd.conf" generated files. So I have decided to proceed by asking a series of questions to "step-wise" gain the essential understanding. The table in question can be thought of as a simple

RE: Extending an Agent

2007-05-09 Thread Mark Riehl
Dave - I was missing the paths to the configure command. The configure seemed to go through without any issues. I did have some problems with the compile though: mibgroup/JTRS-MDL-MIB/jtrsMdlNeighborNodeTable/jtrsMdlNeighborNodeTable_data_access.c: In function `jtrsMdlNeighborNodeTable_contain

Log Contents

2007-05-09 Thread Mark Riehl
All - I'm working on extending an agent (v5.4 under Fedora Core 3). I've been able to get get it compiled with my custom MIB. Running snmpget, I get the following: snmpget -v 2c -c community localhost .1.3.6.1.4.1.73.19.2.1.2.1.1 Did not find 'InetVersion' in module INET-ADDRESS-MIB (/usr/loca

Net-SNMP 5.4 OpenSSL & AES Support

2007-05-09 Thread Kleffman, Justin (Mission Systems)
Hi, I have managed to successfully build version 5.4 from the main source on the download page. Although the .dsp file for netsnmpmibssdk project was corrupted I replaced it with the latest one out of SVN and it proceeded to compile without error (following the README.WIN32 document). I did both

Re: Net-SNMP 5.4 OpenSSL & AES Support

2007-05-09 Thread Thomas Anders
Kleffman, Justin (Mission Systems) wrote: > Is there some kind of problem with AES and Net-SNMP 5.4? The only thing > I can think to do at this point is try rebuilding from scratch using the > nightly tarball dated 5/9/07 and hoping something has been fixed. Yes, this is a know issue with 5.4 tha

RE: Net-SNMP 5.4 OpenSSL & AES Support

2007-05-09 Thread Kleffman, Justin (Mission Systems)
With Rev. 15666 put into version 5.4 source code AES now seems to be working beautifully. Thank you. -Original Message- From: Thomas Anders [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 2:50 PM To: Kleffman, Justin (Mission Systems) Cc: net-snmp-users@lists.sourceforge.net Subj

Re: [mib2c, IEEE802dot110MIB] Using mib2c to generate code with IEEE802dot-MIB

2007-05-09 Thread bowmanchen
Hi Dave: May be I said not clearly. Yes, 5.3.1 installation compiled from pure source. I have put IEEE802dot11-MIB.txt to "/usr/local/share/snmp/mibs/" . Using snmptranslate command to test IEEE802dot11-MIB is OK.