% Declare Document Class \documentclass[a4paper,12pt,twoside,twocolumn,landscape]{book} \include{structure} % Load structure cfg for document %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % BEGIN DOCUMENT % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} \include{frontpage} \tableofcontents % Only applied after generation of TOC \setlength{\parskip}{0.35em} % Define length between paragrahps \renewcommand{\baselinestretch}{1.15} % Define lineheight %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % BEGIN chapters % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \include{chapter/baseconf} % \chapter{Layer 2} \input{chapter/section/switchednetwork} \newpage \input{chapter/section/spanningtree} % \chapter{L2 to L3} \input{chapter/section/intervlanrouting} % \chapter{DHCP} \input{chapter/section/dhcp} % \chapter{Triple A\tsq{s}} \myquote{}{Remember to log the details, too.} \xkcd{latitude}{Remember logging when necessary} \input{chapter/aaa/radius} \input{chapter/aaa/tacacsplus} % \chapter{Network Time Protocol} \section{The old NTP from \tsq{85}} \section{Secure NTP} % \chapter{Managemnt} \section{Network management} \subsection{Routers} \subsection{Switches} \subsection{Firewall} \section{Out-of-band management} \subsection{Console server} % \chapter{Protocols Layer 3} \input{chapter/section/routednetwork} % \chapter{The Internet {\footnotesize "Post cold-war modern times"}} \section{Service Providers} \section{IXP} \section{MPLS} \section{BGP} \section{eVPN} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % BEGIN list of figures % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \renewcommand{\listfigurename}{List of {\footnotesize hidden} Figures} \listoffigures %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % BEGIN list of tables % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \renewcommand{\listtablename}{Tables {\footnotesize hidding} on the pages} \listoftables %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % BEGIN references % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \bibliography{references} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % END DOCUMENT % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \end{document}