Use of valid variable in entry structures

2020-06-10 Thread Aferjes Blesswin Redeemson
Hi All, I generated the template for MIB using mib2c and I saw a variable valid present in all the entry structures that I have generated. I don't know what's the use of variable valid is. If anyone knew, please let me know Thanks, Aferjes Blesswin Redeemson M ___

Re: snmptrapd SNMP V3 support

2020-06-10 Thread Craig Small
On Thu, 11 Jun 2020 at 04:13, Yefetluzzatto, Inbal wrote: > ../include/net-snmp/library/snmpAAL5PVCDomain.h:18:17: fatal error: atm.h: > No such file or directory > atm.h is a system library header. In Debian, you would find this in libatm1-dev package which you would need to have installed for n

source ip for snmp-responses

2020-06-10 Thread SURYA T S
Hi Team, I want to change source ip for snmp-response, I was able to use clientaddr token for changing source ip in snmp trap. but snmp responses is not working same way. Currently responses are using srcip from snmp request destination ip. I tried changing s_addr in local addr_pair, but sendms

snmptrapd SNMP V3 support

2020-06-10 Thread Yefetluzzatto, Inbal
Hello, I currently use NET-SNMP Version: 5.7.2 which has limited SNMP V3 support. I am trying to set up a manager that can use Authentication protocols - SHA-256 and MD5 with Privacy protocols AES-256 and 3DES (TDES). I was trying to install version 5.8 on my vd (running CentOS Linux 7), howe