Re: A MIB file dilemma

2012-10-25 Thread Sverre Moe
The file system scenario was the closest example I could think of. The device I am creating a MIB file for has ALOT of parameters which is organized in a hierarchy must like a file system. Each node in the path can have a few scalars(parameters), but most of them are at the end of a path (a

Re: A MIB file dilemma

2012-10-25 Thread Heiko Gerstung
Hi Sverre, On 25.10.2012 08:50, Sverre Moe wrote: The file system scenario was the closest example I could think of. The device I am creating a MIB file for has ALOT of parameters which is organized in a hierarchy must like a file system. Each node in the path can have a few

Re: A MIB file dilemma

2012-10-25 Thread Dave Shield
On 25 October 2012 07:50, Sverre Moe sve...@spacetec.no wrote: The file system scenario was the closest example I could think of. The device I am creating a MIB file for has ALOT of parameters which is organized in a hierarchy must like a file system. Each node in the path can have a few

Re: A MIB file dilemma

2012-10-25 Thread Sverre Moe
Not very deep. Each system is different, but I don't think more than 5-8 levels. Individual names can be from 5 to 20 characters long. Also since some paths can have either status, config, cmd(command) I prefix with these strings on the scalar names (which adds to build up length of

conformance and compliance.

2012-10-25 Thread Benix Vincent
I am in the process of defining a new module entity (SMI_v2) with 800+ objects beneath. Now, I have finished defining the module identity finished adding objects underneath. But I haven't taken care of the conformance and compliance as I don't know what they are. In regards to this, #1 Are

Attaching a MIB Module into a C++ program

2012-10-25 Thread Sverre Moe
I am trying to attach a MIB Module into my C++ program. Making it an AgentX subagent. Any help/suggestion is appreciated. I followed the MIB Module Tutorial on Net-SNMP, created myself a MIB module with 3 scalars. Then running the command net-snmp-config --compile-subagent mysnmp mysnmp.c

Re: website is down?

2012-10-25 Thread Stuart Henderson
On 2012-10-23, Allen Chan allen.c...@five9.com wrote: I am unable to reach http://www.net-snmp.org/ in the browser. Ping and nmap= shows 80 is open. This isn't uncommon for sourceforge vhosts from time to time. --

troubleshooting pass-persist feature of SNMP

2012-10-25 Thread Allen Chan
Hi all, We are trying to figure out how to troubleshoot the pass-persist feature of SNMP. Our NMS is monitoring a bunch of OIDs that goes through pass-persist and perl scripts. On the NMS side we continually see network errors, and we see that it is all related to OIDs offered by pass-persist.

PASS OID and C++ SCRIPT

2012-10-25 Thread Hernán Romano
Hello Guys! I have a problem, It’s a new issue that I cannot figure it out and I couldn’t find any documentation about this. The situation is this, In my snmpd.conf file i have this line: pass .1.3.6.1.4.1.6147.2.1 /usr/share/cacti/scripts/TDP/binarios/ClearCodeGroup2 Note: