mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Squid can return OIDs out of order (#12987)
Squid can return OIDs out of order, without -Cc the proxy doesn't pass through correctly. Solution found via this link - http://www.squid-cache.org/mail-archive/squid-users/200411/0622.html Currently testing with CERN Frontier Squid Fork.
This commit is contained in:
@@ -2056,7 +2056,7 @@ snmp_access deny all
|
||||
community, host, and port as above:
|
||||
|
||||
```
|
||||
proxy -v 2c -c public 127.0.0.1:3401 1.3.6.1.4.1.3495
|
||||
proxy -v 2c -Cc -c public 127.0.0.1:3401 1.3.6.1.4.1.3495
|
||||
```
|
||||
|
||||
For more advanced information on Squid and SNMP or setting up proxying
|
||||
|
||||
Reference in New Issue
Block a user