\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{3del} \pdfinfo{ /Title (cisco-grundlagen.pdf) /Creator (Cheatography) /Author (3del) /Subject (Cisco - Grundlagen Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{68A353} \definecolor{LightBackground}{HTML}{F5F9F4} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Cisco - Grundlagen Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{3del} via \textcolor{DarkBackground}{\uline{cheatography.com/144973/cs/31177/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}3del \\ \uline{cheatography.com/3del} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 23rd March, 2022.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{2} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Vorgehensweise:}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{1. Grundkonfiguration}} \newline % Row Count 1 (+ 1) {\bf{2. Serielle Konsole}} \newline % Row Count 2 (+ 1) {\bf{3. SSH}} \newline % Row Count 3 (+ 1) {\bf{4. VLAN }} \newline % Row Count 4 (+ 1) {\bf{5. Hardening Guide kontrollieren / anpassen}} \newline % Row Count 5 (+ 1) {\bf{6. ACL}} \newline % Row Count 6 (+ 1) {\bf{7. Services (DHCP/Radius etc.)}}% Row Count 7 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Grundkonfig}} \tn % Row 0 \SetRowColor{LightBackground} device(config)\# hostname \textless{}name\textgreater{} & Vergibt dem Ger{\"a}t einen Namen \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} device(config)\# enable secret \textless{}password\textgreater{} & Setzen des verschlüsselten Passwortes für den privilegierten Modus \tn % Row Count 6 (+ 4) % Row 2 \SetRowColor{LightBackground} device(config)\# service password-encryption & Verschlüsselt alle Passw{\"o}rter \tn % Row Count 9 (+ 3) % Row 3 \SetRowColor{white} {\emph{(config)\#}} username \textless{}name\textgreater{}\{\{nl\}\} {[}privilege 0-15{]}\{\{nl\}\} \{secret|password\} \textless{}password\textgreater{} & Legt einen Benutzer mit Passwort an \tn % Row Count 14 (+ 5) % Row 4 \SetRowColor{LightBackground} {\emph{..(config)\#}} no password & Kein anonymer Login \tn % Row Count 16 (+ 2) % Row 5 \SetRowColor{white} \seqsplit{device(config-line)\#} login local & Aktiviert die angelegten Benutzer mit Passwort \tn % Row Count 19 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.04 cm} x{4.96 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Serielle Console absichern}} \tn % Row 0 \SetRowColor{LightBackground} Schnittstelle ausw{\"a}hlen: & {\emph{..(config)\#}} line console 0 \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Passwort vergeben: & {\emph{..(config-line)\#}} password \textless{}password\textgreater{} \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Kein anonymer Login: & {\emph{(config-line)\#}} login local \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} Konsole schlie{\ss}en: & {\emph{(config-line)\#}} exec timout \textless{}minuten\textgreater{} \textless{}sekunden\textgreater{} \tn % Row Count 9 (+ 3) % Row 4 \SetRowColor{LightBackground} Synchrone \seqsplit{Protokollierung} & {\emph{..(config-line)\#}} logging \{\{nl\}\} synchronous \tn % Row Count 11 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4.24 cm} x{3.76 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Hardening Guide}} \tn % Row 0 \SetRowColor{LightBackground} Switch(config) \# vtp mode transparent & VTP vermeiden \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Unused VLAN: & VLAN 1 vermeiden \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} Switch(config)\# vlan \textless{}id\textgreater{} & stattdessen "UNUSED VLAN" erstellen \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} Switch(config) \#int range fa{[}0/X-Y{]} & Ports ausw{\"a}hlen \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} Switch(config-if)\# switchport mode access & Switchport mode access \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} switch(config-if)\# switchport access vlan \textless{}unusedVlan\textgreater{} & Ports in Vlan \tn % Row Count 12 (+ 3) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{VTY beschr{\"a}nken:} \tn % Row Count 13 (+ 1) % Row 7 \SetRowColor{white} \seqsplit{device(config-line)\#} transport input none & keine Verbindung zulassen \tn % Row Count 15 (+ 2) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{exec-timeout \textless{}minuten\textgreater{} \textless{}sekunden\textgreater{}} \tn % Row Count 16 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Allgemein:} \tn % Row Count 17 (+ 1) % Row 10 \SetRowColor{LightBackground} switchport nonegotiate & DTP \tn % Row Count 19 (+ 2) % Row 11 \SetRowColor{white} ACLs anpassen! & siehe ACL \tn % Row Count 20 (+ 1) % Row 12 \SetRowColor{LightBackground} ggfs. Inter-Vlan Routing & siehe Inter-Vlan Routing \tn % Row Count 22 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4.56 cm} x{3.44 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{VLAN}} \tn % Row 0 \SetRowColor{LightBackground} switch(config)\# vlan \textless{}vlan-id\textgreater{} & Vlan anlegen \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} switch(config-vlan)\# name \textless{}name\textgreater{} & Vergibt dem VLAN einen Namen \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} switch(config-if)\# switchport mode \{access|trunk & Access oder Trunk Mode \tn % Row Count 7 (+ 3) % Row 3 \SetRowColor{white} switch(config-if)\# switchport access vlan \textless{}vlan-id\textgreater{} & Access Port (statisch) anlegen \tn % Row Count 10 (+ 3) % Row 4 \SetRowColor{LightBackground} switch(config-if)\# switchport trunk allowed vlan \textless{}vlan-ids\textgreater{} & Trunk festlegen (VLANS) \tn % Row Count 13 (+ 3) % Row 5 \SetRowColor{white} switch\# show vlan {[}brief{]} & ! Gem{\"a}{\ss} Show Commands \tn % Row Count 15 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{VLAN Trunk \& Access}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{8.4cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/3del_1647364906_Access_Trunk.drawio.png}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Inter VLAN Routing}} \tn % Row 0 \SetRowColor{LightBackground} Router(config)\# int fastEthernet 0/0.\{VLAN\} & Sub-Interface anlegen (Schnittstelle Router) \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Router(config-subif)\# encapsulation dot1Q \{VLAN\}} \tn % Row Count 4 (+ 1) % Row 2 \SetRowColor{LightBackground} \seqsplit{Router(config-subif)\#} ip address \textless{}ip\textgreater{}.254 \textless{}SNM\textgreater{} & IP Adresse vergeben \tn % Row Count 7 (+ 3) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Für jedes VLAN das Routen durchführen} \tn % Row Count 8 (+ 1) % Row 4 \SetRowColor{LightBackground} Switch\# show vlan brief & Siehe Show Command \tn % Row Count 10 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{5.52 cm} x{2.48 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Wildcardmask}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Invertierte Subnetzsmaske} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} 255.255.255.0 | /24 & 0.0.0.255 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} 255.255.255.128 | 25 & 0.0.0.127 \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{SSH}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{! Hostname vergebn} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} device(config)\# ip domain-name \textless{}dns-suffix\textgreater{} & Legt ein DNS-Suffix für das Ger{\"a}t fest \tn % Row Count 4 (+ 3) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{!Benutzer muss angelegt sein} \tn % Row Count 5 (+ 1) % Row 3 \SetRowColor{white} device(config)\# crypto key generate rsa & Erzegut Schlüssel mit RSA-Standard \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} device(config)\# ip ssh version \{2\} & Legt die Version vom SSH Protokoll fest \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} device(config)\# line vty 0 15 & Wechselt auf die virtuellen Schnittstellen zum Fernwarten \tn % Row Count 12 (+ 3) % Row 6 \SetRowColor{LightBackground} \seqsplit{device(config-line)\#} login local & Aktiviert die angelegten Benutzer mit Passwort \tn % Row Count 15 (+ 3) % Row 7 \SetRowColor{white} \seqsplit{device(config-line)\#} transport input ssh & Zugriff über vty nur über SSH m{\"o}glich \tn % Row Count 17 (+ 2) % Row 8 \SetRowColor{LightBackground} PC\textgreater{} ssh -l \textless{}username\textgreater{} \textless{}ip\textgreater{} & Aufbau einer SSH-Verbindung über die Konsole (nur in Packet Tracer) \tn % Row Count 21 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{DHCP}} \tn % Row 0 \SetRowColor{LightBackground} {\emph{device(config)\#}} ip dhcp pool \textless{}name\textgreater{} & DHCP Pool anlegen \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} {\emph{device(config-dhcp)\#}} network \textless{}net-id\textgreater{} \textless{}snm\textgreater{} & Netz ID dem Pool zuweisen \tn % Row Count 5 (+ 3) % Row 2 \SetRowColor{LightBackground} {\emph{device(config-dhcp)\#}} default-router \textless{}ip\textgreater{} & Gateway festlegen \tn % Row Count 8 (+ 3) % Row 3 \SetRowColor{white} {\emph{device(config-dhcp)\#}} dns-server \textless{}ip\textgreater{} & DNS Server festlegen \tn % Row Count 10 (+ 2) % Row 4 \SetRowColor{LightBackground} {\emph{device(config-dhcp)\#}} domain-name \textless{}domain\textgreater{} & DNS Suffix festlegen \tn % Row Count 13 (+ 3) % Row 5 \SetRowColor{white} {\emph{router(dhcp-config)\#}} lease \{days hours minute|infinite\} & Lease festlegen \tn % Row Count 16 (+ 3) % Row 6 \SetRowColor{LightBackground} device(config)\# ip dhcp excluded-address \textless{}start-ip\textgreater{} \textless{}end-ip & IP-Adressbereiche die ausgeschlossen werden sollen \tn % Row Count 19 (+ 3) % Row 7 \SetRowColor{white} device\# show ip dhcp lease & ! Gem{\"a}{\ss} Show Commands \tn % Row Count 21 (+ 2) % Row 8 \SetRowColor{LightBackground} device\#show ip \textless{}pool|binding|conflict\textgreater{} & ! Gem{\"a}{\ss} Show Commands \tn % Row Count 23 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{DHCP RelayAgent}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{8.4cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/3del_1647349402_relay.png}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{router(config-if)\# ip helper-address \textless{}IP DHCP-SERVER\textgreater{}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Radius}} \tn % Row 0 \SetRowColor{LightBackground} ! SSH einrichten & siehe SSH \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} !Benutzer muss angelegt sein & siehe Grundconfig \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} {\emph{Router(config)\#}}aaa new-model & Aktiveren des Dienstes \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} {\emph{Router(config)\#}} radius-server host \{ip-address\} auth-port \{port-number\}{[}retransmit retries{]} key \{string\} {[}alias \{hostname | ip-address\}{]} & Radius Server angeben inkl. Port \tn % Row Count 12 (+ 7) % Row 4 \SetRowColor{LightBackground} {\emph{Router(config)\# }}aaa authentication login default group radius local & \seqsplit{Authentifizierungstyp} festlegen (login) \tn % Row Count 16 (+ 4) % Row 5 \SetRowColor{white} {\emph{Router(config)\# }}aaa authentication enable default group radius local & \seqsplit{Authentifizierungstyp} festlegen (EnableModus) \tn % Row Count 20 (+ 4) % Row 6 \SetRowColor{LightBackground} {\emph{Router(config)\# }}line vty 0 15 & VTY ausw{\"a}hlen \tn % Row Count 22 (+ 2) % Row 7 \SetRowColor{white} {\emph{Router(config-line)\#}} login authentication default & Login mit Radius über VTY \tn % Row Count 25 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{SERVER (Dienst: AAA Konfigurieren)} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4.4 cm} x{3.6 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Basic}} \tn % Row 0 \SetRowColor{LightBackground} device\# copy \textless{}source\textgreater{} \textless{}destination\textgreater{} & Kopieren von Quelle nach Ziel \tn % Row Count 2 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.76 cm} x{4.24 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Show Commands}} \tn % Row 0 \SetRowColor{LightBackground} {\emph{device\#}} show running-config & Zeigt die aktuelle Konfiguration an \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} {\emph{device\#}} show startup-config & Zeigt die Start-Konfiguration an \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} {\emph{L3switch\#}} show ip interface brief & Zeigt den Status der physikalischen oder virtuellen Schnittstellen \tn % Row Count 8 (+ 4) % Row 3 \SetRowColor{white} device\textgreater{} show interfaces & Übersicht über Anzahl und Zustand der Schnittstellen \tn % Row Count 11 (+ 3) % Row 4 \SetRowColor{LightBackground} device\# show ip interface {[}brief{]} & (Kurz-)Übersicht über die globalen Einstellungen der "IP-Schnittstellen" \tn % Row Count 15 (+ 4) % Row 5 \SetRowColor{white} device\# show ip dhcp lease & Zeigt die DHCP Address Leases an \tn % Row Count 17 (+ 2) % Row 6 \SetRowColor{LightBackground} switch\# show vlan {[}brief{]} & Übersicht über die VLAN-Konfiguration \tn % Row Count 19 (+ 2) % Row 7 \SetRowColor{white} switch\# show interfaces trunk & Übersicht und Informationen über konfigurierte Trunks \tn % Row Count 22 (+ 3) % Row 8 \SetRowColor{LightBackground} device\# show ip route & Zeigt die Routing-Tabelle an \tn % Row Count 24 (+ 2) % Row 9 \SetRowColor{white} device\# show ip dhcp lease & Zeigt die DHCP Address Leases an \tn % Row Count 26 (+ 2) % Row 10 \SetRowColor{LightBackground} device\# show access-list & Übersicht über ACL´s \tn % Row Count 28 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4.72 cm} x{3.28 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{ACL}} \tn % Row 0 \SetRowColor{LightBackground} Router(config)\# ip access-list \textless{}standard | extended\textgreater{} \textless{}name\textgreater{} & Named-ACL erstellen \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} \seqsplit{Router(config-ext-acl)\#} \textless{}permit | deny \textgreater{} \textless{}protocol\textgreater{} \textless{}source\textgreater{} \textless{}wildcardmask\textgreater{} \textless{}destination\textgreater{} \textless{}wildcardmask\textgreater{} & \seqsplit{Extended-Named-ACL} erstellen \tn % Row Count 8 (+ 5) % Row 2 \SetRowColor{LightBackground} Router(interface)\# ip access-group \textless{}name\textgreater{} \textless{}in | out\textgreater{} & ACL auf Interface einbinden \tn % Row Count 11 (+ 3) % Row 3 \SetRowColor{white} Router()\# show access-lest & ACL überprüfen \tn % Row Count 13 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}