From 0426d70b35455592f6f7053fc2719720c263abc8 Mon Sep 17 00:00:00 2001 From: chhan11 Date: Sun, 4 Jun 2017 23:40:12 +0200 Subject: [PATCH] Code cleanup after merging in all other branch WIP into master --- chapter/aaa/radius.tex | 1 - chapter/aaa/tacacsplus.tex | 1 - chapter/section/dhcp.tex | 42 ----------------------- main.tex | 70 -------------------------------------- references.bib | 8 ----- 5 files changed, 122 deletions(-) delete mode 100644 chapter/aaa/radius.tex delete mode 100644 chapter/aaa/tacacsplus.tex delete mode 100644 chapter/section/dhcp.tex diff --git a/chapter/aaa/radius.tex b/chapter/aaa/radius.tex deleted file mode 100644 index de90ecb..0000000 --- a/chapter/aaa/radius.tex +++ /dev/null @@ -1 +0,0 @@ -\section{RADIUS} \ No newline at end of file diff --git a/chapter/aaa/tacacsplus.tex b/chapter/aaa/tacacsplus.tex deleted file mode 100644 index d7820a4..0000000 --- a/chapter/aaa/tacacsplus.tex +++ /dev/null @@ -1 +0,0 @@ -\section{TACACS+} diff --git a/chapter/section/dhcp.tex b/chapter/section/dhcp.tex deleted file mode 100644 index 3ed1fba..0000000 --- a/chapter/section/dhcp.tex +++ /dev/null @@ -1,42 +0,0 @@ -\section{DHCP Process} - -\fig{dhcp/dhcpdiscoverprocess}{dhcpdiscoverprocess}{DHCP Discover Process} - -\subsection{DHCP Messages} - -\begin{itemize} - \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{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. -\end{itemize} - -\section{DHCP Options} - -\begin{itemize} - \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{70} POP3 server, if you want to specify available POP3 servers to the client. - \item \textbf{150} TFTP server that enables your phones to access a list of TFTP servers. -\end{itemize} - -\section{DHCP Example Configuration} - -\subsection{Cisco} - -\begin{txt} -ip dhcp excluded-address 192.168.0.254 -! -ip dhcp pool LAN-1-POOL-DHCP - network 192.168.0.0 255.255.255.0 - default-router 192.168.0.254 - lease 2 ! set in days -\end{txt} - -When configuring a Layer 3 interface as a relay port for DHCP request for a subnet. Set the ip helper command on the interface with one \textit{or} more ip addresses. - -\begin{txt} -interface GigabitEthernet 0/3 - ip helper-address 192.168.220.220 - ip helper-address 192.168.222.222 -\end{txt} diff --git a/main.tex b/main.tex index 731ca2a..5554703 100644 --- a/main.tex +++ b/main.tex @@ -1,8 +1,6 @@ % Declare Document Class \documentclass[a4paper,12pt,twoside,twocolumn,landscape]{book} - \include{structure} % Load structure cfg for document - \include{acronyms} % Load acronym list %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -12,9 +10,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} - \include{frontpage} - \tableofcontents % Only applied after generation of TOC @@ -28,81 +24,16 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \include{chapter/baseconf} - \include{chapter/layer2} - \include{chapter/l2tol3} - \include{chapter/layer3} - \include{chapter/dhcp} - \include{chapter/fhrp} - \include{chapter/networkmgmt} - \include{chapter/ntp} - \include{chapter/mgmt} - \include{chapter/internet} -\input{chapter/section/spanningtree} - -\chapter{L2 to L3} - -\input{chapter/section/intervlanrouting} - -\chapter{DHCP} - -\input{chapter/section/dhcp} - -\chapter{Triple A\tsq{s}} - -\myquote{}{Remember to log the details, too.} - -\xkcd{latitude}{Remember logging when necessary} - -\input{chapter/aaa/radius} - -\input{chapter/aaa/tacacsplus} - -\chapter{Network Time Protocol} - -\section{The old NTP from \tsq{85}} - -\section{Secure NTP} - -\chapter{Managemnt} - -\section{Network management} - -\subsection{Routers} - -\subsection{Switches} - -\subsection{Firewall} - -\section{Out-of-band management} - -\subsection{Console server} - -\chapter{Protocols Layer 3} - -\input{chapter/section/routednetwork} - -\chapter{The Internet {\footnotesize "Post cold-war modern times"}} - -\section{Service Providers} - -\section{IXP} - -\section{MPLS} - -\section{BGP} - -\section{eVPN} - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % BEGIN list of acronyms % @@ -110,7 +41,6 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \clearpage - \printglossary[type=\acronymtype,title=Special Terms,toctitle=List of terms] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/references.bib b/references.bib index 6f2c5cc..c1bdc34 100644 --- a/references.bib +++ b/references.bib @@ -6,14 +6,6 @@ note = "[Online; accessed 22-May-2017]" } -@misc{ wiki:Spanning_Tree_Protocol, - author = "Wikipedia", - title = "{Spanning Tree Protocol} --- {W}ikipedia{,} The Free Encyclopedia", - year = "2017", - howpublished = {\url{http://en.wikipedia.org/w/index.php?title=Spanning\%20Tree\%20Protocol&oldid=778662646}}, - note = "[Online; accessed 24-May-2017]" -} - @book{froom2015implementing, author = "Froom, Richard", title = "Implementing Cisco IP switched networks (SWITCH) : foundation learning guide",