From 6dd21ac51c94e5c5a0c601c9d6529b979dcf2301 Mon Sep 17 00:00:00 2001 From: Christoffer Date: Sun, 18 Feb 2018 00:23:02 +0100 Subject: [PATCH] Non-Cisco Implementations --- chapter/layer3.tex | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/chapter/layer3.tex b/chapter/layer3.tex index a623b46..8d236d1 100644 --- a/chapter/layer3.tex +++ b/chapter/layer3.tex @@ -168,6 +168,22 @@ Imagine a large \gls{eigrp} topology (3-digit number of routers) in a single dom \fig{network/routing}{network-topology}{Medium sized network topology} +\subsection{Non-Cisco Implementations} + +This is always a particular point of discussion around \gls{eigrp}. Cisco has released \textit{some} information on how \gls{eigrp} works. +Not \textit{all} information. +And only as \textit{informational} RFCs. +This ensures Cisco \textit{still} has control of the development of the protocol. +Because they have retained ownership by only publishing informational RFCs. + +This has been a hindrance for the adoption of \gls{eigrp} in other vendors than Cisco them-self. + +Known adoptions of EIGRP includes: +\begin{itemize} + \item \gls{frr} targeted release 4\cite{https://github.com/FRRouting/frr/wiki/Frr-3.0-\%E2\%86\%92-4.0} + \item Quagga has known works for trying to implement \gls{eigrp}. Still not officially implemented, thou. +\end{itemize} + \newpage \section{RIP}