|
@@ -0,0 +1,58 @@
|
|
|
+---
|
|
|
+title: Links zum Thema Routing
|
|
|
+categories: Routing Linkliste
|
|
|
+format: markdown
|
|
|
+...
|
|
|
+
|
|
|
+Diese Seite dient dem Sammeln von links, die für die Beschäftigung mit dem Thema Routing und den Aufbau eigener Routingdomänen hilfreich sind.
|
|
|
+
|
|
|
+# Protokolle
|
|
|
+
|
|
|
+## Abk.
|
|
|
+
|
|
|
+* IGP = interior gateway protocol [Wikipedia](https://de.wikipedia.org/wiki/Interior_Gateway_Protocol)
|
|
|
+* EGP = exterior gateway protocol [Wikipedia](https://de.wikipedia.org/wiki/Exterior_Gateway_Protokoll)
|
|
|
+* LS = link-state [Wikipedia](https://de.wikipedia.org/wiki/Link-State)
|
|
|
+* DV = distance-vector [Wikipedia](https://de.wikipedia.org/wiki/Distance-Vector)
|
|
|
+* PV = path-vector [Wikipedia](https://de.wikipedia.org/wiki/Pfadvektorprotokoll)
|
|
|
+* AH = für ad-hoc Netze (WLAN Meshes) geeignet
|
|
|
+* L2 = layer 2 routing
|
|
|
+
|
|
|
+## Allgemein
|
|
|
+
|
|
|
+OSPF
|
|
|
+
|
|
|
+: IGP, LS. [Wikipedia](https://de.wikipedia.org/wiki/OSPF), [RFC 2328](http://tools.ietf.org/html/rfc2328).
|
|
|
+
|
|
|
+BGP
|
|
|
+
|
|
|
+: EGP, DV/PV. [Wikipedia](https://de.wikipedia.org/wiki/Border_Gateway_Protocol), [RFC 4271](http://tools.ietf.org/html/rfc4271).
|
|
|
+
|
|
|
+## Speziell für den Freifunk relevant
|
|
|
+
|
|
|
+OLSR
|
|
|
+
|
|
|
+: IGP, LS, AH. [Wikipedia](https://de.wikipedia.org/wiki/Optimized_Link_State_Routing), OLSRv1 [RFC 3626](http://tools.ietf.org/html/rfc3626), OLSRv2 [RFC 7181](http://tools.ietf.org/html/rfc7181).
|
|
|
+
|
|
|
+B.A.T.M.A.N.
|
|
|
+
|
|
|
+: IGP, DV, AH, L2. [Homepage](http://www.open-mesh.org/projects/batman-adv/), Seite zu [B.A.T.M.A.N.](BATMAN) hier im Wiki.
|
|
|
+
|
|
|
+Babel
|
|
|
+
|
|
|
+: IGP, DV, AH. [Homepage](http://www.pps.jussieu.fr/~jch/software/babel/), [RFC 6126](https://tools.ietf.org/html/rfc6126).
|
|
|
+
|
|
|
+IGP-Kopplung
|
|
|
+
|
|
|
+: EGP, DV/PV. Achtung: existiert zZ nur als lokaler Prototyp, mit OSPF für die IGP-Instanzen und Bird als EGP (sic!-). Bisher ohne peer-review, unabhängige Implementierung oder Produktivnutzung. Siehe dazu den lokalen (und sehr langen) Text zum [Fußgängerzonenproblem](Fussgaengerzonenproblem) des Freifunk, Einstieg am besten über die [Zusammenfassung](Fussgaengerzonenproblem-Zusammenfassung).
|
|
|
+
|
|
|
+# routing suites
|
|
|
+
|
|
|
+* [Bird](http://bird.network.cz/)
|
|
|
+* [Quagga](http://www.quagga.net/)
|
|
|
+* [XORP](http://www.xorp.org/)
|
|
|
+
|
|
|
+# Lernmaterialien
|
|
|
+
|
|
|
+* TBD: Wenn jemand mitkriegt, dass die Folien, Labs u.dgl. von den [FFRL routing days](https://routingdays.ffrl.net/) verfügbar sind, dann bitte hier verlinken.
|
|
|
+* TBD: ...
|