mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-23 19:17:54 +00:00
Added use of acronyms
This commit is contained in:
parent
35c6683f44
commit
21823ba57a
|
@ -8,16 +8,16 @@
|
||||||
\item \textbf{DHCPDECLINE:} Message sent from the client to the server that the address is already in use.
|
\item \textbf{DHCPDECLINE:} Message sent from the client to the server that the address is already in use.
|
||||||
\item \textbf{DHCPNAK:} The server sends a refusal to the client for request for configuration.
|
\item \textbf{DHCPNAK:} The server sends a refusal to the client for request for configuration.
|
||||||
\item \textbf{DHCPRELEASE:} Client tells a server that it is giving up a lease.
|
\item \textbf{DHCPRELEASE:} Client tells a server that it is giving up a lease.
|
||||||
\item \textbf{DHCPINFORM:} A client already has an IP address but is requesting other configuration parameters that the DHCP server is configured to deliver such as DNS address.
|
\item \textbf{DHCPINFORM:} A client already has an \acrshort{ip} address but is requesting other configuration parameters that the \acrshort{dhcp} server is configured to deliver such as \acrshort{dns} address.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\section{DHCP Options}
|
\section{DHCP Options}
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item \textbf{43} Vendor-encapsulated option that enables vendors to have their own list of options on the server.
|
\item \textbf{43} Vendor-encapsulated option that enables vendors to have their own list of options on the server.
|
||||||
\item \textbf{69} SMTP server, if you want to specify available SMTP servers to the client.
|
\item \textbf{69} \acrshort{smtp} server, if you want to specify available \acrshort{smtp} servers to the client.
|
||||||
\item \textbf{70} POP3 server, if you want to specify available POP3 servers to the client.
|
\item \textbf{70} \acrshort{pop3} server, if you want to specify available \acrshort{pop3} servers to the client.
|
||||||
\item \textbf{150} TFTP server that enables your phones to access a list of TFTP servers.
|
\item \textbf{150} \acrshort{tftp} server that enables your phones to access a list of \acrshort{tftp} servers.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\section{DHCP Example Configuration}
|
\section{DHCP Example Configuration}
|
||||||
|
|
Loading…
Reference in a new issue