Skip to content

Instantly share code, notes, and snippets.

@haeramkeem
Created May 18, 2022 05:51
Show Gist options
  • Save haeramkeem/bf8aff7f17ad2984d490358281ce9c96 to your computer and use it in GitHub Desktop.
Save haeramkeem/bf8aff7f17ad2984d490358281ce9c96 to your computer and use it in GitHub Desktop.
BGP peering - calicoctl birdc commend example
#!/bin/bash
# Show BGP peering establishment status
sudo calico node status
kubectl describe blockaffinities | grep -E "Name:|Cidr:"
sudo birdc show protocols
sudo birdc show route protocol bgp2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment