Hi snmp-gurus,
I am newbie to SNMP. Can somebody help me in setting SNMP_ERR_NOTWRITABLE
handler. I want to disable snmpset for a particular oid. Can help me with
small example or online tutorial with example.
Ravi R.S
-Original Message-
From: Robert Story [mailto:[EMAIL PROTECTED]
Sen
> On Tue, 13 Dec 2005 09:38:12 +, Dave Shield <[EMAIL PROTECTED]> said:
Dave> I'd like to reserve "acceptAllTraps" for level 3), where:
Dave> acceptAllTraps T
I'd prefer "authorizeAllTraps T" or something... But I'm a security
wording nit-picker.
--
Wes Hardaker
Sparta, Inc.
> On Tue, 13 Dec 2005 10:36:21 +, Dave Shield <[EMAIL PROTECTED]> said:
>> What is your best guess at how many organisations use the product?
>> (Or do you know fairly precisely?)
>> Is it being used in secure environments at all?
>> Is it being used in safety or mission critical applicat
> On Fri, 23 Dec 2005 11:48:08 + (GMT), saifulla Mohd Abdul <[EMAIL
> PROTECTED]> said:
saifulla> But as per RFC 3414 section 3.2, it has to return a valid
saifulla> error message based on the error found in the query, right?
Only if you can determine that an error occurred. In the
> On Wed, 21 Dec 2005 12:35:28 +, Dave Shield <[EMAIL PROTECTED]> said:
>> Please give your suggestion.
Dave> Don't use pass phrases with repeated patterns :-)
All passwords can eventually repeat ;-)
However, the trick is to use a long enough password in the first place
(with no repeati
> On Tue, 27 Dec 2005 06:25:08 + (GMT), saifulla Mohd Abdul <[EMAIL
> PROTECTED]> said:
saifulla> "snmpbulkget -v 2c -c contextc1 -m all -M .
saifulla> 192.168.1.100 system -B 0 60"
Set a larger timeout and I bet you'll get a response. Say -t 30 or so...
--
Wes Hardaker
Sparta, In
你 好 wrote:
> I'm a graduate student.I'm developing an agent for my lab.The lab
> doesn't belong to any enterprise.It is just our own development,maybe it
> is just an experiment.I'll write our own MIB files.But I don't know
> which OID I can use.Simply speaking,which prefix can I start with,for
> On Tue, 27 Dec 2005 15:23:55 -0800, Joel Parker <[EMAIL PROTECTED]> said:
Joel> I have my own agent and wanted to know if it is possible to
Joel> change the snmp.conf parameters using API , while the agent is
Joel> running.
Some of the snmpd.conf parameters are modifiable at run-time and
ot
> On Thu, 29 Dec 2005 12:53:17 -0800 (PST), rwilcox <[EMAIL PROTECTED]>
> said:
rwilcox> I think the project hard codes 8072. The important thing is
rwilcox> not to duplicate an existing OID.
If you have simply a test case you want to play with, the following
area of the net-snmp tree (
Hello,
If this is just an experiment with no long-term
possibilities and is in a controlled environment, it
probably does not matter what you use. I think the
project hard codes 8072. The important thing is not
to duplicate an existing OID.
On the other hand, if this does develop into
s
Hello,
I am not aware of any limitation within the agent
regarding length. You need to make sure that the OID
you are setting can handle a string of that size(refer
to MIB documentation). Your handler for that OID
needs to be able to handle 400 characters (I assume
you are developing the agen
I have my own agent and wanted to know if it is possible to change the
snmp.conf parameters using API , while the agent is running.
-- Joel Parker
---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?
Hello!
I'm a graduate student.I'm developing an agent for my lab.The lab doesn't
belong to any enterprise.It is just our own development,maybe it is just an
experiment.I'll write our own MIB files.But I don't know which OID I can
use.Simply speaking,which prefix can I start with,for example,1.3
Hello All,
How can we send a 400 character string using snmpv1. Is it possible or not.
Thanks in advance,
Krishnaprasad
This list contains major changes in released revisions. Please read
the ChangeLog file for a more detailed listing of changes/bug fixes.
*5.3*
*** Important Notes ***
Several very significant changes have been made in Net-SNMP for this
release that warrant special attention.
- sha
Robert Story wrote:
SA> And also a search on the google with "uclinux+fork" gave a result that
SA> uClinux does not implement fork. snmpd works fine when i started with
SA> -f (snmpd -f)
Ok, have you tried replacing fork with vfork? Does that work?
Also: what's the output of
grep HAVE_FORK
On Thu, 29 Dec 2005 15:21:00 +0530 vishakha wrote:
VS> But when i do snmpget -c public 10.9.10.195
VS> .1.3.6.1.4.1.272.4.8 .it giving following error
VS> Error in packet
VS> Reason: (noSuchName) There is no such variable name in this MIB.
Try snmpwalk instead of snmpget.
--
NOTE: messages sent
On Thu, 29 Dec 2005 12:40:48 +0530 Sridhar wrote:
SA> When i started the snmpd i got the following error ...
SA>
---
SA> # snmpd -L
SA> first fork failed (errno 38) in netsnmp_daemonize()
SA> Server Exiting with code 1
SA>
Hi,
Thanks for your response. I am newbie to net-snmp. Can you please explain to
set handler or can you guide me to any tutorial to on the webpage?
Thanks,
Ravi R.S
-Original Message-
From: Robert Story [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 28, 2005 10:30 PM
To: Ravi, Rajag
Hi
I am new to NET-SNMP .I am facing problem when i perform SNMPGET on
dot1dBridge(Bridge-Mib).I did following steps
1. I included the dot1dBridge.c & dot1dBridge.h file in /agent/mibgroup
2. I configure using the command ./ configure --with-perl-modules
--prefix
=/home/visakha/snmpinst --with-mi
[EMAIL PROTECTED] wrote:
In snmpd.conf file i had but my engine id as "engineID
0x00a103207503457B". Is this is the correct way to do this?
No. The "engineID" token takes a *string* argument, e.g.
engineID myUniqueAgent
that will be used to construct the engine ID.
See the snmpd.c
21 matches
Mail list logo