-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SNMP exporter returns only one of both xdsl2ChStatusUnit #1051
Comments
That does seem like a bug of some kind. Can you post a with a curl when the exporter is running with It may also be helpful to have a tcpdump/wireshark capture of the exporter's SNMP traffic as well as the Sadly, I have not added support for the Vigor 165 to the draytek_exporter. I think that model uses the old v4 firmware, not the new v5 firmware. |
Thanks for your response. Here is the debug log output. pcap attached
Some notes that might be of interest:
Had to remove the following sections in generated snmp.yml to make it work though (CPE is running in VDSL2 17A mode)
|
pcap of snmpwalk attached
|
We might be experiencing the same issue. In our case, a workaround consisted of creating an additional module in This behaviour seems to stem from
Yet
Edit: I reported the above issue in |
Host operating system: output of
uname -a
snmp_exporter version: output of
snmp_exporter -version
version=0.24.1
What device/snmpwalk OID are you using?
MIBs in use:
[alarm@alarm generator]$ ls ~/.snmp/mibs/ IF-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF.txt SNMPv2-SMI SNMPv2-TC VDSL2-LINE-MIB.mib VDSL2-LINE-TC-MIB.txt
What did you do that produced an error?
Given the following results of snmpwalk cli command targeting a DrayTek Vigor 165 CPE:
generator.yml:
results in snmp.yml
What did you expect to see?
SNMP Exporter should return both the xdsl2ChStatusUnit for xtuc and xtur and the corresponding xdsl2ChStatusActDataRate.
What did you see instead?
Only the second of both xdsl2ChStatusUnit and xdsl2ChStatusActDataRate is returned
Is this a bug or am i missing something regarding the generator configuration?
The text was updated successfully, but these errors were encountered: