docker pull ubuntu:22.04
docker pull quay.io/frrouting/frr:10.1.0
docker pull ghcr.io/openconfig/gnmic:0.38.2
docker pull quay.io/prometheus/prometheus:v2.54.0
docker pull grafana/grafana:11.1.4curl -sL https://containerlab.dev/setup | sudo -E bash -s "all"sudo ip link add br-clab type bridge
sudo ip link set dev br-clab upcd birdc && docker build -t birdc:2.15.1 .examples
./gnmic sub -a 192.168.0.1:57400 --mode stream --stream-mode sample --insecure -u admin -p admin@123 --format prototext --debug --path /network-instances/network-instance/protocols/protocol/bgp/global/state
./gnmic sub -a 192.168.0.1:57400 --mode once --stream-mode sample --insecure -u admin -p admin@123 --format prototext --debug --path /network-instances/- https://bird.network.cz/?get_doc&v=20&f=bird-6.html#ss6.4
- https://packetfire.org/post/intro-to-bgp/
- https://mellowd.dev/posts/migrating-bird-to-bird2/
- https://mellowd.dev/posts/migrating-bird-to-bird2-part2/
- https://mellowd.dev/posts/migrating-bird-to-bird2-part3/
- https://mellowd.dev/posts/rpkiserver-for-12c-a-year/
- https://dn42.eu/howto/Bird2
- https://docs.netx.as/tutorials/bgp/basic-bgp.html
- https://ipng.ch/s/articles/2021/06/28/launch-of-as112/
- https://blog.fhrnet.eu/2021/02/25/bird-1-6-the-unofficial-guide/
- https://github.com/packethost/network-helpers/blob/master/routers/bird/README.md
- https://docs.cilium.io/en/v1.9/gettingstarted/bird/
- https://containerlab.dev/manual/kinds/vr-vmx/
- https://github.com/Exa-Networks/exabgp
- https://docs.frrouting.org/en/latest/bgp.html
- https://gnmic.openconfig.net/
- https://lukasz.bromirski.net/post/bgp-w-labie-3/