Good Afternoon All
I have configured SNMPv2 on our Squid Alpine boxes, which works fine. Then configured the squid.conf settings via common.settings.conf.
The Squid agent is configured to use port 161, hence why it is in the walk below.
The snmpwalk brings back the following from:
# snmpwalk -m /usr/share/squid/mib.txt -v2c -Cc -c <obfuscated_communitystring> localhost:161 .1.3.6.1.4.1.3495.1.3.1.11.0
SQUID-MIB::cacheCurrentResFileDescrCnt.0 = No Such Object available on this agent at this OID
I was getting a timeout before I configured correctly and now get the above from snmpwalk and a No such name error. Check the OID is valid from a Solarwinds polling test, which makes me think it's permissions or something somewhere. The Squid version is 4.13, which doesn't require the enable-snmp option when compiling.
Any thoughts or experience configuring like this? Thanks