weizhouapache commented on issue #11827: URL: https://github.com/apache/cloudstack/issues/11827#issuecomment-3396017104
> 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 ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
