GitHub user weizhouapache added a comment to the discussion: CS4.20.1 ROUTED VPC BGP PEERS NOT CREATED
> Suggestion for Functionality: The VR created the BGP peers, But for pretty > much any infrastructure the Multihop should be added with at least 5 hops > that way covers most of the possibilities; knowing that, as a subdomain do > not have access to the VR. > > Where can I modify the VR, then each time the VR is modified or restarted the > BGP-multihop configuration remains? You can update BGP peer details by cloudmonkey/cmk, or insert a record in bgp_peer_details ``` cmk update bgppeer id=xxxxx details[0].EBGP_MultiHop=5 ``` a line will be added in frr configuration ``` neighbor 1.2.3.4 ebgp-multihop 5 ``` is it what you needed ? GitHub link: https://github.com/apache/cloudstack/discussions/11938#discussioncomment-14823637 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
