答复: Re: hi, how to install net-snmp on hp- unix11 for 64bits, thanks!

2010-09-17 Thread fu . changyou
on hp-unix11 for 64bits, thanks! On Wed, 15 Sep 2010 15:58:48 +0800 [email protected] wrote: FCCC>I am try to install net-snmp on hp-unix11 for 32bits, it works correct, FCCC> but when I install it for 64bits(compile it with +DD64), and it running FCCC> error, no matte

Re: hi, how to install net-snmp on hp-unix11 for 64bits, thanks!

2010-09-16 Thread Robert Story
the snmpd print the FCCC> sender's IP and port always 0.0.0.0:0. FCCC>How can I solve it? thanks! FCCC> FCCC> Received SNMP packet(s) from UDP: [0.0.0.0]->[0.0.0.0]:0 Are you running the latest version? --

hi, how to install net-snmp on hp-unix11 for 64bits, thanks!

2010-09-15 Thread fu . changyou
Hi, I am try to install net-snmp on hp-unix11 for 32bits, it works correct, but when I install it for 64bits(compile it with +DD64), and it running error, no matter where I send a request to the snmpd, the snmpd print the sender's IP and port always 0.0.0.0:0. How can I solve it? t

Re: dose net-snmp 5.5 supports file descriptor that larger than FD_SETSIZE? Thanks!

2010-06-22 Thread Dave Shield
On 22 June 2010 01:33, s00110979 wrote: > I have a question about codes in file snmp_api.c > int > snmp_sess_select_info(void *sessp, >   int *numfds, >   fd_set * fdset, struct timeval *timeout, int *block) Note that this API uses the standard 'fd_set' da

dose net-snmp 5.5 supports file descriptor that larger than FD_SETSIZE? Thanks!

2010-06-21 Thread s00110979
evious (see function snmp_sess_select_info2, call NETSNMP_LARGE_FD_SET(slp->transport->sock, fdset); ), it must be greater than FD_SETSIZE, function netsnmp_copy_large_fd_set_to_fd_set always returns -1 in large file descrip

Re: Need your help and thanks in advance.

2009-02-14 Thread Magnus Fromreide
On Fri, 2009-02-13 at 16:27 +0800, sunliang 00100828 wrote: > Dear Sir/Madam > > This is an engineer from Huawei Technology LTD. > We have met an issue with your software in version 5.2.3 > We want to do the SNMPWALK function, and set the software do not check up > according to ASCII sequence. >

Re: Need your help and thanks in advance.

2009-02-13 Thread Aleksandr Lomanov
Hello! 2009/2/13 sunliang 00100828 > We want to do the SNMPWALK function, and set the software do not check up > according to ASCII sequence. > Do you have a solution? If you want to turn off DISPLAY-HINT try "-I h" option: snmpwalk -I h ... For example snmpwalk with options "-I h -O

Need your help and thanks in advance.

2009-02-13 Thread sunliang 00100828
Dear Sir/Madam This is an engineer from Huawei Technology LTD. We have met an issue with your software in version 5.2.3 We want to do the SNMPWALK function, and set the software do not check up according to ASCII sequence. Do you have a solution? Thanks for your support in advance. Best Regards

Thanks

2007-12-05 Thread Senthil Nathan
Hi net-snmp coders, I would like to say thanks to the group and Mr.dave regards giving the solution to avoid multiple lower api calls when snmp get bulk request happened. With thanks and Regards, D.SenthilNathan

Re: Has anybody used matrixssl with net-snmp? Thanks

2006-08-07 Thread Dave Shield
I don't recall seeing any mention of MatrixSSL on either of the mailing lists. I haven't looked at the MatrixSSL APIs, but I strongly suspect that you'll need to tweak the Net-SNMP library code in order to have it use the MatrixSSL encryption and authentication routines. If you manage to get this

Has anybody used matrixssl with net-snmp? Thanks

2006-08-05 Thread Mohammad Sajedi
- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com

Re: how to handler the table with the index of mac address ? Thanks!

2006-06-14 Thread Robert Story
understand your meanings well. Do you mean if my LX> variable is a fixed string, I can set the type as ASN_OCTET_STR with LX> 5.3.1.pre3 ? Thanks again. No, you'll still need to use implied. -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless the

Re: how to handler the table with the index of mac address ? Thanks!

2006-05-31 Thread livia xie
e to ASN_PRIV_IMPLIED_OCTET_STR, it prints: xx.'A:B:C'.58.69.58.70 =x; It means that I can get the first three characters. I am sorry I don't understand your meanings well. Do you mean if my variable is a fixed string, I can set the type as ASN_OCTET_STR with 5.3.1.pre3 ? Thanks aga

Re: how to handler the table with the index of mac address ? Thanks!

2006-05-31 Thread Wes Hardaker
> On Mon, 29 May 2006 17:22:52 +0800, "livia xie" <[EMAIL PROTECTED]> said: livia> I don't what's wrong with it. Could anyone give me some advice how to livia> correct this error? Thank you very much! I'd have to see the MIB file but are you sure the mib file is either using IMPLIED for that

how to handler the table with the index of mac address ? Thanks!

2006-05-29 Thread livia xie
dr[12]    mac_addr="A:B:C:D:E:F"; But when I run snmpd to get the table datas , it always print:  xx.'A:B:C'.68.58.69.70 = x; not xx.A:B:C:D:E:F=x; I don't what's wrong with it. Could anyone give me some advice how to correct this error? Thank you very much! I am looking forward

Re: Why I can't find the conf file of mib2c.mfd.conf ? Thanks!

2005-11-04 Thread Dave Shield
On Fri, 2005-11-04 at 10:15 +0800, livia xie wrote: > I use net-snmp-5.1.3. But I can't find the conf file of mib2c.mfd.conf > in /usr/local/share/snmp. Is that the version is too old Spot on. The MfD framework first appeared in release 5.2, so is only present in the 5.2.x line (and above). Dave

Why I can't find the conf file of mib2c.mfd.conf ? Thanks!

2005-11-03 Thread livia xie
Hello ,friends,   I use net-snmp-5.1.3. But I can't find the conf file of mib2c.mfd.conf in /usr/local/share/snmp. Is that the version is too old  or other reasons? Could anyone give me some advice? Thank you very much!   Best regards! livia

Re: what's the difference between mib2c.iterate.conf and mib2c.iterate_access.conf ? Thanks!

2005-11-03 Thread Robert Story
On Wed, 2 Nov 2005 15:15:24 +0800 livia wrote: LX> I use mib2c to generate the codes for me to extend the agent. But I don't LX> know what's the difference between using the conf file of LX> mib2c.iterate.confand using LX> mib2c.iterate_access.conf. Use both to generate code, and look at the code

what's the difference between mib2c.iterate.conf and mib2c.iterate_access.conf ? Thanks!

2005-11-01 Thread livia xie
erate more files using mib2c.iterate_access.conf. Could anyone give me some advice? Thank you very much!   I am looking forward to your advice. Thanks again.   Best Regards! livia

Re: how to set data to network devices? Thanks!

2005-10-28 Thread Dave Shield
On Fri, 2005-10-28 at 13:50 +0800, livia xie wrote: > After the agent receives the msgs from NMS, how can it set the datas > to devices? It depends on the device. > Can I define ioctl functions in my device drivers and call the > functions in the msg process routines? Yes - that's certainly o

how to set data to network devices? Thanks!

2005-10-27 Thread livia xie
functions in the msg process routines? How about get data from devices? Could anyone give me some advice? Thank you very much!   I am looking forward to your advice. Thanks again.   Best regards! livia

Re: how to integrate mib modules?Thanks!

2005-10-27 Thread Robert Story
On Wed, 26 Oct 2005 17:56:46 +0800 livia wrote: LX> I define a MIB to manage my network devices and the MIB definition is too LX> large that I want to divide it into several modules. But I don't how to LX> integrate these modules generated by mib2c together. If I compile my LX> modules into shared

how to integrate mib modules?Thanks!

2005-10-26 Thread livia xie
hange the snmpd.conf to load all my objects at startup? Could anyone give me some advice to integrate my several modules? Thank you very much!   I am looking forward to your advice. Thanks again.   Best Reagards! livia

Re: how to write proxy snmp routines? Thanks

2005-10-25 Thread Wes Hardaker
ome advice? Is livia> there any API that I can use to write proxy agent routines and livia> how can I define the interfaces between proxy agent and managed livia> agent? Thank you very much! I am looking forward to your livia> advice! Thanks again! yours sincerely livia See the

how to write proxy snmp routines? Thanks

2005-10-24 Thread livia xie
tween proxy agent andmanaged agent? Thank you very much! I am looking forward to your advice! Thanks again! yours sincerelylivia 

Re: how to extend snmp agent? Thanks

2005-10-14 Thread Robert Story
On Fri, 14 Oct 2005 16:00:15 +0800 livia wrote: LX> Now I want to implemente a software to manage our network devices on the LX> base of net-snmp. But I don't how to insert my programs used to process the LX> messages from management station into net-snmp after I load my private LX> MIBs. How can I

how to extend snmp agent? Thanks

2005-10-14 Thread livia xie
hi, friends, I am a newbie to snmp. Now I want to implemente a software to manage our network devices on the base of net-snmp. But I don't how to insert my programs used to process the messages from management station into net-snmp after I load my private MIBs. How can I implement the interaction