From 42aaec046cc5426368bb1019b1a6d80efd38268c Mon Sep 17 00:00:00 2001 From: chhan11 Date: Mon, 5 Jun 2017 02:59:45 +0200 Subject: [PATCH 1/4] readme: added more to the roadmap --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c5f7ef6..0d36729 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ - [ ] GLBP - [ ] HSRP - [ ] VRRP +- [ ] IP SLA +- [ ] VSS +- [ ] Storm Control +- [ ] SDM Templates +- [ ] PoE ## Writing about - [X] NTP, SNTP From 0c42807d77dc8315f73e8ef3701d852b8b0fc8c6 Mon Sep 17 00:00:00 2001 From: chhan11 Date: Mon, 5 Jun 2017 03:03:13 +0200 Subject: [PATCH 2/4] readme: added snmp to the roadmap --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d36729..b3c9186 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ - [ ] Storm Control - [ ] SDM Templates - [ ] PoE +- [ ] SNMP ## Writing about - [X] NTP, SNTP From 218dfa203ac33041cc76b3e0bcba60c51039a514 Mon Sep 17 00:00:00 2001 From: chhan11 Date: Mon, 5 Jun 2017 04:10:55 +0200 Subject: [PATCH 3/4] starting on snmp --- chapter/networkmgmt.tex | 12 ++++++++++++ main.tex | 12 +++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/chapter/networkmgmt.tex b/chapter/networkmgmt.tex index 3cf5203..d477a9c 100644 --- a/chapter/networkmgmt.tex +++ b/chapter/networkmgmt.tex @@ -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} \ No newline at end of file diff --git a/main.tex b/main.tex index 5554703..ddb535b 100644 --- a/main.tex +++ b/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] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% From 9b724fa5bcac98fa74c1a0489756a9a7873cc7aa Mon Sep 17 00:00:00 2001 From: chhan11 Date: Mon, 5 Jun 2017 11:37:48 +0200 Subject: [PATCH 4/4] updated ntp.tex --- chapter/ntp.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chapter/ntp.tex b/chapter/ntp.tex index 40060dd..57db099 100644 --- a/chapter/ntp.tex +++ b/chapter/ntp.tex @@ -95,3 +95,5 @@ Generally today \gls{ntp}v3 or v4 is found. The difference to v4 \textit{(amongs \item Automatic calculation of time-distribution\footnote{to archive high time accuracy against lowest bandwidth cost} in a network based upon specific multicast groups leveraging v6 site-local multicast addresses. \item \cliline{ntp-server ipv6-addr version 4} \end{itemize} + +\textbf{Beware} when using \gls{sntp} that \gls{ntp} cannot be used. The same \gls{udp} port is used.