From e3315d31af0da7170eee0e6bc799e7e9ef83092c Mon Sep 17 00:00:00 2001 From: chhan11 Date: Tue, 30 May 2017 10:32:50 +0200 Subject: [PATCH] Updated chapter/section/spanningtree.tex main.tex --- chapter/section/spanningtree.tex | 4 +++- main.tex | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/chapter/section/spanningtree.tex b/chapter/section/spanningtree.tex index 3586717..4166a67 100644 --- a/chapter/section/spanningtree.tex +++ b/chapter/section/spanningtree.tex @@ -261,6 +261,7 @@ Cisco did on their part early on enhance the original spanning tree standard wit \begin{itemize} \item Root guard works on designated ports and does not allow the ports to become \textit{non}-designated ports, where \item Loop guard works on \textit{non}-designated ports and does not allow the ports to become designated ports {\footnotesize though expiration of times}. + \end{itemize} \end{itemize} \subsection{Link} @@ -271,10 +272,11 @@ Cisco did on their part early on enhance the original spanning tree standard wit \item Cisco proprietary feature. \item By default only enables on fiber optic links. \item Works by sending packes every 15 seconds (default timer). If not packet is recieved back, the port can either log (default) a messaage or actively try to re-establish the link (aggresive). 1 packet/second for 8 sec. is send. If non is returned the port will go to \texttt{err-disable} state. - \item \cliline{cisco-switch(config)# udld \{enable | aggresive\}} + \item \cliline{cisco-switch(config)\# udld \{enable | aggresive\}} \item On ether-channel links with uni-directional link failures, udld will disable individual failed links. \item For the best protection. Aggresive mode is recommended. \item It is recommended to turn on udld in global conf mode. + \end{itemize} \item FlexLinks \begin{itemize} \item Cisco proprietary feature. diff --git a/main.tex b/main.tex index 399a4e2..eacdcc5 100644 --- a/main.tex +++ b/main.tex @@ -1,7 +1,7 @@ % Declare Document Class \documentclass[a4paper,12pt,twoside,twocolumn,landscape]{book} -\input{structure} % Load structure cfg for document +\include{structure} % Load structure cfg for document %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % @@ -11,7 +11,7 @@ \begin{document} -\import{.}{frontpage} +\include{frontpage} \tableofcontents