diff --git a/chapter/evpn.tex b/chapter/evpn.tex new file mode 100644 index 0000000..c7248c1 --- /dev/null +++ b/chapter/evpn.tex @@ -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} diff --git a/chapter/mgmt.tex b/chapter/mgmt.tex index 9d0b6f9..a1045fd 100644 --- a/chapter/mgmt.tex +++ b/chapter/mgmt.tex @@ -287,7 +287,7 @@ tacacs-server unkn0wn!unicAst \item user access control by way of governing policies. \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 \begin{itemize} diff --git a/chapter/mpls.tex b/chapter/mpls.tex new file mode 100644 index 0000000..0ae2d64 --- /dev/null +++ b/chapter/mpls.tex @@ -0,0 +1 @@ +\chapter[MPLS]{MPLS} \ No newline at end of file diff --git a/chapter/vxlan.tex b/chapter/vxlan.tex new file mode 100644 index 0000000..e155657 --- /dev/null +++ b/chapter/vxlan.tex @@ -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} diff --git a/main.tex b/main.tex index f78ea00..5cf51ec 100644 --- a/main.tex +++ b/main.tex @@ -39,6 +39,9 @@ \include{chapter/layer2} \include{chapter/l2tol3} \include{chapter/layer3} +\include{chapter/mpls} +\include{chapter/vxlan} +\include{chapter/evpn} \include{chapter/dhcp} \include{chapter/ntp} \include{chapter/mgmt}