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 >

答复: 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

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

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

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 nms and the agent in d

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

2004-11-30 Thread Yi Hu
Hello, If you add the line: dlmod xxx /path/to/xxx.so to snmpd.conf for snmpd to load, you needn't do so much. 1. make xxx.so 2. edit the .conf in /usr/local/etc/snmp or $(HOME)/.snmp/ -- if you have everything unchanged -- add the line described ealier. 3. restart snmpd. 4. try use snmpv1

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 /us