mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-20 19:07:55 +00:00
Added img for snmp comparison
This commit is contained in:
parent
c20b45f1a7
commit
8e7a98b27b
|
@ -321,8 +321,12 @@ 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}
|
||||
|
||||
\fig{snmp/snmphandshake}{snmphandshake}{\gls{snmp} handshake}
|
||||
|
||||
\fig[http://ccieordie.com/tag/6-1b/]{snmp/snmpcomparison2}{snmpcomparison2}{\gls{snmp} comparison}
|
||||
|
||||
\begin{itemize}
|
||||
\item \itemtitle{v1}{}
|
||||
\begin{itemize}
|
||||
|
|
15
commands.tex
15
commands.tex
|
@ -7,12 +7,19 @@
|
|||
}
|
||||
|
||||
% Usage: \fig{<path-to-file>}{<label>}{<caption>}
|
||||
\newcommand{\fig}[3]{
|
||||
\newcommand{\fig}[4][]{
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=0.95\columnwidth]{#1}
|
||||
\caption{#3}
|
||||
\label{fig:#2}
|
||||
\includegraphics[width=0.95\columnwidth]{#2}
|
||||
%
|
||||
\sbox0{#1}%
|
||||
\ifdim\wd0=0pt
|
||||
{\caption{#4}} %if #1 is empty
|
||||
\else
|
||||
{\caption{#4\\\texttt{{\scriptsize #1}}}}
|
||||
\fi
|
||||
%
|
||||
\label{fig:#3}
|
||||
\end{figure}
|
||||
}
|
||||
|
||||
|
|
BIN
img/snmp/snmpcomparison1.png
Normal file
BIN
img/snmp/snmpcomparison1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
BIN
img/snmp/snmpcomparison2.png
Normal file
BIN
img/snmp/snmpcomparison2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
img/snmp/snmpcomparison3.jpg
Normal file
BIN
img/snmp/snmpcomparison3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
|
@ -24,4 +24,12 @@
|
|||
year = "2017",
|
||||
howpublished = {\url{http://en.wikipedia.org/w/index.php?title=CDP\%20Spoofing&oldid=740946635}},
|
||||
note = "[Online; accessed 04-June-2017]"
|
||||
}
|
||||
|
||||
@misc{ wiki:Simple_Network_Management_Protocol,
|
||||
author = "Wikipedia",
|
||||
title = "{Simple Network Management Protocol} --- {W}ikipedia{,} The Free Encyclopedia",
|
||||
year = "2017",
|
||||
howpublished = {\url{http://en.wikipedia.org/w/index.php?title=Simple\%20Network\%20Management\%20Protocol&oldid=783942828}},
|
||||
note = "[Online; accessed 05-June-2017]"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
% Latex Packages
|
||||
% Latex Packages
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{lmodern}
|
||||
|
|
Loading…
Reference in a new issue