diff --git a/chapter/layer3.tex b/chapter/layer3.tex index ca5e571..e9d06d5 100644 --- a/chapter/layer3.tex +++ b/chapter/layer3.tex @@ -62,6 +62,16 @@ Cisco converted \gls{eigrp} to an open standard back in 2013 with \rfc{7868}.\ci \gls{eigrp} adds support for \gls{vlsm} and the \gls{dual} with improved routing capabilities in comparison to \gls{igrp}. Overall \gls{eigrp} provides better capabilities compared to it's predecessor. +\subsection[Math]{The Math behind} + +\fig{math/eigrp-dual-long}{eigrp-dual-long}{\glspl{eigrp} \gls{dual} full formula} + +By default $K_2$, and $K_4$ is set to zero. (The are user customizable!) And $K_5$ is set to 0. + +In effect the resulting shorter formula is this: + +\fig{math/eigrp-dual-short}{eigrp-dual-short}{\glspl{eigrp} \gls{dual} short formula} + \newpage \section{RIP} diff --git a/img/math/eigrp-dual-long.png b/img/math/eigrp-dual-long.png new file mode 100644 index 0000000..ca71d16 Binary files /dev/null and b/img/math/eigrp-dual-long.png differ diff --git a/img/math/eigrp-dual-short.png b/img/math/eigrp-dual-short.png new file mode 100644 index 0000000..090fcc7 Binary files /dev/null and b/img/math/eigrp-dual-short.png differ