Re: help : mib2c conversion for OBJECT-GROUP

2010-04-09 Thread Vivekanandan
Hello sir, Thanks for response. How can i utilize the system MIB from my Enterprise MIB.. for example SysLocation(1.3.6.1.2.1.1.6).i want add this parameter to my Enterprise MIB. *snmp query for 1.3.6.1.4.1.1000.1.sysLocation > snmp agent snmp Response should be output of 1.3.6.1

RowStatus for read only agent

2010-04-09 Thread Grumm, Scott
The SNMP agent I work on is read only. Do the tables need a RowStatus column or should they not have it since the row(s) can never be modified? If the RowStatus column is used should it be set to "notInService(2)" since it's not available for use by a managed device? --

Re: Help in getting inform work in v3

2010-04-09 Thread Fatima Peter
Dave, If we remove the "engineID" from "snmptrap", I think the other end will reject due to engineID. I an anycase, I tried it and here is what I found. "snmptrapd" responds to the first message probably with the engineID which "snmptrap" is not responding to correctly. At the "snmptrap" end: "

viewing snmpd logs

2010-04-09 Thread Hemant Soundankar
Please can someone hep me in viewing the logs that are generated by any running subagent. Tell me where i can find it and how do i view it. I am new in linux. I am using net-snmp 5.5 build. Thanks, -- Hemant Soundankar -

Re: Help in getting inform work in v3

2010-04-09 Thread Manjit
To receive inform the snmptrapd.conf need not to have -e engineID . Please check http://www.net-snmp.org/wiki/index.php/TUT:Configuring_snmptrapd_to_receive_SNMPv3_notifications#Configuring_a_SNMPv3_INFORM_User If you remove -e from snmptrap command then also snmptrapd will receive infrom because

Re: Help in getting inform work in v3

2010-04-09 Thread Dave Shield
On 9 April 2010 11:53, Fatima Peter wrote: > snmptrap is sending inform message but is not getting inform response > back. I enabled debug with -d and here is the exchange. If I entered > just ".1.3.6.1.6.3.1.1.5.4.", I got an usage error: The t->local etc > are output from snmptrap. It is sending

Re: Help in getting inform work in v3

2010-04-09 Thread Fatima Peter
Thanks Dave for the response. snmptrap is sending inform message but is not getting inform response back. I enabled debug with -d and here is the exchange. If I entered just ".1.3.6.1.6.3.1.1.5.4.", I got an usage error: The t->local etc are output from snmptrap. It is sending INFORM(A6) but getti

Re: Unexpected error code for sysServices.0 (noSuchInstance instead of noSuchObject)

2010-04-09 Thread Dave Shield
On 9 April 2010 07:41, Tony Thomas wrote: >When I do > an SNMP v2c GET for the sysServices.0 (OID: 1.3.6.1.2.1.1.7.0) object (using > a commercial MIB browser applicaiton), I get a 'noSuchInstance' error. Here > I expect a 'noSuchObject' error as the sysServices is a sc

Re: Help in getting inform work in v3

2010-04-09 Thread Dave Shield
On 9 April 2010 03:16, Fatima Peter wrote: > I sent an inform message to the trap-server with the following command: > > $ sudo snmptrap Why "sudo"? Sending an SNMP request does not require special privileges, so there seems no reason to run this as root. > -Ci -v 3 -e 0x80001f888085b

Re: help : mib2c conversion for OBJECT-GROUP

2010-04-09 Thread Dave Shield
[ 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 8 Ap