Added some short titles

This commit is contained in:
chhan11 2017-06-04 21:41:09 +02:00
parent 16115d0a7c
commit 4415f5392c
2 changed files with 13 additions and 7 deletions

View File

@ -1,10 +1,10 @@
\chapter{DHCP}
\chapter[DHCP]{Dynamic Host Control Protocol}
\section{DHCP Process}
\section[DHCP Process]{Dynamic Host Control Protocol Process}
\fig{dhcp/dhcpdiscoverprocess}{dhcpdiscoverprocess}{DHCP Discover Process}
\subsection{DHCP Messages}
\subsection[DHCP Messages]{Dynamic Host Control Protocol Messages}
\begin{itemize}
\item \textbf{DHCPDECLINE:} Message sent from the client to the server that the address is already in use.
@ -13,7 +13,7 @@
\item \textbf{DHCPINFORM:} A client already has an \gls{ip} address but is requesting other configuration parameters that the \gls{dhcp} server is configured to deliver such as \gls{dns} address.
\end{itemize}
\section{DHCP Options}
\section[DHCP Options]{Dynamic Host Control Protocol Options}
\begin{itemize}
\item \textbf{43} Vendor-encapsulated option that enables vendors to have their own list of options on the server.
@ -22,7 +22,7 @@
\item \textbf{150} \gls{tftp} server that enables your phones to access a list of \gls{tftp} servers.
\end{itemize}
\section{DHCP Example Configuration}
\section[DHCP Example Configuration]{Dynamic Host Control Protocol Example Configuration}
\subsection{Cisco}

View File

@ -13,7 +13,7 @@ Information by the protocols is only sent and processed locally. Information tra
\newpage
\subsection{LLDP}
\subsection[LLDP]{Link Layer Discovery Protocol}
\myquote{\citealt{wiki:Link_Layer_Discovery_Protocol}}{The Link Layer Discovery Protocol (LLDP) is a vendor-neutral link layer protocol in the Internet Protocol Suite used by network devices for advertising their identity, capabilities, and neighbours on an IEEE 802 local area network, principally wired Ethernet.[1] The protocol is formally referred to by the IEEE as Station and Media Access Control Connectivity Discovery specified in IEEE 802.1AB[2] and IEEE 802.3-2012 section 6 clause 79.}
@ -90,7 +90,7 @@ interface range fa0/1-24
\newpage
\subsection{CDP}
\subsection[CDP]{Cisco Discovery Protocol}
\myquote{\citealt{wiki:Cisco_Discovery_Protocol}}{Cisco Discovery Protocol (CDP) is a proprietary Data Link Layer protocol developed by Cisco Systems. It is used to share information about other directly connected Cisco equipment, such as the operating system version and IP address. CDP can also be used for On-Demand Routing, which is a method of including routing information in CDP announcements so that dynamic routing protocols do not need to be used in simple networks.}
@ -123,6 +123,8 @@ interface range fa0/1-24
\section{Failure Detection}
\subsection[UDLD]{Unidirectional Link Detection}
\chapter{Management}
\section{Network Mgmt}
@ -137,3 +139,7 @@ interface range fa0/1-24
\subsection{Console Server}
\begin{itemize}
\item OpenGEAR
\end{itemize}