mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-12-23 20:57:53 +00:00
eigrp defaults
This commit is contained in:
parent
b74d40a943
commit
ba19ce7b4c
|
@ -76,6 +76,38 @@ In effect the resulting shorter formula is this:
|
||||||
|
|
||||||
\gls{eigrp} does it routing on a \texttt{next-hop} basis. Meaning it only stores information about a given routes next turn. And \textbf{not} about the destination itself. (Like \gls{ospf} does)
|
\gls{eigrp} does it routing on a \texttt{next-hop} basis. Meaning it only stores information about a given routes next turn. And \textbf{not} about the destination itself. (Like \gls{ospf} does)
|
||||||
|
|
||||||
|
\subsubsection{Defaults}
|
||||||
|
|
||||||
|
\gls{eigrp} runs on Cisco equipment with values of:
|
||||||
|
\begin{itemize}
|
||||||
|
\item \itemhead[]{Administrative Distance (Defaults)}
|
||||||
|
\begin{itemize}
|
||||||
|
\item Internal: 90
|
||||||
|
\item External: 180
|
||||||
|
\item Summary: 5
|
||||||
|
\end{itemize}
|
||||||
|
\item \itemhead[]{Timers}
|
||||||
|
\begin{itemize}
|
||||||
|
\item Hello: 5s / 60s \footnote{The larger timer value applies at speeds <= T1 circuit bandwidth (a.k.a. lower-than-equal-to 1.544 Mbps)}
|
||||||
|
\item Hold: 15s / 180s
|
||||||
|
\end{itemize}
|
||||||
|
\item \itemhead[]{Supported Protocols}
|
||||||
|
\begin{itemize}
|
||||||
|
\item IP
|
||||||
|
\item IPX
|
||||||
|
\item AppleTalk
|
||||||
|
\end{itemize}
|
||||||
|
\item \itemhead[]{Other}
|
||||||
|
\begin{itemize}
|
||||||
|
\item Type: Distance Vector
|
||||||
|
\item Algorithm: \gls{dual}
|
||||||
|
\item Transport: IP/88
|
||||||
|
\item Authentication: MD5
|
||||||
|
\item Multicast IPv4: 224.0.0.10
|
||||||
|
\item Multicast IPv6: <!-- some number -->
|
||||||
|
\end{itemize}
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
\subsubsection{Tables}
|
\subsubsection{Tables}
|
||||||
|
|
||||||
\gls{eigrp} contains three tables for storing route information.
|
\gls{eigrp} contains three tables for storing route information.
|
||||||
|
|
Loading…
Reference in a new issue