Re: objects marked not-accessible returned by snmpwalk

2015-04-28 Thread Bill Fenner
On Tue, Apr 28, 2015 at 7:33 AM, Tim Culhane wrote: > Does anybody know if it is possible to get the ‘MAX-ACCESS’ value for an > oid from a request via the net-snmp API? > mib2c has access to it (and in theory it's in charge of getting that info into the code). There's no access to this info fr

Re: snmptrapd and reverse DNS lookups

2015-04-28 Thread Wes Hardaker
Troy Lea writes: > But that still makes me think, how many times does snmptrapd attempt > to perform the DNS lookup? It should be once per packet, possibly twice if it's looking up both sides of the connection. (he says without diving into the code to be sure) > Is this number of lookups somet

Re: snmpwalk issue

2015-04-28 Thread Wes Hardaker
yuvaraj r writes: > If  i use snmpwalk for table sample 1 during table sample 2 is getting > updating, I am seeing crash in my subagent. Because snmpwalk is really just sending a series of GETNEXTs until it gets a response that is outside your sample 1 table (when walking that table), then it wi

Re: ACK of snmp informs

2015-04-28 Thread Wes Hardaker
Pushpa Thimmaiah writes: > How to confirm whether  SNMPv3 informs reached destination(NMS) or > not. SNMPv3 informs are called as acknowledged trap. Can this acks be > captured ? If they're not received then an error is generally spit out. EG, for the snmpinform command: # snmpinform -v 2c

Re: Support of hash SHA256 from NetSnmp

2015-04-28 Thread Wes Hardaker
Gerasimos Kouris writes: > As far as I understand AES ciphers stronger than 128bits are not > supported by NetSnmp. Correct. There is no standardized definitions for using AES beyond 128. > If I set encryption cipher to AES will that default to AES128?? AES == AES128 in terms of command line

RE: objects marked not-accessible returned by snmpwalk

2015-04-28 Thread Tim Culhane
Hi Again, I notice that MFD_SKIP -- (SNMP_NOSUCHINSTANCE) can be returned if an oid is “reserved”. I wonder if I could do this for my IPAddress oid and any other oids marked ‘not-accessible’. Does anybody know if it is possible to get the ‘MAX-ACCESS’ value for an oid from a reques

Support

2015-04-28 Thread Farooq, Muhammad Junaid
Hi I am willing to know that are you still providing the support or not ? Regards, Muhammad Junaid Farooq Analyst Software Engineer - NR IBEX Global - A TRG Company P: +1.202.289.9898 Ext: 8541 muhammadjunaid.far...@ibexglobal.com [Description: Des

A mistake at the Man pages about SNMPNETSTAT command

2015-04-28 Thread 高杨
this is the url http://www.net-snmp.org/docs/man/snmpnetstat.html it should be "-Cp", isn't it? C:\Users\Administrator>snmpnetstat -v 2c -c public -CP tcp 192.168.1.105 usage: snmpnetstat [snmp_opts] [-Can] [-Cf address_family] snmpnetstat [snmp_opts] [-CbdgimnrSs] [-Cf address_family]

snmptranslate - range checking faulty?

2015-04-28 Thread Phil
Hi Having an internal (MY-INTERNAL-MIB) and a customer module (MY-CUSTOMER-MIB), both defining a "hwNetEthIndex" object. "MY-CUSTOMER-MIB" defining range (0..1) for this object and "MY-INTERNAL-MIB" defining range (0..2). I wonder about how the following output (snmptranslate v5.7.2 under Ubu

RE: objects marked not-accessible returned by snmpwalk

2015-04-28 Thread Tim Culhane
Hi Bill, I generated my files using the mfd (mib for dummies) option to mib2c and chose the caching option. Its not using the table iterator, just the “normal” table helper … I think. Tim From: Bill Fenner [mailto:fen...@gmail.com] Sent: 27 April 2015 19:28 To: Tim Culhane Cc: