bird_exporter
bird_exporter copied to clipboard
bfd sessions
how can I see the metrics of bfd sessions? Interested in at least the status (up/down).
They are displayed by the command: birdc show bfd sesssions
This is not implemented yet. Can you provide (anonymized) output for birdc show bfd sessions?
This is not implemented yet. Can you provide (anonymized) output for
birdc show bfd sessions?
birdc show bfd session BIRD 1.6.8 ready. bfd20: ##this is short name for bgp session in bird.conf ( protocol bfd bfd20 { ............... ) IP address Interface State Since Interval Timeout ip_bfd_with_other_server --- Up 2022-01-12 0.400 1.200 ip_bfd_with_other_server --- Up 2022-01-14 0.400 2.000 ip_gw1 ens192 Up 2022-01-12 0.400 2.000 ip_bfd_with_other_server ens192 Up 2022-01-12 0.400 2.000 ip_bfd_with_other_server --- Up 2022-01-12 0.400 2.000 ip_bfd_with_other_server ens192 Up 2022-01-12 0.400 2.000 ip_bfd_with_other_server ens192 Up 2022-01-12 0.400 2.000 ip_gw ens192 Up 2022-01-12 0.400 2.000 ip_bfd_with_other_server --- Up 2022-01-12 0.400 1.200
it is very important to have: state , since, interval and timeout status.
but the most important thing is to see the session status: "Up/Down/Init"
This problem affects me too. How difficult is it to implement this feature in code?
Feature is included in Version 1.4 wich was released a few moments ago.
I have a PR related to this.
PR was merged and new tag was created