Re: using net-snmp at scale with one process and one socket

2021-10-18 Thread Neil Mckee
You are very welcome. Let me know if you want to discuss any of the particulars. For example, it seems like snmpusm.c is also trying to please the SNMPv3 user MIB by getting everything in the right order for GETNEXT there. So my use of a hash-table breaks that, but that's OK for me because I am

Re: using net-snmp at scale with one process and one socket

2021-10-18 Thread Wes Hardaker via Net-snmp-coders
Neil Mckee writes: > This may have been covered many times before, but just in case it > helps someone, here is a summary of my experience with using net-snmp > in a large network. Thank you for the very useful list of changes. -- Wes Hardaker Please mail all replies to

Re: Interfacing Net-SNMP with Pi running Ubuntu 21.04

2021-10-18 Thread Wes Hardaker via Net-snmp-coders
Andrew Mwakibinga writes: >I have been having difficulty getting custom MIB OIDs to show > up, when I > perform SNMPGET/SET/WALK commands. If (and only if) I understand you problem, you need to put the MIB file into a place where snmpget/set/walk can find and read it. And then