Re: a problem about net-snmp 5-4

2006-12-20 Thread Clement Hsu
Dear Dave: After performing the command, I got the result as following: registered debug token read_config, 1 read_config: reading premib configuration tokens read_config: config path used for snmpd:/usr/local/etc/snmp:/usr/local/share/snmp:/usr/local/lib/snmp:/root/.snmp (persistent path:/var/

snmp agent crashed when i used the tool snmpwalk running through out my private MIB(a table).

2006-12-20 Thread jiang jilin
Hi,all I extend the agent with using mib2c ,you know,i run mib2c -S cache=1 -c mib2c.iterator.c myoid.And it works well but not as I expeted. When I used snmpgetnext to require the last oid (in my private table,exactly,the last oid ,I mean,is the index of last row of my table.),the agent crashed

Re: Crash with smux and hacmp

2006-12-20 Thread Thomas Anders
Sauterel Fabrice wrote: >> - Have you tried to go through the source code > (agent/mibgroup/smux/smux.c) yourself? :-) > Yes, that's what I am currently doing ;-) I've logged the following bug report to describe what I think the problem is: http://sourceforge.net/tracker/index.php?func=detail&aid

Re: ECC numbers

2006-12-20 Thread Wes Hardaker
> "JG" == Joerg Glissmann writes: JG> Could you please tell me the ECC-number for above software JG> component(s) and where they are produced? Our cryptography software portions (AES and DES) actually come from OpenSSL and are not implemented internally. Additionally, back when export restr

ECC numbers

2006-12-20 Thread Glissmann, Joerg (EXT)
Hello, we would like to include your software NetSNMP in Version 5.3.1 in one of our projects. Since this shall be exported to other countries, we require a classification according to the ECC (Export Classification and Control) rules of the American Export Administration Regulation (EAR) (

RE: Crash with smux and hacmp

2006-12-20 Thread Sauterel Fabrice
Thank you for your help! >Some more things to check: > >- What smux-related settings (smuxpeer, smuxsocket etc.) do you have in your snmpd.conf? smuxpeer 1.3.6.1.4.1.2.3.1.2.1.2 gated_password smuxpeer 1.3.6.1.4.1.2.3.1.2.2.1.1.2 dpid_password smuxpeer 1.3.6.1.4.1.2.3.1.2.3.1.1 muxatmd_password

Re: About the SNMP Agent extending, Please Help me, Thanks.

2006-12-20 Thread Dave Shield
On 20/12/06, ss vincent <[EMAIL PROTECTED]> wrote: > In my SNMP agent code, I hope I can use the same way to implement it. It > seems that I can use the exec or sh commands in snmpd.conf , but it doesn't > support the set function Have a look at the "extend" and "extendFix" directives. These may

About the SNMP Agent extending, Please Help me, Thanks.

2006-12-20 Thread ss vincent
Dear all, Now my project need to SNMP support, now I need to figure out how to implement it, please help me and give some suggestions. about my project, OS: Linux 2.6.8, CPU : intel P4, the Net-SNMP 5.0.9, I need to use the SNMP to remotely control my application and Linux QOS, I have fini

Re: Crash with smux and hacmp

2006-12-20 Thread Thomas Anders
Sauterel Fabrice wrote: > I did not have this problem with net-snmp-5.2.3. However version 5.4 fixes a > severe problem that I had with version 5.2.3. Some more things to check: - What smux-related settings (smuxpeer, smuxsocket etc.) do you have in your snmpd.conf? - Do you also have this probl

RE: Crash with smux and hacmp

2006-12-20 Thread Sauterel Fabrice
FYI I did not have this problem with net-snmp-5.2.3. However version 5.4 fixes a severe problem that I had with version 5.2.3. Does anybody experiences the same problem? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sauterel Fabrice Sent: mardi, 19. dé

Re: a problem about net-snmp 5-4

2006-12-20 Thread Dave Shield
On 20/12/06, Clement Hsu <[EMAIL PROTECTED]> wrote: > when I perform the command: >snmpgetnext -c public -v 2c 192.168.x.x sysORUpTime > > the result is > > Timeout : No Response from 192.168.x.x Right - that definitely sounds like access control problems. > And when I execute snmpd -Lo -

Re: a problem about net-snmp 5-4

2006-12-20 Thread Thomas Anders
Clement Hsu wrote: > And when I execute snmpd -Lo -f -Dread-config > the result is belowed: > > registered debug token read-config, 1 > Warning: no access control information configured. > It's unlikely this agent can serve any useful purpose in this state. > Run "snmpconf -g basic_setup" to hel

Re: a problem about net-snmp 5-4

2006-12-20 Thread Clement Hsu
Dear Dave: when I perform the command: snmpgetnext -c public -v 2c 192.168.x.x sysORUpTime the result is Timeout : No Response from 192.168.x.x And when I execute snmpd -Lo -f -Dread-config the result is belowed: registered debug token read-config, 1 Warning: no access control information

Re: a problem about net-snmp 5-4

2006-12-20 Thread Dave Shield
On 20/12/06, Clement Hsu <[EMAIL PROTECTED]> wrote: > if I execute the command : >snmpwalk -Os -c Public -v 2c 192.168.x.x system > I get the following message: > > sysDescr.0 = STRING: Linux (none) 2.4.21-timesys-4.1.319 ... : > sysORUpTime.8 = Timeticks: (83) 0:00:00.83 OK - what

Re: a problem about net-snmp 5-4

2006-12-20 Thread Clement Hsu
Dear Dave: Thank you. And when I perform the command : snmpwalk -Os -c Public -v 2c 192.168.X.X hrSystem the resulting is as following hrSystem = No Such Object available on this agent at this OID and if I execute the command : snmpwalk -Os -c Public -v 2c 192.168.x.xsystem I get the follow

Re: a problem about net-snmp 5-4

2006-12-20 Thread Dave Shield
On 20/12/06, Clement Hsu <[EMAIL PROTECTED]> wrote: >In net-snmp 5-3, > I can get the hrSystem infos, and other mib modules' , but net-snmp 5-4 not. OK - so what *can* you see? My immediate reaction is to check the access control settings for your 5.4 installation. But that's jusst a first guess