mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-23 19:17:54 +00:00
Fix wrongly generated citing info and table width
This commit is contained in:
parent
8709ed652c
commit
adbc9fa838
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
\begin{table}[]
|
\begin{table}[]
|
||||||
\centering
|
\centering
|
||||||
\resizebox{\textwidth}{!}{%
|
\resizebox{\columnwidth}{!}{%
|
||||||
\begin{tabular}{|l|l|}
|
\begin{tabular}{|l|l|}
|
||||||
\hline
|
\hline
|
||||||
\textbf{Routing Protocol} & \textbf{Administrative distance} \\ \hline
|
\textbf{Routing Protocol} & \textbf{Administrative distance} \\ \hline
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
\label{cisco-default-administrative-distances}
|
\label{cisco-default-administrative-distances}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
Always remember the following points for Cisco devices:\cite{Administ9:online}
|
Always remember the following points for Cisco devices:\cite{wiki:Administrative_distance}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item An administrative distance of 255 will cause the router to remove the route from the routing table and not use it.
|
\item An administrative distance of 255 will cause the router to remove the route from the routing table and not use it.
|
||||||
\item Since IOS 12.2, the administrative distance of a static route with an exit interface is 1. Prior to the release of 12.2 it was in fact 0.
|
\item Since IOS 12.2, the administrative distance of a static route with an exit interface is 1. Prior to the release of 12.2 it was in fact 0.
|
||||||
|
|
|
@ -97,3 +97,19 @@
|
||||||
howpublished = {\url{http://en.wikipedia.org/w/index.php?title=Solicited-node\%20multicast\%20address&oldid=787116453}},
|
howpublished = {\url{http://en.wikipedia.org/w/index.php?title=Solicited-node\%20multicast\%20address&oldid=787116453}},
|
||||||
note = "[Online; accessed 19-July-2017]"
|
note = "[Online; accessed 19-July-2017]"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@misc{ wiki:Administrative_distance,
|
||||||
|
author = "Wikipedia",
|
||||||
|
title = "{Administrative distance} --- {W}ikipedia{,} The Free Encyclopedia",
|
||||||
|
year = "2017",
|
||||||
|
howpublished = {\url{http://en.wikipedia.org/w/index.php?title=Administrative\%20distance&oldid=799742717}},
|
||||||
|
note = "[Online; accessed 18-September-2017]"
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{ wiki:Enhanced_Interior_Gateway_Routing_Protocol,
|
||||||
|
author = "Wikipedia",
|
||||||
|
title = "{Enhanced Interior Gateway Routing Protocol} --- {W}ikipedia{,} The Free Encyclopedia",
|
||||||
|
year = "2017",
|
||||||
|
howpublished = {\url{http://en.wikipedia.org/w/index.php?title=Enhanced\%20Interior\%20Gateway\%20Routing\%20Protocol&oldid=800921738}},
|
||||||
|
note = "[Online; accessed 18-September-2017]"
|
||||||
|
}
|
Loading…
Reference in a new issue