Finished up on spanning tree. Continueing with Inter Vlan routing

This commit is contained in:
chhan11 2017-05-31 15:23:46 +02:00
parent 606299dcfa
commit 47eeaf6fd0
3 changed files with 11 additions and 9 deletions

View File

@ -1,6 +1,7 @@
\chapter{Layer-2-to-Layer-3}
\input{chapter/section/intervlanrouting}
\chapter{Protocols Layer 3}
\input{chapter/section/routednetwork}
\newpage

View File

@ -0,0 +1 @@
\section{Vlan-to-vlan routing}

View File

@ -396,9 +396,9 @@ It is the network admins job to propagate an even configuration to all switches
\subsection{Common Troubleshooting}
\begin{itemize}
\item Wrong duplex settings: Mismatch half/full duplex.
\item Failure on uni-directional links
\item Frame corruption
\item Resource errors
\item Wrong/Error with PortFast configuration
\end{itemize}
\item Duplex mismatch: Mismatch half/full duplex.
\item Unidirectional link failure
\item Frame corruption: Physical interfaces can be defective/with errors.
\item Resource errors: High compute usage in the Control Plane. {\scriptsize Remember the Spanning Tree Process in fx. Cisco Catalyst switches is handled in software.}
\item PortFast configuration error: Can lead to bridging loops when mis-wiring happens together with logical port configuration errors.
\end{itemize}