HomeVyOS Platform

T4163: Add BGP Monitoring Protocol BMP feature

This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

T4163: Add BGP Monitoring Protocol BMP feature

Add BMP feature.
BMP (BGP Monitoring Protocol, RFC 7854) is used to send monitoring
data from BGP routers to network management entities

https://docs.frrouting.org/en/latest/bmp.html

Example:

set system frr bmp
commit
run restart bgp

set protocols bgp system-as '65001'
set protocols bgp neighbor 192.0.2.11 address-family ipv4-unicast
set protocols bgp neighbor 192.0.2.11 remote-as '65001'

set protocols bgp bmp mirror-buffer-limit '256000000'
set protocols bgp bmp target foo address '127.0.0.1'
set protocols bgp bmp target foo port '5000'
set protocols bgp bmp target foo min-retry '1000'
set protocols bgp bmp target foo max-retry '2000'
set protocols bgp bmp target foo mirror
set protocols bgp bmp target foo monitor ipv4-unicast post-policy
set protocols bgp bmp target foo monitor ipv4-unicast pre-policy
set protocols bgp bmp target foo monitor ipv6-unicast post-policy
set protocols bgp bmp target foo monitor ipv6-unicast pre-policy

(cherry picked from commit 5523fccf4f7d05444c36c568128e94cd7b08c34f)

Details

Provenance
ViacheslavAuthored on Dec 13 2023, 4:59 PM
MergifyCommitted on Dec 18 2023, 10:07 AM
Parents
rVYOSONEXf991faab2c0d: Merge pull request #2648 from jestabro/sagitta-image-tools
Branches
Loading...
Tags
Loading...

Event Timeline