mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-26 19:27:57 +00:00
New commands txtreflect and txtupdown
This commit is contained in:
parent
067e1dbf50
commit
518a1d4707
|
@ -321,7 +321,7 @@ Cisco switches allow by default only the following 3 protos until the client is
|
||||||
|
|
||||||
\section[SNMP]{Simple Network Management Protocol}
|
\section[SNMP]{Simple Network Management Protocol}
|
||||||
|
|
||||||
\gls{snmp} is used heavily to monitor the status of network nodes all round with a high level of granularity. \textit{Plus} the option to use traps\footnote{\gls{snmp} event triggered by the network node} for instant communication \tsq{bout} current event/events happing on the node.\cite{wiki:Simple_Network_Management_Protocol}
|
\gls{snmp} is \txtupdown{used heavily} to monitor the status of network nodes all round with a high level of granularity. \textit{Plus} the option to use traps\footnote{\gls{snmp} event triggered by the network node} for instant communication \tsq{bout} current event/events happing on the node.\cite{wiki:Simple_Network_Management_Protocol}
|
||||||
|
|
||||||
\fig{snmp/snmphandshake}{snmphandshake}{\gls{snmp} handshake}
|
\fig{snmp/snmphandshake}{snmphandshake}{\gls{snmp} handshake}
|
||||||
|
|
||||||
|
@ -360,7 +360,7 @@ Cisco switches allow by default only the following 3 protos until the client is
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\item \itemhead{v3}
|
\item \itemhead{v3}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Is the recommended version to run if your aren\tsq{t} forced use fx v2c for some weird legacy reason,
|
\item Is the \txtreflect{recommended} version to run if your aren\tsq{t} forced use fx v2c for some weird legacy reason,
|
||||||
\item \texttt{best in class} regarding modern security principals
|
\item \texttt{best in class} regarding modern security principals
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
|
@ -103,3 +103,7 @@
|
||||||
%\else
|
%\else
|
||||||
%\lstinline[columns=fixed]{network-device(config-#1)\# #2}
|
%\lstinline[columns=fixed]{network-device(config-#1)\# #2}
|
||||||
%\fi\}
|
%\fi\}
|
||||||
|
|
||||||
|
|
||||||
|
\newcommand{\txtreflect}[1]{\reflectbox{#1}}
|
||||||
|
\newcommand{\txtupdown}[1]{\raisebox{\depth}{\rotatebox{270}{\reflectbox{\rotatebox{90}{#1}}}}}
|
|
@ -39,7 +39,6 @@
|
||||||
\usepackage{titling} % makes available \thetitle \theauthor \thedate
|
\usepackage{titling} % makes available \thetitle \theauthor \thedate
|
||||||
\usepackage[toc,acronym,footnote,nomain]{glossaries} % Load the package with the acronym option
|
\usepackage[toc,acronym,footnote,nomain]{glossaries} % Load the package with the acronym option
|
||||||
\usepackage{chngcntr}
|
\usepackage{chngcntr}
|
||||||
\usepackage{titlepage}
|
|
||||||
|
|
||||||
|
|
||||||
\bibliographystyle{unsrtnat} %styles list https://www.sharelatex.com/learn/Natbib_bibliography_styles
|
\bibliographystyle{unsrtnat} %styles list https://www.sharelatex.com/learn/Natbib_bibliography_styles
|
||||||
|
|
Loading…
Reference in a new issue