mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-02 18:09:39 +00:00
36 lines
954 B
TeX
36 lines
954 B
TeX
\chapter{Base Configuration}
|
|
|
|
\section{Cisco Lab}
|
|
|
|
% <!-- ROUTER -->
|
|
|
|
\subsection{Router}
|
|
\subsubsection{File: base.cfg}
|
|
%\lstinputlisting[language=tcl]{code/router/base.cfg}
|
|
\subsubsection{File: reset.tcl}
|
|
%\lstinputlisting[language=tcl]{code/router/reset.tcl}
|
|
|
|
\newpage
|
|
|
|
% <!-- LAYER 3 SWITCH -->
|
|
|
|
\subsection{Layer 3 Switch}
|
|
\subsubsection{FILE: base.cfg}
|
|
\lstinputlisting[language=tcl]{code/l3switch/base.cfg}
|
|
\subsubsection{FILE: reset.tcl}
|
|
\lstinputlisting[language=tcl]{code/l3switch/reset-tcl.txt}
|
|
\subsubsection{FILE: resetvlans.tcl}
|
|
\lstinputlisting[language=tcl]{code/l3switch/resetvlans-tcl.txt}
|
|
|
|
\newpage
|
|
|
|
% <!-- LAYER 2 SWITCH -->
|
|
|
|
\subsection{Layer 2 Switch}
|
|
\subsubsection{FILE: base.cfg}
|
|
\lstinputlisting[language=tcl]{code/l2switch/base.cfg}
|
|
\subsubsection{FILE: reset.tcl}
|
|
\lstinputlisting[language=tcl]{code/l2switch/reset-tcl.txt}
|
|
\subsubsection{FILE: resetvlans.tcl}
|
|
\lstinputlisting[language=tcl]{code/l2switch/resetvlans-tcl.txt}
|