mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-26 19:27:57 +00:00
Merge branch 'rip' into 'master'
RIP section initial commit See merge request netravnen/CiscoLabNotes!15
This commit is contained in:
commit
b8c3357a9b
|
@ -6,6 +6,17 @@
|
||||||
\section{IS-IS}
|
\section{IS-IS}
|
||||||
\section{EIGRP}
|
\section{EIGRP}
|
||||||
\section{RIP}
|
\section{RIP}
|
||||||
|
|
||||||
|
rip is the old routing protocol still existing using nukber-of-hops as the metric to calculate which route to take to the intended destination. This approach can work fine but has a nukber of weaknesses.
|
||||||
|
1. Scales like shit.
|
||||||
|
2. Does not take into account if 2 different paths with the same amount of hops has different transfer capacity.
|
||||||
|
3. Has no concept of load sharing traffic between links if the same amount of hops is present amongst the best paths available.
|
||||||
|
4. Limited to a miximum of 16 hops between source and destination.
|
||||||
|
|
||||||
|
\subsection{RIPng}
|
||||||
|
|
||||||
|
The version of rip supporting ipv6. different to the standard rip in the ng version is using different multicast addresses to communicate on.
|
||||||
|
|
||||||
\section{Static}
|
\section{Static}
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
|
|
Loading…
Reference in a new issue