GitHub user weizhouapache added a comment to the discussion: CS4.20.1 ROUTED VPC BGP PEERS NOT CREATED
> [@weizhouapache](https://github.com/weizhouapache) All BGP is up and running, > and works !!! > > **1. Manual config of vROUTER:** I configured the vRouter manually as a ROOT > Admin - that is going to be a burden for Subdomain customers and for the CS > administrators: **2. Dynamic vROUTER Script:** What script takes care of the > vRouter Dynamic config? then I can make standard for our deployments, I have > to add several lines. **3. Router infrastructure configuration:** Any tool > you recommend to configure the router from cloudstack - I have to add only > one line on each router, but wan it to make automatic. **4. Subdomain Project > BGP peers not visible:** Seems cosmetic, Maybe this is intended, and only > domain admins should be able to see the BGP peers. Please let me know However > under the Subdomain - Dynamic routed Project the BGP peers are empty: > what manual configuration have you made inside the VR ? the frr configuration is generated by a python script: https://github.com/apache/cloudstack/blob/main/systemvm/debian/opt/cloud/bin/cs/CsBgpPeers.py if you make some changes in the script, you need to update /usr/share/cloudstack-common/vms/cloud-scripts.tgz on hosts or mgmt servers (if you use vmware) the table lists the BGP peers associated to the VPC, by default it is empty. the configuration is described on the UI ``` Please note, if no BGP peers are selected, the VR will connect to (1) dedicated BGP peers the owner can access, if the owner has dedicated BGP peers and account setting use.system.bgp.peers is set to false; (2) all BGP peers the owner can access, otherwise. ``` Only root admin can change BGP peers for network and VPC. GitHub link: https://github.com/apache/cloudstack/discussions/11938#discussioncomment-14823641 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
