1
0
Fork 0
mirror of https://gitlab.com/netravnen/NetworkLabNotes.git synced 2024-06-26 11:09:04 +00:00

Extra note about root port

This commit is contained in:
chhan11 2017-06-06 13:09:41 +02:00
parent 3cf1872d60
commit b7f14f04c1

View file

@ -425,7 +425,7 @@ Cisco did on their part early on enhance the original spanning tree standard wit
\item Root Guard \item Root Guard
\begin{itemize} \begin{itemize}
\item \st{Prevents external switches from becoming roots} \item \st{Prevents external switches from becoming roots}
\item If enabled, prevents any ports from becoming a root-port. Ports will remain as designated ports \textit{effectivily} preventing the switch becoming the root bridge. \item If enabled, prevents any ports from becoming a root-port. Ports will remain as designated ports \textit{effectivily} preventing the switch becoming the root bridge.\footnote{You will enable Root Guard on all downstream trunk ports starting from the distribution layer. This prevents the next layer of switches downstream of becoming the root bridge.}
\item This, too, behaves in s similiar manner as \gls{bpdu} guard, putting the port in \texttt{err-disable} mode when a \gls{bpdu} packet is recieved on the port. \item This, too, behaves in s similiar manner as \gls{bpdu} guard, putting the port in \texttt{err-disable} mode when a \gls{bpdu} packet is recieved on the port.
\item Enabled per-port with\\\cliline{cisco-switch(config-if)# spanning-tree guard root} \item Enabled per-port with\\\cliline{cisco-switch(config-if)# spanning-tree guard root}
\end{itemize} \end{itemize}