mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-26 19:27:57 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
df49dfd3a6
|
@ -17,6 +17,12 @@
|
|||
- [ ] GLBP
|
||||
- [ ] HSRP
|
||||
- [ ] VRRP
|
||||
- [ ] IP SLA
|
||||
- [ ] VSS
|
||||
- [ ] Storm Control
|
||||
- [ ] SDM Templates
|
||||
- [ ] PoE
|
||||
- [ ] SNMP
|
||||
|
||||
## Writing about
|
||||
- [X] NTP, SNTP
|
||||
|
|
|
@ -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.
|
||||
|
|
10
main.tex
10
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,13 +24,20 @@
|
|||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\include{chapter/baseconf}
|
||||
|
||||
\include{chapter/layer2}
|
||||
|
||||
\include{chapter/l2tol3}
|
||||
|
||||
\include{chapter/layer3}
|
||||
|
||||
\include{chapter/dhcp}
|
||||
|
||||
\include{chapter/fhrp}
|
||||
\include{chapter/ntp}
|
||||
|
||||
\include{chapter/mgmt}
|
||||
|
||||
\include{chapter/internet}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
@ -40,6 +47,7 @@
|
|||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\clearpage
|
||||
|
||||
\printglossary[type=\acronymtype,title=Special Terms,toctitle=List of terms]
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
|
Loading…
Reference in a new issue