Prometheus BGP Metrics

Is there any plans to support BGP metrics export to Prometheus? Was thinking along the lines of prometheus / node_exporter, Thanks.

I think that is more a question for the prometheus project. SNMP works and provides the metrics you are looking for, it would sjut need an importer for prometheus.

Hello Hagbard,

Thanks for the reply, as to not let you off the hook that easily, would you happen to know which MIBs are (if so) included in the distribution?

Thanks Again.

/usr/share/snmp/mibs/BGP4-MIB.txt

/usr/share/snmp/mibs are usually the default location on any Linux based distribution, older ones have it in /var/lib/snmp. Another option is to use the snmp tools shipped with VyOS, once you have configured snmp and allow access locally you can do a snmpwalk etc.

set service snmp community public
commit
sudo snmpwalk -v2c -c public localhost

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.