Holodeck Toolkit via VCF Lab Constructor

 View Only
  • 1.  Holodeck 9 FRR router access

    Posted 13 days ago

    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



  • 2.  RE: Holodeck 9 FRR router access

    Broadcom Employee
    Posted 12 days ago

    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"