mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-23 19:17:54 +00:00
text bout vtp scaling
This commit is contained in:
parent
6a56da65cf
commit
62a2e14481
16
main.tex
16
main.tex
|
@ -16,6 +16,9 @@
|
|||
\usepackage{fancyhdr}
|
||||
\usepackage{wrapfig}
|
||||
\usepackage{array}
|
||||
\usepackage{lipsum}
|
||||
\usepackage{fancybox}
|
||||
\usepackage{varwidth}
|
||||
|
||||
% Define color
|
||||
\definecolor{codegreen}{rgb}{0,0.6,0}
|
||||
|
@ -66,6 +69,15 @@
|
|||
\end{figure}
|
||||
}
|
||||
|
||||
\newcommand{\notice}[2]{%
|
||||
\shadowbox{%
|
||||
\begin{varwidth}{\linewidth}
|
||||
\texttt{\textbf{#1}}\\
|
||||
#2
|
||||
\end{varwidth}
|
||||
}
|
||||
}
|
||||
|
||||
% In which order to look after images in
|
||||
% declared graphicspath{}'s
|
||||
% 1. Low-quality JPG
|
||||
|
@ -264,6 +276,10 @@ It is \textbf{strongly} recommended to enable the security features supported in
|
|||
|
||||
\textbf{Password:} MD5 hashing, Case-sensitive, Length between 8 and 64 chars.
|
||||
|
||||
\notice{VTP Scaling}{
|
||||
As the network grows and grows and grows and grows some more over long/short timespans. You will \textbf{for certain} come to cross-rode, where you \textbf{must} consider to go away from using VTP in the network. The problems of managing an elderly network and wiping and re-introducing nodes in the network. You \textbf{will} face the issue of a wiped vlan database from the VTP domain.
|
||||
}
|
||||
|
||||
\subsubsection{Example configuration}
|
||||
\lstinputlisting{code/vtp/example.cfg}
|
||||
|
||||
|
|
Loading…
Reference in a new issue