How to disable net-snmp Cannot find module errors

2007-02-28 Thread Makavy, Erez (Erez)
Problem: I'm getting net-snmp Cannot find module error whenever Net-SNMP is initialized. 1) For example, when I run php script (php compiled with net-snmp): php phptest.php No log handling enabled - turning on stderr logging Cannot find module (SNMPv2-MIB): At line 0 in (none)

Re: How to disable net-snmp Cannot find module errors

2007-02-28 Thread Dave Shield
On 28/02/07, Makavy, Erez (Erez) [EMAIL PROTECTED] wrote: These files are used for OID translation, but I don't need OID translation, and I don't want these files on my system (taking CF space, in embedded system). Questions: --- how can I remove these error messages? a)

RE: How to disable net-snmp Cannot find module errors

2007-02-28 Thread Makavy, Erez (Erez)
Hi, I don't have any MIB definition files anywhere on my system, and the error message still appear. 1) Dave's solution of setting the environment variables MIBS to empty does eliminate these error messages. 2) Dave wrote in his reply: - a) Set the environment

Re: about AES support in netsnmp on windows

2007-02-28 Thread Sridhar S
Thanks for the info. Sridhar On Sun, 11 Feb 2007 18:26:05 +0100, Thomas Anders [EMAIL PROTECTED] said: Sridhar S wrote: I am too facing the same problem, can you please let me know which Windows binary I need to download from

Re: How to disable net-snmp Cannot find module errors

2007-02-28 Thread Dave Shield
On 28/02/07, Makavy, Erez (Erez) [EMAIL PROTECTED] wrote: Dave, what did you mean by remove the MIB handling code? (Do you mean the OID translation code?) Yes. Dave - Take Surveys. Earn Cash. Influence the

Re: Encryption algorithms supported

2007-02-28 Thread Thomas Anders
Veerabahu Subramanian Chandran -X (veechand - HCL at Cisco) wrote: Is there any roadmap for the support of 3DES, AES256 encryption algorithms in net-snmp binaries? Support for 3DES/AES256 would be fully non-standard. There are no plans to support it, AFAIK. +Thomas -- Thomas

snmpwalk snmprtable and knowing what MIBS are needed.

2007-02-28 Thread Marcus Lively
Please could someone offer some advice. I am using net-snmp 5.3.1 and snmpwalk to scan a device which I have not managed before and am unsure what MIBS are supported. is there a simple way that I can query the device just to get all the numerical OID's available, not necessarily values so

Re: snmpwalk snmprtable and knowing what MIBS are needed.

2007-02-28 Thread Dave Shield
On 28/02/07, Marcus Lively [EMAIL PROTECTED] wrote: is there a simple way that I can query the device just to get all the numerical OID's available snmpwalk device .1 will retrieve all (available) information. If the relevant MIBs are loaded, then the

Re: cpu usage through UCD-SNMP-MIB::systemStats

2007-02-28 Thread Dave Shield
On 28/02/07, toc2 techie [EMAIL PROTECTED] wrote: bash$ snmpwalk -d -v1 -c public ip UCD-SNMP-MIB::systemStats Sending 43 bytes to ip : 30 29 02 01 00 04 06 70 75 62 6C 69 63 A1 1C 02 0016: 04 6D 95 B8 81 02 01 00 02 01 00 30 0E 30 0C 06 0032: 08 2B 06 01 04 01 8F 65 0B 05

sub-agent without root access

2007-02-28 Thread Oleg
Hi! So, I have configured snmpd to master agentx and have sub-agent program that compiled with net-snmp libs. When sub-agent program started with root access - all work. If without it - sad: init_kmem: kvm_openfiles failed: /dev/mem: Permission denied Attempt to compile net-snmp with flags:

Re: snmpwalk snmprtable and knowing what MIBS are needed.

2007-02-28 Thread Marcus
Dave Shield wrote: On 28/02/07, Marcus Lively [EMAIL PROTECTED] wrote: is there a simple way that I can query the device just to get all the numerical OID's available snmpwalk device .1 will retrieve all (available) information. If the relevant MIBs

Re: snmpwalk snmprtable and knowing what MIBS are needed.

2007-02-28 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

Re: No Such Instance

2007-02-28 Thread Dave Shield
On 27/02/07, Shuaib Siddiqui [EMAIL PROTECTED] wrote: By printing the parameters (vp, name, length, exact, etc) passed to the routine that handles the request for the scalar MIB objects, I found out that some of them are incorrect Quite honestly, I doubt that. This particular API has been

Re: Problem Related to snmpwalk command

2007-02-28 Thread Brian A. Seklecki
The only advice I can give you here is to read the snmpcmd(1) man page until your eyes hurt. Then read it again. Also check out: -D TOKEN[,...] Turn on debugging output for the given TOKEN(s). Try ALL for extremely verbose output. ~BAS On Fri, 23 Feb

V3 user creation

2007-02-28 Thread Michael Leslie
Greetings Users, Forgive me if I ask the obvious, but is it the case that the *only* way to create a v3 user the mechanism described roughly by the sequence: stop daemon createUser directive / net-snmp-config --create-snmpv3-user start daemon (subsequent) snmpusm

Re: Encryption algorithms supported

2007-02-28 Thread Wes Hardaker
VSC == Veerabahu Subramanian Chandran -X (veechand - HCL at Cisco) [EMAIL PROTECTED] writes: VSC From the available documentation/FAQ it is clear that the VSC net-snmp binaries like (snmpwalk/snmpget/snmp*) supports only DES VSC and AES encryption. That's correct. VSC Is there any roadmap