From 4ad7e145e25d97a08e5976343aee25cf4c9e7105 Mon Sep 17 00:00:00 2001 From: Christoffer Date: Sat, 21 Oct 2017 13:14:13 +0200 Subject: [PATCH] Eigrp stub routing --- chapter/layer3.tex | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/chapter/layer3.tex b/chapter/layer3.tex index d370401..b7691ab 100644 --- a/chapter/layer3.tex +++ b/chapter/layer3.tex @@ -99,6 +99,14 @@ In effect the resulting shorter formula is this: \end{itemize} \end{enumerate} +\subsection{Stub Routing} + +\gls{eigrp} features some different ways to configure routers for specific routing scenarios. \texttt{Stub} routing is one of them. + +Stub routing effectively prevents the given stub site/router to be used for transit traffic. + +If a router is configured as a \texttt{Stud Router}. It only carries information about \tsq{it}s locally connected routes and a default route back to the transit routers. \tsq{It}s also omitted from being queried about networks is does not advertise. {\small (I.e. The Routes Query Process)}s + \newpage \section{RIP}