bird_exporter icon indicating copy to clipboard operation
bird_exporter copied to clipboard

bfd sessions

Open aleksandrnikolaev opened this issue 2 years ago • 4 comments

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

aleksandrnikolaev avatar Jan 14 '22 14:01 aleksandrnikolaev

This is not implemented yet. Can you provide (anonymized) output for birdc show bfd sessions?

czerwonk avatar Jan 14 '22 15:01 czerwonk

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"

aleksandrnikolaev avatar Jan 17 '22 11:01 aleksandrnikolaev

This problem affects me too. How difficult is it to implement this feature in code?

nwton avatar Jan 26 '22 12:01 nwton

Feature is included in Version 1.4 wich was released a few moments ago.

czerwonk avatar Jan 27 '22 11:01 czerwonk

I have a PR related to this.

unixsurfer avatar Oct 26 '23 08:10 unixsurfer

PR was merged and new tag was created

czerwonk avatar Oct 26 '23 08:10 czerwonk