I am now having a bgp peering problem with Holodeck 9.
I deployed a VCF 5.2 environment, but when try to deploy Edge cluster, get the bgp peering fails
There is another article that says edit the gobgpd.conf file on the Cloudbuilder, but the new holorouter in holodeck 9 does not have the gobgpd.conf file.
Any idea on why bgp peer fails?
ALL of the ocnfigs are correct, but the neighbors wont peer.........
I can ping between everything....
I am thinking maybe it is a holorouter issue............any ideas?
Thanks in advance...
-------------------------------------------
Original Message:
Sent: Jul 23, 2025 04:45 AM
From: Nikhil M Kulkarni
Subject: Holodeck 9 FRR router access
To add another AS -
1. You can edit the FRRConfiguration CR at /holodeck-runtime/frr/bgpRouterConfiguration.yaml and add the appropriate BGP configuration
2. Apply the CR using "kubectl apply -f /holodeck-runtime/frr/bgpRouterConfiguration.yaml"
3. Restart the daemonset using "kubectl rollout restart daemonset/frr-k8s"
If you want to log into FRR router pod for troubleshooting, use "kubectl exec -it $(kubectl get pods | grep frr-k8s | grep -v webhook | awk '{print $1}') -c frr -- vtysh"