mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-23 19:17:54 +00:00
Fix table
This commit is contained in:
parent
87001c83a9
commit
908e360a91
|
@ -193,10 +193,11 @@ STP comes from the above desire where redundancy was wanted but no protocol exis
|
||||||
\begin{tabular}{|l|l|l|l|l|}
|
\begin{tabular}{|l|l|l|l|l|}
|
||||||
\hline
|
\hline
|
||||||
\textbf{} & \textbf{Standard} & \textbf{Ressource Usage} & \multicolumn{2}{l|}{\textbf{Convergence}} \\ \hline
|
\textbf{} & \textbf{Standard} & \textbf{Ressource Usage} & \multicolumn{2}{l|}{\textbf{Convergence}} \\ \hline
|
||||||
\gls{cst} & 802.1D & Low & Slow & All vlans \\ \hline
|
\gls{cst} & 802.1Q & Low & Slow & All Vlans \\ \hline
|
||||||
\gls{pvst+} & Cisco & High & Slow & Per vlan \\ \hline
|
\gls{stp} & 802.1D & - & - & All Vlans \\ \hline
|
||||||
\gls{rstp} & 802.1w & So-so (Med.) & Fast & All vlans \\ \hline
|
\gls{pvst+} & Cisco & High & Slow & Per Vlan \\ \hline
|
||||||
\gls{rpvst+} & Cisco & On-the-double (V.High) & Fast & Per vlan \\ \hline
|
\gls{rstp} & 802.1w & So-so (Med.) & Fast & All Vlans \\ \hline
|
||||||
|
\gls{rpvst+} & Cisco & On-the-double (V.High) & Fast & Per Vlan \\ \hline
|
||||||
\gls{mst} & 802.1s & Med. - High & Fast & Vlan list \\ \hline
|
\gls{mst} & 802.1s & Med. - High & Fast & Vlan list \\ \hline
|
||||||
\end{tabular}%
|
\end{tabular}%
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue