From 62a2e14481699ce23aede97c192bb0b95b88e6e1 Mon Sep 17 00:00:00 2001 From: chhan11 Date: Mon, 22 May 2017 18:21:13 +0200 Subject: [PATCH] text bout vtp scaling --- main.tex | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/main.tex b/main.tex index 7231149..ddb5ba3 100644 --- a/main.tex +++ b/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}