Duplicate UCD-SNMP-MIB::dskPath entries (AIX 6.1/7.1) net-snmp-5.7.2-3
Sorry, should have been /proc/meminfo not /proc/memory
systems with >3TB of RAM shows negative numbers
OK. I looked at the source and I see why I'm experiencing the problem I mention above. In agent/mibgroup/host/hr_device.c it appears that it will ALWAYS iterate over ALL devices regardless of whether there is configuration line like: view systemview excluded .1.3.6.1.2.1.25.3.5 or not. So all device/oids defined in agent/mibgroup/host_res.h (including #define HRDEV_PRINTER 5) will get scanned. Maybe this is an expectation problem rather than a coding problem. I'd expect that by having the above "excluded"...
Since the 2nd url appears to contain everything from the first url, I applied the changes from the 2nd url to the 2 files. Unfortunately running snmpwalk on .1.3.6.1.2.1.25.3.2 is still traversing into .1.3.6.1.2.1.25.3.5. I'm attaching the output from running like: snmpd -c /opt/freeware/etc/snmp/snmpd.conf -Lo -f -D run:exec,snmp_agent > snmpd2.out.txt
I tested and confirmed that this worked. Thanks! I wasn't looking forward to reinstalling SNMP on 72 AIX servers. The -I option didn't even click to me that I could disable via the cmdline.
I tested and confirmed that this worked. Thanks! I wasn't looking forward to reinstalling SNMP on 72 AIX servers.
AIX: can't turn off host/hr_print via snmpd.conf