Re: Free SNMP MIB Editor/Builder tools

2007-06-05 Thread Dave Shield
On 04/06/07, Navaneetham [EMAIL PROTECTED] wrote: Is there any Free SNMP MIB Editor/Builder tools available? See http://www.snmplink.org/Tools.html for a list of various MIB development tools. I've not used any of these (other than Net-SNMP, obviously!) so can't comment on their relative

Re: Problem with counter64 type in SNMPv1

2007-06-05 Thread Dave Shield
On 04/06/07, Makavy, Erez (Erez) [EMAIL PROTECTED] wrote: 1) Is this supported in later releases? No. 2) If not, why? Because it's not part of the SNMPv1 protocol. Counter64 was only introduced with SNMPv2. It is not a valid type in SNMPv1. How can I implement it easily? Use SNMPv2c or

Having a problem running mysubagent error while loading shared libraries: libnetsnmpmibs.so.15

2007-06-05 Thread Ken Carpenter
Hi all I need to write an xagent and can not get the tutorial to work, any help would be appreciated. I downloaded the examples from http://www.net-snmp.org/wiki/index.php/TUT:Writing_a_Subagent compiled the example: [EMAIL PROTECTED] TUTORIAL]# net-snmp-config --compile-subagent

Re: problems with IF-MIB

2007-06-05 Thread Dave Shield
On 04/06/07, Jeremy Scholz [EMAIL PROTECTED] wrote: I am having a problem viewing ifLastChange and some other iod's from this mib. When I try to walk this oid I get IF-MIB::ifLastChange = No Such Instance currently exists at this OID Is there something I'm missing. I am running CENTOS4 and am

Re: Having a problem running mysubagent error while loading shared libraries: libnetsnmpmibs.so.15

2007-06-05 Thread Dave Shield
On 04/06/07, Ken Carpenter [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] TUTORIAL]# ./mysubagent ./mysubagent: error while loading shared libraries: libnetsnmpmibs.so.15: cannot open shared object file: No such file or directory Have you run 'ldconfig', to tell the linker about this new

RE: problems with IF-MIB

2007-06-05 Thread Jeremy Scholz
Name: net-snmp Relocations: (not relocatable) Version : 5.1.2 Vendor: CentOS Release : 11.EL4.7 Build Date: Sun 13 Aug 2006 02:58:39 AM EDT Install Date: Tue 01 May 2007 01:12:44 AM EDT Build Host:

Re: problems with IF-MIB

2007-06-05 Thread Dave Shield
On 05/06/07, Jeremy Scholz [EMAIL PROTECTED] wrote: Name: net-snmp Relocations: (not relocatable) Version : 5.1.2 Vendor: CentOS That'll be the reason, then. The ifXTable support is relatively new, and has only really stabilised in

Warning: Failed to connect to the agentx master agent ([NIL])

2007-06-05 Thread Awadhesh
Hi, I'm trying to start an agentx(from root user) on linux I get the following error: Warning: Failed to connect to the agentx master agent ([NIL]): Warning: Failed to connect to the agentx master agent ([NIL]): Please note that the master agent is running at port 161.I have already set the

extend the agent with dlmod

2007-06-05 Thread Hans Dampf
hello I'd like to get status of our mail system (novell groupwise). in snmpd.conf I've added the following line to extend the agent: dlmod Gwsnmp /opt/novell/groupwise/agents/lib/libgwsnmp.so dlmod is enabled on the agent, since snmpd -H shows: ..some output omitted.. file

RE: problems with IF-MIB

2007-06-05 Thread Jeremy Scholz
Thanks for the help! I reinstalled net-snmp from the source rpm and I am able to poll ifLastChange now. Name: net-snmp Relocations: (not relocatable) Version : 5.4 Vendor: Net-SNMP project Release : 1

Re: Warning: Failed to connect to the agentx master agent ([NIL])

2007-06-05 Thread Daniel Hobi
On 05.06.2007 13:47, Awadhesh wrote: I'm trying to start an agentx(from root user) on linux I get the following error: Warning: Failed to connect to the agentx master agent ([NIL]): Warning: Failed to connect to the agentx master agent ([NIL]): [...] [EMAIL PROTECTED] subagent]#

Difference between SNMPV1 and V2 MIB

2007-06-05 Thread rakesh zingade
Hi, I am very new to snmp... hardly from 3 months I am using it. I wanted to know How can we figure out the given MIB is for snmp V1 version or snmp V2 ? I tried to search the difference on Google but I didn't find any.. Appreciated if someone provides me the information or good link which

Re: Difference between SNMPV1 and V2 MIB

2007-06-05 Thread Dave Shield
On 05/06/07, rakesh zingade [EMAIL PROTECTED] wrote: How can we figure out the given MIB is for snmp V1 version or snmp V2? Short answer - it doesn't matter. You should be able to use any MIB with any version of SNMP. Slightly longer answer - apart from Counter64 objects These are simply

Re: Difference between SNMPV1 and V2 MIB

2007-06-05 Thread rakesh zingade
On 6/5/07, Dave Shield [EMAIL PROTECTED] wrote: On 05/06/07, rakesh zingade [EMAIL PROTECTED] wrote: How can we figure out the given MIB is for snmp V1 version or snmp V2? Short answer - it doesn't matter. You should be able to use any MIB with any version of SNMP. Slightly longer answer -

synchronous python bindings

2007-06-05 Thread Noah Gift
Are there any ideas on getting net-snmp to run asynchronously for the python bindings? I just noticed that threads block. I guess I was aware of this but didn't pay attention earlier. Noah - This SF.net email is sponsored

Enterprise subtree problem...

2007-06-05 Thread kadey
I'm trying to implement an enterprise subtree with the pass-through mechanism, and have a question. If I can see the subtree using snmptranslate, but not snmpwalk, (see below) does this preclude an access configuration problem? I'm loading all MIBS in snmpd.conf and in my session, but I can't

State of snmpNotifyFilterTable

2007-06-05 Thread George Donato
The net-snmp-5.4 FAQ says the snmpFilterTable, etc. is present and can be manipulated and updated, but the information is not consulted... Does anybody know the status of if/when the tables will be consulted? Thanks. - This

Re: Difference between SNMPV1 and V2 MIB

2007-06-05 Thread Subrahmanya Hegde
Hi If you find following CLAUSES in the MIB, then it is SMIv2.Otherwise it is SMIv1. MODULE-IDENTITY MAX-ACCESS MODULE-COMPLIANCE Refer RFC1908. It will give you some more hints... thx Subra rakesh zingade [EMAIL PROTECTED] wrote: Hi, I am very new to

Re: Enterprise subtree problem...

2007-06-05 Thread cnelson
... If I can see the subtree using snmptranslate, but not snmpwalk, ... As I understand it, snmptranslate processes the MIB files on your local system but snmpwalk talks to the remote agent. You can have MIB files for all sorts of MIBs that aren't implemented in the agent.