This is a followup from https://phabricator.wikimedia.org/T346606#9174753 , namely to investigate the impact of setting max-repeaters = 20 in librenms for all devices, quoting @ayounsi :
Description
Related Objects
- Mentioned In
- T346606: cr*-eqsin long poll times from librenms
- Mentioned Here
- T346606: cr*-eqsin long poll times from librenms
Event Timeline
Mentioned in SAL (#wikimedia-operations) [2023-09-21T10:27:05Z] <XioNoX> set max repeaters = 20 on asw2-a-eqiad - T346759
Thanks, I spent a bit more time on that.
Bumping max-repeaters to 20 didn't change a thing on asw2-a-eqiad, which is an old-ish virtual chassis, local to the LibreNMS host.
I can only make some guesses so far, maybe it's because the latency is already quite low, or maybe the device have a hard-coded value or max-repeater, maybe max-repeater isn't as efficient on ports that it is on bgp-peers or maybe the PDUs are already full.
Juniper recommends "to use the ‘max-repetitions’ value of 10, and the maximum number of OIDs per request is 10".
Based on that info and the fact that devices have pooling time within ok limits. We should only apply this change on a case by case basis like we did for eqsin.
I updated the doc accordingly.