Re:Disabling snmpset for a specific OID

2005-12-29 Thread Ravi, Rajagopal Shanmugam (Rajagopal Shanmugam)** CTR **
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

Re: Trap handling (or not)

2005-12-29 Thread Wes Hardaker
> 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.

Re: History and community size

2005-12-29 Thread Wes Hardaker
> 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

Re: Issue with using repeated patterns of passwords

2005-12-29 Thread Wes Hardaker
> 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

Re: Issue with using repeated patterns of passwords

2005-12-29 Thread Wes Hardaker
> 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

Re: snmpbulkget on 'system' object times out

2005-12-29 Thread Wes Hardaker
> 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

Re: questions about OID

2005-12-29 Thread Thomas Anders
你 好 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

Re: Changing Config. with API

2005-12-29 Thread Wes Hardaker
> 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

Re: questions about OID

2005-12-29 Thread Wes Hardaker
> 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 (

Re: questions about OID

2005-12-29 Thread rwilcox
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

Re: Sending a string using snmp

2005-12-29 Thread rwilcox
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

Changing Config. with API

2005-12-29 Thread Joel Parker
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?

questions about OID

2005-12-29 Thread 你 好
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

Sending a string using snmp

2005-12-29 Thread Krishnaprasad
Hello All, How can we send  a 400 character string using snmpv1. Is it possible or not. Thanks in advance, Krishnaprasad

net-snmp 5.3 released

2005-12-29 Thread Robert Story
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

Re: net-snmp & uClinux on Microblaze

2005-12-29 Thread Thomas Anders
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

Re: There is no such variable name in this MIB

2005-12-29 Thread Robert Story
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

Re: net-snmp & uClinux on Microblaze

2005-12-29 Thread Robert Story
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>

RE: Disabling snmpset for a specific OID

2005-12-29 Thread Ravi, Rajagopal Shanmugam (Rajagopal Shanmugam)** CTR **
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

There is no such variable name in this MIB

2005-12-29 Thread vishakha s
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

Re: snmpEngineBoots value after snmpd restart

2005-12-29 Thread Thomas Anders
[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