Re: Unstable tests

2018-04-05 Thread Lee
On 4/5/18, Keith Mendoza wrote: > So again, at what point do we stop adding code to net-snmp because > ISP's are messing around as if they're doing us a favor by letting us > use their services? Since people don't read the docs, how about adding a test to see if dns is borked; if it is link to a

Re: Does Net-SNMP support AES192 or AES256?

2018-04-05 Thread Keith Mendoza
Simon, Those options have to be enabled in the configure options. I suggest building with the following configure options: --with-transports="DTLSUDP" --with-security-modules="tsm" There might be other configure options that you need to make it work. Just note though that SNMPv3 RFC _does not

Fwd: Does Net-SNMP support AES192 or AES256?

2018-04-05 Thread Simon Chamlian
Hi, Does Net-SNMP support AES192 or AES256? According to this link http://www.net-snmp.org/wiki/index.php/Strong_Authentication_or_Encryption The short answer is Yes, starting with release 5.8 AES193 and AES256 are an optional configure option. So I downloaded version 5.8.pre2 and tried: cr

snmpd log file

2018-04-05 Thread Simon Chamlian
Hi, I am seeing some weird messages in the log file generated by snmpd. Example: Sending 194 bytes to UDP: [172.27.37.227]:60682->[172.27.42.214]:161 : 30 81 BF 02 01 03 30 0D 02 01 0A 02 02 05 C0 040.0. 0016: 01 01 02 01 03 04 2E 30 2C 04 0D 80 00 1F 88 80...0,

Re: Unstable tests

2018-04-05 Thread Keith Mendoza
So again, at what point do we stop adding code to net-snmp because ISP's are messing around as if they're doing us a favor by letting us use their services? Thanks, Keith Thanks, Keith On Wed, Apr 4, 2018 at 7:13 PM, Bart Van Assche wrote: > On 04/04/18 09:30, Keith Mendoza wrote: >> >> I actua

SET phases for multiple varbind on table objects

2018-04-05 Thread Madhusudhana R
Hi Coders, I need to know all possible SET phases for multiple varbind on table objects. MODE_SET_RESERVE10 MODE_SET_RESERVE21 MODE_SET_ACTION2 MODE_SET_COMMIT 3 MODE_SET_FREE 4 MODE_SET_UNDO 5 On scalar objects, for example 3 varbind in single request