1
0
Fork 0

Table is bettr

master
LEdoian 1 year ago
parent 9a8bcad0f1
commit 926c6e862a

@ -229,17 +229,28 @@ The third level describes details of the respective router/network and all the
incident objects. There is always the distance from us (i.e. the router we incident objects. There is always the distance from us (i.e. the router we
asked for the dump), or the word \texttt{unreachable} if it is not reachable. asked for the dump), or the word \texttt{unreachable} if it is not reachable.
There is also a level-3 line for each incident host and network. For routers and There is also a level-3 line for each incident host and network. Overview of
networks, this line is the same as on level-2, but routers may also be incident the \uv{tags} (the first words) and parameters is provided by
to extra-area networks (\texttt{xnetwork}), external networks table~\ref{tab:ospf-incidences}. Note that networks can only be incident to
(\texttt{external}), stub networks (\texttt{stubnet}) and extra-area routers routers, while routers may be incident to anything. The incidences of routers
(\texttt{xrouter}). In the backbone area, routers may also have virtual links have also a metric, after the word \texttt{metric}, or, in case of Type 2
to other routers (\texttt{vlink}). These networks are referenced by their IP external cost, \texttt{metric2}.
address in both
versions of OSPF, routers again by router IDs. \begin{table}[h]
\centering
These incidencies of routers have also a metric, after the word \begin{tabular}{lcc}\hline
\texttt{metric}, or, in case of Type 2 external cost, \texttt{metric2}. Incidence type & tag & parameter \\\hline
Transit network & \texttt{network} & Same as on level-2 \\
Router & \texttt{router} & Router ID \\
Extra-area router & \texttt{xrouter} & Router ID \\
Extra-area network & \texttt{xnetwork} & IP address (CIDR) \\
External network & \texttt{external} & IP address (CIDR) \\
Stub network & \texttt{stubnet} & IP address (CIDR) \\
Virtual link & \texttt{vlink} & Peer router ID \\\hline
\end{tabular}
\caption{Level-3 lines describing incidences}
\label{tab:ospf-incidences}
\end{table}
For networks, additional details are also provided on level-3. For OSPFv2, the For networks, additional details are also provided on level-3. For OSPFv2, the
designated router ID is given in the \texttt{dr} directive, similarly, OSPFv3 designated router ID is given in the \texttt{dr} directive, similarly, OSPFv3

Loading…
Cancel
Save