Difference between revisions of "Frr"
Jump to navigation
Jump to search
(Created page with "https://frrouting.org/ # Debian deb https://deb.frrouting.org/") |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | ``` | ||
+ | sudo vtysh -c "show bgp sum" | ||
+ | sudo vtysh -c "show bgp neighbor" | ||
+ | sudo vtysh -c "show ip route" | ||
+ | ``` | ||
+ | |||
+ | https://metal.equinix.com/developers/docs/bgp/route-bgp-with-frr/ | ||
+ | |||
https://frrouting.org/ | https://frrouting.org/ | ||
# Debian deb | # Debian deb | ||
https://deb.frrouting.org/ | https://deb.frrouting.org/ | ||
+ | |||
+ | |||
+ | # k8s & metallb | ||
+ | - https://v0-3-0--metallb.netlify.app/tutorial/minikube/ | ||
+ | - https://medium.com/thermokline/building-a-k8s-external-gateway-4d98028f10ca | ||
+ | - https://metallb.universe.tf/configuration/ | ||
+ | |||
+ | https://techhub.hpe.com/eginfolib/networking/docs/switches/7500/5200-1940a_l3-ip-rtng_cg/content/495507234.htm | ||
+ | |||
+ | |||
+ | # More | ||
+ | - https://ixnfo.com/en/installing-frrouting-on-ubuntu-18-04.html | ||
+ | - https://ixnfo.com/en/installing-quagga-on-ubuntu-server-18.html | ||
+ | - https://ixnfo.com/en/setting-up-bgp-in-quagga.html | ||
+ | |||
+ | # TT | ||
+ | https://github.com/metallb/metallb/issues/1125 |
Latest revision as of 02:16, 25 April 2023
sudo vtysh -c "show bgp sum" sudo vtysh -c "show bgp neighbor" sudo vtysh -c "show ip route"
https://metal.equinix.com/developers/docs/bgp/route-bgp-with-frr/
Debian deb
k8s & metallb
- https://v0-3-0--metallb.netlify.app/tutorial/minikube/
- https://medium.com/thermokline/building-a-k8s-external-gateway-4d98028f10ca
- https://metallb.universe.tf/configuration/
More
- https://ixnfo.com/en/installing-frrouting-on-ubuntu-18-04.html
- https://ixnfo.com/en/installing-quagga-on-ubuntu-server-18.html
- https://ixnfo.com/en/setting-up-bgp-in-quagga.html