You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I want to collect snmp data with the help of snmp_exporter. However, There is a problem I do not know how to solve it.
The value of one snmpwalk result is not in iedal format. The detail information is as follows:
Host operating system: output of uname -a
Linux localhost.localdomain 3.10.0-1160.31.1.el7.x86_64 #1 SMP Thu Jun 10 13:32:12 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
snmp_exporter version: output of snmp_exporter -version
0.20
What device/snmpwalk OID are you using?
when I run the command : snmpwalk -v 2c -c public 192.168.18.202 1.3.6.1.4.1.2011.5.25.177.1.1.3.1.1.0.1.1.1.4.192.168.18.212
and the result is as follows: SNMPv2-SMI::enterprises.2011.5.25.177.1.1.3.1.1.0.1.1.1.4.192.168.18.212 = Counter32: 853946
the config file snmp.yml about this is as follows:
-------snmp.yml begin---------
However, when we visit the website of snmp_export , I find that the content about it is as follow: hwBgpPeerPrefixRcvCounter{hwBgpPeerPrefixRcvCounter="854144"} 1
I want the ideal content is hwBgpPeerPrefixRcvCounter 854144
Can anyone be kind to tell me how to solve this problem?Thanks very much.
The text was updated successfully, but these errors were encountered:
For questions/help/support please use our community channels. There are more people available to potentially respond to your request and the whole community can benefit from the answers provided.
Hello, I want to collect snmp data with the help of snmp_exporter. However, There is a problem I do not know how to solve it.
The value of one snmpwalk result is not in iedal format. The detail information is as follows:
Host operating system: output of
uname -a
Linux localhost.localdomain 3.10.0-1160.31.1.el7.x86_64 #1 SMP Thu Jun 10 13:32:12 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
snmp_exporter version: output of
snmp_exporter -version
0.20
What device/snmpwalk OID are you using?
when I run the command :
snmpwalk -v 2c -c public 192.168.18.202 1.3.6.1.4.1.2011.5.25.177.1.1.3.1.1.0.1.1.1.4.192.168.18.212
and the result is as follows:
SNMPv2-SMI::enterprises.2011.5.25.177.1.1.3.1.1.0.1.1.1.4.192.168.18.212 = Counter32: 853946
the config file snmp.yml about this is as follows:
-------snmp.yml begin---------
-------snmp.yml end---------
However, when we visit the website of snmp_export , I find that the content about it is as follow:
hwBgpPeerPrefixRcvCounter{hwBgpPeerPrefixRcvCounter="854144"} 1
I want the ideal content is
hwBgpPeerPrefixRcvCounter 854144
Can anyone be kind to tell me how to solve this problem?Thanks very much.
The text was updated successfully, but these errors were encountered: