RE: "-I -interfaces" startup parameters for SNMPD.

2006-12-26 Thread Kurapati M-G19456
-Original Message- From: Kurapati M-G19456 Sent: Wednesday, December 27, 2006 11:50 AM To: Kurapati M-G19456; Dave Shield Cc: net-snmp-users@lists.sourceforge.net Subject: RE: "-I -interfaces" startup parameters for SNMPD. I have started snmpd as follows. ./snmpd -x 705 -I -interfaces

RE: "-I -interfaces" startup parameters for SNMPD.

2006-12-26 Thread Kurapati M-G19456
I have started snmpd as follows. ./snmpd -x 705 -I -interfaces When I isuued a getnext for interfaces node, I am seeing the following messages in /var/log/snmpd.log. trace: netsnmp_call_handler(): agent_handler.c, 418: handler:calling: calling handler bulk_to_next for mode GETNEXT trace: netsnmp

Can I ship net-snmp libraries in my product?

2006-12-26 Thread Alexi Zuo
Since the our target platform may use a different version of net-snmp, I wonder if it is legal to chip net-snmp libraries with our product. We are using AgentX to communicate with the default master agent snmpd. I think master agent and subagent can work correctly when using different libraries si

Re: Big problems about net-snmp subagent on different platform

2006-12-26 Thread Alexi Zuo
What if our customer install a net-snmp compiled by themselves? We can't ship a dedicated RPM package for each version of net-snmp. By the way, how to compile your subagent statically? I know nothing about the target platform's configuration of net-snmp when compiling. 2006/12/26, Thomas Ande

Re: a problem about net-snmp 5-4

2006-12-26 Thread Dave Shield
On 26/12/06, Clement Hsu <[EMAIL PROTECTED]> wrote: > Thanks, and the full text of the file is as follow: > > !/bin/bash > # ucd-snmp init file for snmpd [snip] > OPTIONS="-Lsd -Lf /dev/null -p /var/run/snmpd -a" So that is where the OPTIONS variable is set. If you need to change the startup o

Re: about AES support in netsnmp on windows

2006-12-26 Thread Alex Burger
A new Windows binary will be posted today or tomorrow that that contains AES support. Alex bhushan wrote: > Hello Friends, > Greetings, > I have netsnmp 5.4, i have install that on windows using MVC > environment but i observed > that AES128 support not working in netsnmp. > so if i want to t

about AES support in netsnmp on windows

2006-12-26 Thread bhushan
Hello Friends, Greetings, I have netsnmp 5.4, i have install that on windows using MVC environment but i observed that AES128 support not working in netsnmp. so if i want to turn on AES support in netsnmp 5.4 on windows, so what should i do ? Please help me Friends. Regards Bhushan. E . Sonawane -

Re: "snmptranslate -Tp" it does not reflect the changes made in the mib

2006-12-26 Thread Thomas Anders
Vaibhav Kala wrote: > Hi, > I'm facing a peculiar kind of problem, the problem is when I try to change > the MAX-ACCESS from read-write to read-only of an object in an already > existing mib then on executing the command "snmptranslate -Tp" it does not > reflect the changes made in the mib, but

Re: Big problems about net-snmp subagent on different platform

2006-12-26 Thread Thomas Anders
Alexi Zuo wrote: > I am developing a subagent for our product which will be deployed on > different Linux platform (redhat 3,4/Suse 9,10). > Our devlopment platfom is redhat enterprise 3 which uses net-snmp 5.0.9. > [...] > After deploying our product to Suse 10, I got the following problems: Rele

Re: a problem about net-snmp 5-4

2006-12-26 Thread Clement Hsu
Dear Dave: Thanks, and the full text of the file is as follow: !/bin/bash # ucd-snmp init file for snmpd # # chkconfig: - 50 50 # description: Simple Network Management Protocol (SNMP) Daemon # # processname: /usr/sbin/snmpd # config: /etc/snmp/snmpd.conf # config: /usr/share/snmp/snmpd.conf # p

RE: "-I -interfaces" startup parameters for SNMPD.

2006-12-26 Thread Kurapati M-G19456
Dear list, I am seeing the following compile time errors, when I tried to build the net-snmp-5.2.2 with "--with-out-mib-modules="mibII/interfaces" option. Please help me in resolving these errors. Conifgure options - ./configure --prefix=/usr --without-openssl --with-enterpris

RE: "-I -interfaces" startup parameters for SNMPD.

2006-12-26 Thread Kurapati M-G19456
> How > to avoid SNMPD not to build this interface database? Is there a > configure option while compiling net-snmp package to exclude the interfaces mib building. Yes '--without-mib-modules=mibII/interfaces' [Mahesh start]

"snmptranslate -Tp" it does not reflect the changes made in the mib

2006-12-26 Thread Vaibhav Kala
Hi, I'm facing a peculiar kind of problem, the problem is when I try to change the MAX-ACCESS from read-write to read-only of an object in an already existing mib then on executing the command "snmptranslate -Tp" it does not reflect the changes made in the mib, but when I make a new mib file whi