Hi,
Please help us for an issue observing in our application.
SNMP version using : net-snmp-5.9.4
OpenSSL version : openssl-3.0.13
Our application supports
* SNMP polling for version 1 , 2c and 3 and encryption SHA, MD5, AES, DES,
* SNMP traps
We are using more than 60 + devices to
i am compiling snmp-net on a linux module only with specific module
, i want a snmpd disk for getting trap :
can you please help which module should i include to have disk option :
Also please give some steps to folllow .
Sample :
"CONFIGURE_OPTIONS+=--with-mib-modules=host/hr_system
On 18 February 2010 08:03, karanbir satija wrote:
> Where to make the changes in the net-snmp source code
> so that net-snmp would refer to my custom mib while
> doing an “snmpget or snmpset” on the terminal?
Please see the FAQ entries "How do I add a MIB"
These cover both the client tools (
Respected Sirs,
Im new to Net-SNMP and am currently working on a college project on it.
Sir,Im facing the below mentioned problems which is greatly hindering my
work.If any of you all can help me out with the same I would be very grateful
to you.I have gone through the source code and try to
Hi All,
>
>> Thank's for ur help.
>> I have attached the snmpd.conf file. In the snmpd.conf file I am
>> using "public" as community string , so my agent and subagent will start
>> with that snmpd.conf, ( by using :: snmpd -Lo -f -c /path/snmpd.conf
>> ).Later I will start my su
On Fri, 2008-09-05 at 16:21 +0800, [EMAIL PROTECTED] wrote:
>
> Hello,
>
> I run a snmp agent developed under Net-SNMP in an embed
> system, the program eats much memory when adding indexes for each
> table.
>
> I call the following functions to initialize the table:
>
> netsn
Hello,
I run a snmp agent developed under Net-SNMP in an embed system,
the program eats much memory when adding indexes for each table.
I call the following functions to initialize the table:
netsnmp_create_hander_registration(...)
netsnmp_tdata_create_table(...)
On 06/08/07, Mark Khan <[EMAIL PROTECTED]> wrote:
> Hello:
> I posted this on July 30th to the users list, but did not get any helpful
> responses.
Excuse me?
I responded to your original request within 15 minutes of it being raised,
asking what MIB object(s) you were monitoring
(as well as expla
>>>
Hello:
Could someone please help me with this problem:
I am a newly hired SA. In order to monitor CPU usage with Solaris systems my
predecessor loaded Net-SNMPD 5.4 on systems here with multiple CPU's and then
moved on. The Networking group is using a Product called SolarWinds
[ First - *please* don't mail me privately, without copying
any responses to the mailing list. I don't have the time
or inclination to offer private, unpaid, SNMP consultancy.
Keep discussions to the list, where others can both learn
and offer advice. Thanks. ]
On 13/05
On 11/05/07, cpnr Reddy <[EMAIL PROTECTED]> wrote:
> But we want to register for selective interfaces and not for all.
Then you can't use any of the table helpers.
They all expect to look after the *whole* table.
We don't have any helpers for individual slices of a table.
Nor do the current ifTab
Thanks a lot, Dave, for the reply
On 5/11/07, Dave Shield <[EMAIL PROTECTED]> wrote:
On 11/05/07, cpnr Reddy <[EMAIL PROTECTED]> wrote:
> Tables are registered as follows:
>
> 1.my_handler = netsnmp_create_handler_registration(buf,
> my_ta
On 11/05/07, cpnr Reddy <[EMAIL PROTECTED]> wrote:
> Tables are registered as follows:
>
> 1.my_handler = netsnmp_create_handler_registration(buf,
> my_table_handler,
> my_table_oid,
>
Hi All,
I am facing problem when multiple tables are registered with net-snmp(
through subagent). and surely it should be incorrect usuage. Please
help me in resolving the problem. Any directions towards clear
documentation will be helpful, though I refer documentation in
net-snmp home page
]
On 13 Apr 2007 11:37:40 -, jeevanreddy
<[EMAIL PROTECTED]> wrote:
> Thank you for your suggestion, But still am not getting anything.
> The error am getting as follows:
>
> Timeout: No Response from localhost
>
> Can you please help me in this regard.
What *exac
On 9 Apr 2007 08:59:03 -, jeevanreddy
<[EMAIL PROTECTED]> wrote:
> #snmpwalk -v 1 -c crassguy localhost interface
>
> above condition how will work, where I have to.
That should work, as long as you've got access control set up.
Try editing the file 'snmpd.conf' and add the line
rocommun
Hi,This is jeevan.I am trying to install and configure and run tha snmp on
linux machine.Sir, Here I am very new to snmp.Atlast I installed the snmp and
its running also like..#chkconfig snmpd on#service snmpd startstarting snmpdbut
after that I am not getting, how to use snmp service.I am not g
hi!
snmp_add_var fails with "Unknown Object Identifier" why?
1)snmp_add_var return SNMPERR_UNKNOWN_OBJID ,
2)snmp_perror been printing '.1.3.6.1.2.1.2.2.1.1.12: Unknown Object Identifier
(189727085)'
my application run on solaris
please help me. thank you every mush!
Hi All,
I am using Net-SNMP-5.1.1. I have written an AgentX subagent in C++. This
subagent utilizes the delegated cache because it may take some time to get the
actual value to fill in the response.
I have written a small test program to show the error I am seeing. Basically if
I don't use the de
On Fri, 21 Jan 2005 10:40:48 +0100 Wagner, wrote:
WT> But I know the FAQ.
WT> I wrote the mail because it does not work
WT> how it was explain in net-snmp help and
WT> in the FAQ.
No, you didn't read the FAQ carefully enough. Here is the relevant section:
How do I add a MIB to the agent?
---
I can resolve this problem.
Best regards
Thomas
-Original Message-
From: Robert Story [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 20, 2005 5:19 PM
To: Wagner, Thomas
Cc: net-snmp-coders@lists.sourceforge.net
Subject: Re: Please Help
On Fri, 14 Jan 2005 12:31:07 +0100 Wagner, wrote:
On Fri, 14 Jan 2005 12:31:07 +0100 Wagner, wrote:
WT> I want to add MIB RFC-1213 and WINDOWS-NT-PERFORMANCE.
See the FAQ:
http://www.net-snmp.org/FAQ.html#How_do_I_add_a_MIB_to_the_agent_
WT> >snmpd -V -LF log.txt -c c:\usr\etc\snmp\snmpd.conf.txt -D -I
WT> RFC-1212;WINDOWS-NT-PERFORMANCE
The -
Hello Thomas,
Wagner, Thomas wrote:
Hello,
I want to add MIB RFC-1213 and WINDOWS-NT-PERFORMANCE.
I use Version: 5.1.2 for Windows
In directory \usr\share\snmp\mibs there exist RFC-1213.txt and
WINDOWS-NT-PERFORMANCE.txt.
The WINDOWS-NT-PERFORMANCE mib is not included in the Net-SNMP source
tree.
Hello,
I want to add MIB RFC-1213 and WINDOWS-NT-PERFORMANCE.
I use Version: 5.1.2 for Windows
In directory \usr\share\snmp\mibs there exist RFC-1213.txt and
WINDOWS-NT-PERFORMANCE.txt.
When I start snmpd with:
>snmpd -V -LF log.txt -c c:\usr\etc\snmp\snmpd.conf.txt -D -I
RFC-1212;WINDOWS-NT-PER
[ Sorry for the delay in responding to this ]
> I make a hardware.
> I make a MIB file for that.
Is this a general-purpose MIB file, or one specific to your particular
item of hardware? Are you proposing to write this yourself, or will
you use an existing "standard" MIB? (which is usual
Hello,
I make a hardware.
I make a MIB file for that.
I want know,how my hardware can update MIB variable
value?
Could you please help me?
Best Regards:
Alireza
___
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http
26 matches
Mail list logo