1
0
Fork 0
mirror of https://gitlab.com/netravnen/NetworkLabNotes.git synced 2024-11-29 19:37:53 +00:00

ip6 Solicited-node multicast address

This commit is contained in:
netravnen 2017-07-19 23:35:33 +02:00
parent b7e2f7bc77
commit b3c88a29bb
3 changed files with 19 additions and 4 deletions

View file

@ -100,6 +100,7 @@
\newacronym{msg}{msg}{message} \newacronym{msg}{msg}{message}
\newacronym{mst}{MST}{Multiple Spanning Tree} \newacronym{mst}{MST}{Multiple Spanning Tree}
\newacronym{nac}{NAC}{Network Admission Control} \newacronym{nac}{NAC}{Network Admission Control}
\newacronym{nd}{ND}{Neighbor Discovery}
\newacronym{nlri}{NLRI}{Network Layer Reachability Information} \newacronym{nlri}{NLRI}{Network Layer Reachability Information}
\newacronym{nms}{NMS}{Network Management Software} \newacronym{nms}{NMS}{Network Management Software}
\newacronym{nsa}{NSA}{National Security Agency} \newacronym{nsa}{NSA}{National Security Agency}

View file

@ -55,7 +55,13 @@ Have 3 different forms:
\item \texttt{fd00::/8} -- Defined as /48 prefixes. The last 40 bits is randomly generated and appended to the first 8 significant bits {\small (i.e. \texttt{0xFD} aka. \texttt{11111101})}. \item \texttt{fd00::/8} -- Defined as /48 prefixes. The last 40 bits is randomly generated and appended to the first 8 significant bits {\small (i.e. \texttt{0xFD} aka. \texttt{11111101})}.
\end{enumerate} \end{enumerate}
\end{itemize} \end{itemize}
\item \itemhead[]{Solicited-node multicast address} \item \itemhead[]{Solicited-node multicast address}\cite{wiki:Solicited-node_multicast_address}
\begin{itemize}
\item Consist of the prefix \texttt{ff02::1:ff00:0/104} for the first 104 bits.
\item The last 24 bits represents the target address within the prefix.
\item Solicited-node multicast address is segment only traffic. I.e. the traffic does not flow \textit{between \gls{l3} \gls{ip} segments.
\item Used in combination with \gls{nd} to replace \glspl{ip4} \gls{arp} functionality.
\end{itemize}
\end{itemize} \end{itemize}
\item \itemhead[]{Global Addressing} \item \itemhead[]{Global Addressing}
\begin{itemize} \begin{itemize}

View file

@ -82,10 +82,18 @@
note = "[Online; accessed 18-July-2017]" note = "[Online; accessed 18-July-2017]"
} }
@misc{ wiki:Plagiarism, @misc{ wiki:Unique_local_address,
author = "Wikipedia", author = "Wikipedia",
title = "{Plagiarism} --- {W}ikipedia{,} The Free Encyclopedia", title = "{Unique local address} --- {W}ikipedia{,} The Free Encyclopedia",
year = "2017", year = "2017",
howpublished = {\url{http://en.wikipedia.org/w/index.php?title=Plagiarism&oldid=791022465}}, howpublished = {\url{http://en.wikipedia.org/w/index.php?title=Unique\%20local\%20address&oldid=791265343}},
note = "[Online; accessed 19-July-2017]"
}
@misc{ wiki:Solicited-node_multicast_address,
author = "Wikipedia",
title = "{Solicited-node multicast address} --- {W}ikipedia{,} The Free Encyclopedia",
year = "2017",
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]"
} }