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"
Original Message:
Sent: Jul 22, 2025 07:44 AM
From: Frank Bender
Subject: Holodeck 9 FRR router access
Hello,
is there a way to access the BGP router on the Holodeck-Router for troubleshooting or config?
One point would be to add another AS for NS connectivity of a NSX project.
Thanks
Frank