Created
May 18, 2022 05:51
-
-
Save haeramkeem/bf8aff7f17ad2984d490358281ce9c96 to your computer and use it in GitHub Desktop.
BGP peering - calicoctl birdc commend example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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