From e5dacc36db08e64d2741ac0a99c872ad66460624 Mon Sep 17 00:00:00 2001 From: chhan11 Date: Mon, 22 May 2017 18:48:35 +0200 Subject: [PATCH] Starting writing bout channelbundling, portchannel, etherchannel --- code/channelbundling/example.cfg | 1 + main.tex | 20 +++++++++++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 code/channelbundling/example.cfg diff --git a/code/channelbundling/example.cfg b/code/channelbundling/example.cfg new file mode 100644 index 0000000..8c5a371 --- /dev/null +++ b/code/channelbundling/example.cfg @@ -0,0 +1 @@ +# Code goes here diff --git a/main.tex b/main.tex index 5e4fa86..4e1f00e 100644 --- a/main.tex +++ b/main.tex @@ -179,7 +179,7 @@ \chapter{Protocols} -\section{Routing} +\section{Routed Network} \subsection{OSPF} \subsection{IS-IS} @@ -190,7 +190,7 @@ \newpage -\section{VLAN} +\section{Switch Network} \subsection{VTP} \fig{vtp/implementing-vtp}{imp-vtp1}{VTP} @@ -286,7 +286,21 @@ wiped vlan database from the VTP domain. \subsubsection{Example configuration} \lstinputlisting{code/vtp/example.cfg} - + +\subsection{Channel Bundling (aka. EtherChannel, PortChannel)} +Channel bundling is the "art" of using multiple physical links as one single logical link in when viewed from the perspective of the forwarding plane. + +Technologies: +\begin{itemize} + \item \textbf{PAgP:} The Cisco-only thingy + \item \textbf{LACP:} The IETF standard +\end{itemize} + + + +\subsubsection{Example configuration} +\lstinputlisting{code/channelbundling/example.cfg} + \newpage \section{Spanning Tree}