mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-26 19:27:57 +00:00
Merge branch 'changeset-em3emah' into 'main'
Changeset em3emah See merge request netravnen/NetworkLabNotes!30
This commit is contained in:
commit
907e7016c8
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = main.tex
|
||||
|
||||
\newacronym{adsl}{ADSL}{Asymmetric Digital Subscriber Line}
|
||||
\newacronym{aodv}{AODV}{Adhoc On-Demand Distance Vector Routing}
|
||||
\newacronym{ap}{AP}{Access Point}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter{Base Configuration}
|
||||
|
||||
\section{Cisco Lab}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter[DHCP]{Dynamic Host Control Protocol}
|
||||
|
||||
\section[DHCP Process]{Dynamic Host Control Protocol Process}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter[Internet]{The Internet {\footnotesize "Post cold-war modern times"}}
|
||||
|
||||
The internet is a fundamental communication technology for today's modern society. The thing that started as the \Gls{arpanet}\cite{wiki:ARPANET} back in the late nineteen sixties has evolved to become the core of today's globalization on Earth.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter[IP]{Internet Protocol}
|
||||
|
||||
\section[IPv6]{Internet Protocol v6}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter{L2 to L3}
|
||||
|
||||
\section{Vlan-to-vlan routing}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter{Layer 2}
|
||||
|
||||
\section{Switch Network}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter{Layer 3}
|
||||
|
||||
\section{Routed Network}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter{Linux}
|
||||
|
||||
\section{Kernel Upgrades}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter{Campus Network}
|
||||
|
||||
\section{Discover Nodes}
|
||||
|
@ -254,9 +259,9 @@ aaa authentication attempts login 1
|
|||
aaa authentication login default group TACACS local-case
|
||||
aaa authentication login console local-case
|
||||
aaa authentication enable default group TACACS enable
|
||||
aaa authorization exec default group TACACS local
|
||||
aaa authorization commands 0 default group TACACS local
|
||||
aaa authorization commands 15 default group TACACS local
|
||||
aaa authorization exec default group TACACS local
|
||||
aaa authorization commands 0 default group TACACS local
|
||||
aaa authorization commands 15 default group TACACS local
|
||||
aaa accounting exec default
|
||||
action-type start-stop
|
||||
group tacacs+
|
||||
|
@ -303,7 +308,7 @@ Cisco switches allow by default only the following 3 protos until the client is
|
|||
\item The \textbf{authentication server}
|
||||
\end{itemize}
|
||||
|
||||
\fig{8021X/portauth}{portauth}{802.1X Port Auth}
|
||||
\fig{8021x/portauth}{portauth}{802.1X Port Auth}
|
||||
|
||||
802.1X can be enabled on a Cisco switch globally by \cliline{dot1x system-auth-control} and \textit{then} enabled on the switch port{\footnotesize (s)} by \cliline{aaa authentication dot1x}.
|
||||
|
||||
|
@ -492,10 +497,10 @@ Go all the way and do consider if Supervisor Redundancy is a necessary requireme
|
|||
|
||||
\subsection[VSS]{Virtual Switch Stacking}
|
||||
|
||||
Activating switch stacking means you get a single control plane for all
|
||||
switches in a \gls{vss} stack. The stack master switch gets to have the active
|
||||
control plane. With help of \gls{sso} \& \gls{nsf} data + switch fabric is kept
|
||||
in sync between stack members. This way no communication is lost when failures
|
||||
Activating switch stacking means you get a single control plane for all
|
||||
switches in a \gls{vss} stack. The stack master switch gets to have the active
|
||||
control plane. With help of \gls{sso} \& \gls{nsf} data + switch fabric is kept
|
||||
in sync between stack members. This way no communication is lost when failures
|
||||
\textbf{do} happen at some point.
|
||||
|
||||
\fig{vss/vss2}{vss2}{How the access layer sees a \gls{vss}}
|
||||
|
@ -586,7 +591,7 @@ Remember use of \textbf{pre-emption} when configuring the \gls{hsrp} routers wit
|
|||
|
||||
\subsubsection[Blncd]{Load Sharing}
|
||||
|
||||
When configuring
|
||||
When configuring
|
||||
|
||||
\newpage
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter[NTP]{Network Time Protocol}
|
||||
|
||||
\gls{ntp} is the source of all evil and \gls{sla}. A network wide source of time configuration for all network nodes, servers, clients etc. is necessary.
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter{VoIP}
|
|
@ -1 +1,6 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter{Wireless}
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = main.tex
|
||||
|
||||
\DTMsavenow{now}
|
||||
|
||||
\date{{\footnotesize Last release \theversion\\%
|
||||
|
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 211 KiB After Width: | Height: | Size: 211 KiB |
5
main.tex
5
main.tex
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = main.tex
|
||||
|
||||
% Declare Document Class
|
||||
\documentclass[a4paper,12pt,twoside,twocolumn,landscape]{book}
|
||||
\include{structure} % Load structure cfg for document
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = main.tex
|
||||
|
||||
% Latex Packages
|
||||
\usepackage{amsmath,amssymb} % math things.
|
||||
\usepackage{array}
|
||||
\usepackage{array}
|
||||
\usepackage[english]{babel}
|
||||
\usepackage{blindtext}
|
||||
\usepackage{caption}
|
||||
|
@ -19,6 +23,7 @@
|
|||
\usepackage{fourier}
|
||||
\usepackage{geometry}
|
||||
\usepackage[toc,acronym,footnote,nomain]{glossaries} % Load the package with the acronym option
|
||||
\usepackage{glossaries-extra}
|
||||
\usepackage{graphicx}
|
||||
\usepackage[unicode=false,colorlinks=true,linkcolor=darkgray,citecolor=darkgray,filecolor=darkgray,urlcolor=darkgray]{hyperref} % https://en.wikibooks.org/wiki/LaTeX/Hyperlinks
|
||||
\usepackage{inconsolata}
|
||||
|
@ -32,6 +37,7 @@
|
|||
\usepackage{parskip}
|
||||
\usepackage{soul}
|
||||
\usepackage{textcomp}
|
||||
\usepackage[usenames,dvipsnames,svgnames]{xcolor} % makes custom color codes available. MUST for some reason be above tikzsymbols.
|
||||
\usepackage{tikzsymbols} % http://ctan.math.utah.edu/ctan/tex-archive/graphics/pgf/contrib/tikzsymbols/tikzsymbols.pdf
|
||||
\usepackage{titlepic}
|
||||
\usepackage{titling} % makes available \thetitle \theauthor \thedate
|
||||
|
@ -40,7 +46,6 @@
|
|||
\usepackage{url} % cmd \url.
|
||||
\usepackage{varwidth}
|
||||
\usepackage{wrapfig}
|
||||
\usepackage[usenames,dvipsnames,svgnames]{xcolor} % makes custom color codes available.
|
||||
|
||||
|
||||
\renewcommand*{\multicolumntoc}{3} % https://tex.stackexchange.com/a/6455
|
||||
|
|
Loading…
Reference in a new issue