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}
|
||||
|
||||
\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}
|
||||
|
||||
|
@ -360,7 +360,7 @@ Cisco switches allow by default only the following 3 protos until the client is
|
|||
\end{itemize}
|
||||
\item \itemhead{v3}
|
||||
\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
|
||||
\end{itemize}
|
||||
\end{itemize}
|
||||
|
|
|
@ -103,3 +103,7 @@
|
|||
%\else
|
||||
%\lstinline[columns=fixed]{network-device(config-#1)\# #2}
|
||||
%\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[toc,acronym,footnote,nomain]{glossaries} % Load the package with the acronym option
|
||||
\usepackage{chngcntr}
|
||||
\usepackage{titlepage}
|
||||
|
||||
|
||||
\bibliographystyle{unsrtnat} %styles list https://www.sharelatex.com/learn/Natbib_bibliography_styles
|
||||
|
|
Loading…
Reference in a new issue