mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-12-23 20:57:53 +00:00
section: add new sections
- vxlan - mpls - evpn
This commit is contained in:
parent
8d2e3f4bbe
commit
752827b4a6
5
chapter/evpn.tex
Normal file
5
chapter/evpn.tex
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
\chapter[EVPN]{Ethernet VPN}
|
||||||
|
|
||||||
|
%\section[VXLAN Tunnels]{Virtual Extensible LAN Tunnels without IGP}
|
||||||
|
|
||||||
|
% \subsection[DHCP Messages]{Dynamic Host Control Protocol Messages}
|
|
@ -287,7 +287,7 @@ tacacs-server unkn0wn!unicAst
|
||||||
\item user access control by way of governing policies.
|
\item user access control by way of governing policies.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\fig{8021x/8021x}{8021x}{ID Management}
|
%\fig{8021x/8021x}{8021x}{ID Management}
|
||||||
|
|
||||||
Based upon the user connecting to the network. They can be given access to
|
Based upon the user connecting to the network. They can be given access to
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
|
|
1
chapter/mpls.tex
Normal file
1
chapter/mpls.tex
Normal file
|
@ -0,0 +1 @@
|
||||||
|
\chapter[MPLS]{MPLS}
|
9
chapter/vxlan.tex
Normal file
9
chapter/vxlan.tex
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
\chapter[VXLAN]{Virtual Extensible LAN}
|
||||||
|
|
||||||
|
VXLAN creates logical tunnels underlinned by a L3 UDP tunnel.
|
||||||
|
The VNI can be either statically configured to the remote endpoint / endpoints they need to peer with.
|
||||||
|
Or thre VNI's dynamically exchanged using BGP signaling between IGP peers.
|
||||||
|
|
||||||
|
\section[VXLAN Tunnels]{Virtual Extensible LAN Tunnels without IGP}
|
||||||
|
|
||||||
|
% \subsection[DHCP Messages]{Dynamic Host Control Protocol Messages}
|
3
main.tex
3
main.tex
|
@ -39,6 +39,9 @@
|
||||||
\include{chapter/layer2}
|
\include{chapter/layer2}
|
||||||
\include{chapter/l2tol3}
|
\include{chapter/l2tol3}
|
||||||
\include{chapter/layer3}
|
\include{chapter/layer3}
|
||||||
|
\include{chapter/mpls}
|
||||||
|
\include{chapter/vxlan}
|
||||||
|
\include{chapter/evpn}
|
||||||
\include{chapter/dhcp}
|
\include{chapter/dhcp}
|
||||||
\include{chapter/ntp}
|
\include{chapter/ntp}
|
||||||
\include{chapter/mgmt}
|
\include{chapter/mgmt}
|
||||||
|
|
Loading…
Reference in a new issue