20,000 interfaces, possible with snmp_exporter ? #992
Unanswered
jseifeddine
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Some Juniper devices are very slow to respond to SNMP.
I've made a JunOS-specific if_mib that splits up the walk into smaller pieces. This tends to work better. https://github.com/SuperQ/tools/blob/master/snmp_exporter/junos/generator.yml |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Host operating system: output of
uname -a
docker
snmp_exporter version: output of
snmp_exporter -version
ts=2023-09-04T09:42:07.920Z caller=main.go:196 level=info msg="Starting snmp_exporter" version="(version=0.24.0, branch=HEAD, revision=c9fd025309572b81eaca65100de4ca38ea406da9)" concurrency=1
What device/snmpwalk OID are you using?
What did you do that produced an error?
start snmp_exporter
What did you expect to see?
Gather metrics for prometheus
What did you see instead?
Timeout
Wondering what is the limitations of snmp_exporter, I have a Juniper JNP10003 [MX10003] Edge Router with roughly 20,000 interfaces (including sub interfaces)
No matter what I've tried, it times out.... I understand that it's quite a lot of data for a single HTTP request so i'm just wondering how to tackle this ?
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions