mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-23 19:17:54 +00:00
New empty chapters VSS and StackWise
This commit is contained in:
parent
51ee7a3a80
commit
c90cab7b02
|
@ -31,9 +31,11 @@
|
||||||
\newacronym{evpn}{EVPN}{Ethernet Virtual Private Network}
|
\newacronym{evpn}{EVPN}{Ethernet Virtual Private Network}
|
||||||
\newacronym{ftp}{FTP}{File Transfer Protocol}
|
\newacronym{ftp}{FTP}{File Transfer Protocol}
|
||||||
\newacronym{ftps}{FTPS}{File Transfer Protocol Secure}
|
\newacronym{ftps}{FTPS}{File Transfer Protocol Secure}
|
||||||
|
\newacronym{glbp}{GLBP}{Gateway Load Balancing Protocol}
|
||||||
\newacronym{gps}{GPS}{Global Positioning System}
|
\newacronym{gps}{GPS}{Global Positioning System}
|
||||||
\newacronym{gprs}{GPRS}{General Packet Radio Service}
|
\newacronym{gprs}{GPRS}{General Packet Radio Service}
|
||||||
\newacronym{gsm}{GSM}{Global System for Mobile communications}
|
\newacronym{gsm}{GSM}{Global System for Mobile communications}
|
||||||
|
\newacronym{hsrp}{HSRP}{Hot-Standby Routing Protocol}
|
||||||
\newacronym{ieee}{IEEE}{Institute of Electrical and Electronics Engineers}
|
\newacronym{ieee}{IEEE}{Institute of Electrical and Electronics Engineers}
|
||||||
\newacronym{igrp}{IGRP}{Interior Gateway Routing Protocol}
|
\newacronym{igrp}{IGRP}{Interior Gateway Routing Protocol}
|
||||||
\newacronym{imap}{IMAP}{Internet Message Access Protocol}
|
\newacronym{imap}{IMAP}{Internet Message Access Protocol}
|
||||||
|
@ -96,6 +98,7 @@
|
||||||
\newacronym{utc}{UTC}{Coordinated Universal Time}
|
\newacronym{utc}{UTC}{Coordinated Universal Time}
|
||||||
\newacronym{vlan}{VLAN}{Virtual Local Area Network}
|
\newacronym{vlan}{VLAN}{Virtual Local Area Network}
|
||||||
\newacronym{vpn}{VPN}{Virtual Private Network}
|
\newacronym{vpn}{VPN}{Virtual Private Network}
|
||||||
|
\newacronym{vrrp}{VRRP}{Virtual Router Redundancy Protocol}
|
||||||
\newacronym{vtp}{VTP}{Virtual Trunking Protocol}
|
\newacronym{vtp}{VTP}{Virtual Trunking Protocol}
|
||||||
\newacronym{vxlan}{VXLAN}{Virtual eXtensible Local Area Network}
|
\newacronym{vxlan}{VXLAN}{Virtual eXtensible Local Area Network}
|
||||||
\newacronym{wdm}{WDM}{}
|
\newacronym{wdm}{WDM}{}
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
\chapter{FHRP}
|
|
||||||
|
|
||||||
\section{VRRP}
|
|
||||||
|
|
||||||
\section{GLBP}
|
|
||||||
|
|
||||||
\section{HSRP}
|
|
|
@ -427,4 +427,18 @@ snmp-server ifindex persist
|
||||||
|
|
||||||
\subsubsection{3G/4G}
|
\subsubsection{3G/4G}
|
||||||
|
|
||||||
\subsubsection{ADSL}
|
\subsubsection[ADSL]{Asymmetric Digital Subscriber Line}
|
||||||
|
|
||||||
|
\chapter[HA]{High Availability}
|
||||||
|
|
||||||
|
\section{StackWise}
|
||||||
|
|
||||||
|
\section[VSS]{Virtual Switch Stacking}
|
||||||
|
|
||||||
|
\section[FHRP]{First Hop Redundancy Protocol}
|
||||||
|
|
||||||
|
\subsection[VRRP]{Virtual Router Redundancy Protocol}
|
||||||
|
|
||||||
|
\subsection[HSRP]{Hot-Standby Routing Protocol}
|
||||||
|
|
||||||
|
\subsection[GLBP]{Gateway Load Balancing Protocol}
|
1
main.tex
1
main.tex
|
@ -28,7 +28,6 @@
|
||||||
\include{chapter/l2tol3}
|
\include{chapter/l2tol3}
|
||||||
\include{chapter/layer3}
|
\include{chapter/layer3}
|
||||||
\include{chapter/dhcp}
|
\include{chapter/dhcp}
|
||||||
\include{chapter/fhrp}
|
|
||||||
\include{chapter/ntp}
|
\include{chapter/ntp}
|
||||||
\include{chapter/mgmt}
|
\include{chapter/mgmt}
|
||||||
\include{chapter/internet}
|
\include{chapter/internet}
|
||||||
|
|
Loading…
Reference in a new issue