mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-23 19:17:54 +00:00
starting on snmp
This commit is contained in:
parent
0c42807d77
commit
218dfa203a
|
@ -164,3 +164,15 @@ interface GigabitEthernet 0/4
|
|||
switchport mode access ! Port must be an access port prior
|
||||
dot1x port-control auto ! to enable dot1x on the port
|
||||
\end{txt}
|
||||
|
||||
\section{SNMP}
|
||||
|
||||
\begin{itemize}
|
||||
\item \itemtitle{Versions}{There are 4 different versions of \gls{snmp} in existince today}
|
||||
\begin{enumerate}
|
||||
\item v1,
|
||||
\item v2,
|
||||
\item v2c,
|
||||
\item v3.
|
||||
\end{enumerate}
|
||||
\end{itemize}
|
12
main.tex
12
main.tex
|
@ -15,7 +15,7 @@
|
|||
|
||||
% Only applied after generation of TOC
|
||||
\setlength{\parskip}{0.35em} % Define length between paragrahps
|
||||
\renewcommand{\baselinestretch}{1.15} % Define lineheight
|
||||
\renewcommand{\baselinestretch}{1.15} %6 Define lineheight
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% %
|
||||
|
@ -24,14 +24,23 @@
|
|||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\include{chapter/baseconf}
|
||||
|
||||
\include{chapter/layer2}
|
||||
|
||||
\include{chapter/l2tol3}
|
||||
|
||||
\include{chapter/layer3}
|
||||
|
||||
\include{chapter/dhcp}
|
||||
|
||||
\include{chapter/fhrp}
|
||||
|
||||
\include{chapter/networkmgmt}
|
||||
|
||||
\include{chapter/ntp}
|
||||
|
||||
\include{chapter/mgmt}
|
||||
|
||||
\include{chapter/internet}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
@ -41,6 +50,7 @@
|
|||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\clearpage
|
||||
|
||||
\printglossary[type=\acronymtype,title=Special Terms,toctitle=List of terms]
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
|
Loading…
Reference in a new issue