Re: Hi, Extracting Variable Name

2013-07-03 Thread Thomas Johnson
Many thanks, that did the job. Best Regards Tom Johnson On 3 Jul 2013, at 22:32, "Niels Baggesen" wrote: > Den 03-07-2013 15:38, Thomas Johnson skrev: >> What I am struggling with is getting the data out of the vars variable >> list. I can get the type and value of the data but I don’t seem t

Re: Hi, Extracting Variable Name

2013-07-03 Thread Niels Baggesen
Den 03-07-2013 15:38, Thomas Johnson skrev: > What I am struggling with is getting the data out of the vars variable > list. I can get the type and value of the data but I don’t seem to be > able to get the variable name back. > > What I want to do is from the vars variable get back the objid eg >

Hi, Extracting Variable Name

2013-07-03 Thread Thomas Johnson
Hi, I am new to net-snmp (and snmp) so struggling a bit here. I am successfully talking to an SNMP device and getting back some variables which I can print out using the following code: init_snmp etc then sess_handle = snmp_open(&session); pdu = snmp_pdu_create(SNMP_MSG

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

2010-09-17 Thread fu . changyou
yes, I try to do it with net-snmp 5.5 and net-snmp 5.4.2.1version, It works the same. Robert Story 2010/09/17 00:55 请答复 给 [email protected] 收件人 [email protected] 抄送 [email protected], [email protected] 主题 Re: hi, how to install net-snmp

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

2010-09-16 Thread Robert Story
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 matter where I send a request to the snmpd, the snmpd pr

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: Hi

2009-06-15 Thread Dave Shield
2009/6/15 : > I am new to SNMP and NET-SNMP. > Can you please forward me some useful docs related to the same. Please see the project website (www.net-snmp.conf) and the documentation that comes with the software. If you are completely new to SNMP, it might be worth doing a web search for introd

Hi

2009-06-15 Thread sumani.misra
Hi Sir I am new to SNMP and NET-SNMP.Can you please forward me some useful docs related to the same. Regards Sumani 9986650418 -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified li

Hi,

2008-04-28 Thread Rohit Kaushal
Hi, I am building Net-SNMP-5.4.1 with openssl0.9.7m and ipv6 enabled. Running SNMPv3 and snmpd.conf has master agentx agentXTimeout 10 agentXRetries 6 agentXSocket tcp:127.0.0.1:705 snmpd is run as follows $MY_SNMP_PATH/snmpd -x tcp:127.0.0.1:705 udp:8500 -c /$MY_SNMP_PATH/snmpd.conf ie. master

Re: hi device port issue

2007-03-21 Thread Dave Shield
On 21/03/07, Chandrakant Kumar <[EMAIL PROTECTED]> wrote: > I have to use device port in UCD-snmp version: 4.1.1 Why? That particular release is over seven years old (and pre-dates our move to Source Forge). It's not even the most recent version on the 4.1.x line, quite apart from the v4.2.x

hi device port issue

2007-03-21 Thread Chandrakant Kumar
hi I have to use device port in UCD-snmp version: 4.1.1 My command is snmpget -v 2c -c respcom deviceIp .1.3.6.1.2.1.1.3.0 it is running fine system.sysUpTime.0 = Timeticks: (2657837612) 307 days, 14:52:56.12 but when i include device port as follows : snmpget -v 2c -c respcom

Re: hi, how can I access agent from a remote host -- I've find the problem, I run the agent listening at localhost:1621, so only request from localhost can be accepted.

2005-03-16 Thread 苗迎华
I've find the problem, I run the agent listening at localhost:1621, so only request from localhost can be accepted. - Original Message - From: "Robert Story" <[EMAIL PROTECTED]> To: "_" <[EMAIL PROTECTED]> Cc: Sent: Thursday, March 17, 200

Re: hi, how can I access agent from a remote host

2005-03-16 Thread Robert Story
On Wed, 09 Mar 2005 08:50:19 +0800 _ wrote: > I ran snmpd in 192.168.30.151, and snmpget (get system.1.0, or anything > else) in 192.168.30.150, then snmpget gots no response with timeout.I used > the right community. > ( > mid150113:snmpget -c mymib 192.168.30.151:1621 system.1.0 > Ti

Re: hi, how can I access agent from a remote host

2005-03-09 Thread 苗迎华
hi, I've resolved the problem :) It's because I used 'localhost:1621' as listening address. then only request from localhost can be received. now I only signed a port as parameter to snmpd, it worked properly. --original info-- I want to run the

hi, how can I access agent from a remote host

2005-03-08 Thread 苗迎华
I want to run the nms and the agent in different hosts. but it dosen't work well now.please look at the snmpd.conf below, and tell how to config in right way. Thanks. I ran snmpd in 192.168.30.151, and snmpget (get system.1.0, or anything else) in 192.168.30.150, then snmpget gots no response

hi, how can I access agent from a remote host

2005-03-07 Thread 苗迎华
I want to run the nms and the agent in different hosts. but it dosen't work well now.please look at the snmpd.conf below, and tell how to config in right way. Thanks. I ran snmpd in 192.168.30.151, and snmpget (get system.1.0, or anything else) in 192.168.30.150, then snmpget gots no response w

RE: hi, fail to add new mib lib in netsnmp

2004-11-30 Thread Yi Hu
y use snmpv1 get request first: snmpget -v 1 -c public localhost ... It should work. If you still get a "No such ..." error, please read the FAQ carefully for details. hi,all. i want to add the new mib lib in net-snmp. i got some file from http://net-snmp.sourceforge.net/tutorial-5/to

Re: hi, fail to add new mib lib in netsnmp

2004-11-30 Thread celeste
BTW,i use fedora core 2 with full installation . celeste wrote: hi,all. i want to add the new mib lib in net-snmp. i got some file from http://net-snmp.sourceforge.net/tutorial-5/toolkit/dlmod/ as example. the following is my commands: 1.make nstAgentPluginObject.so 2.cp nstAgentPluginObject.so

hi, fail to add new mib lib in netsnmp

2004-11-30 Thread celeste
hi,all. i want to add the new mib lib in net-snmp. i got some file from http://net-snmp.sourceforge.net/tutorial-5/toolkit/dlmod/ as example. the following is my commands: 1.make nstAgentPluginObject.so 2.cp nstAgentPluginObject.so /usr/lib/ 3.cp NET-SNMP-TUTORIAL-MIB.txt /usr/local/share/snmp

hi all

2004-08-10 Thread deepa chakkunni
hi , i am a newbie to netsnmp. i am able to get and set values for the oids added in my module. i am creating a subagent using mib2c command. But when i am using snmpget and snmpset, i am not able to get the control of my program to the subagent code. Could anybody help me??? Thanks in advance