\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{kilox67612} \pdfinfo{ /Title (ccna-commands-list.pdf) /Creator (Cheatography) /Author (kilox67612) /Subject (CCNA Commands List 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}{39AAAD} \definecolor{LightBackground}{HTML}{F2F9F9} \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{CCNA Commands List Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{kilox67612} via \textcolor{DarkBackground}{\uline{cheatography.com/197574/cs/41666/}}} \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}kilox67612 \\ \uline{cheatography.com/kilox67612} \\ \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 18th December, 2023.\\ 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*}{3} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Day 4 - Basic Device Security / Commands}} \tn % Row 0 \SetRowColor{LightBackground} SW1(config)\#{\bf{banner motd \$}}"enter welcome message"{\bf{\$}} & sets message of the day banner when entering an IOS device. \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} SW1(config)\#{\bf{enable password}} "password" & unencrypted password text will be applied and can be viewed in running-config. \tn % Row Count 7 (+ 4) % Row 2 \SetRowColor{LightBackground} R1(config)\#{\bf{service password-encryption}} & encrypts the current unencrypted passwords and featured inserted passwords with {\bf{Type 7}} encryption. \tn % Row Count 13 (+ 6) % Row 3 \SetRowColor{white} SW1(config)\#{\bf{enable secret}} "password" & encrypted password using MD5 hash. will take priority over unencrypted passwords. \tn % Row Count 18 (+ 5) % Row 4 \SetRowColor{LightBackground} R1(config)\#{\bf{no ip domain-lookup}} & disables DNS lookup from host and prevents miss-typed commands from being "translated". ({\bf{CTRL+SHIFT+6}}) \tn % Row Count 24 (+ 6) % Row 5 \SetRowColor{white} R1(conf-line)\#{\bf{logging synchronous}} & prevents logging output from interrupting your command input. \tn % Row Count 28 (+ 4) % Row 6 \SetRowColor{LightBackground} Router(config)\#{\bf{line vty 0 15}} & select ports 0-15 for SSH/Telnet virtual line. \tn % Row Count 31 (+ 3) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Day 4 - Basic Device Security / Commands (cont)}} \tn % Row 7 \SetRowColor{LightBackground} R1(config)\#{\bf{line console 0}} & selects the console port on the IOS device to make configuration changes. \tn % Row Count 4 (+ 4) % Row 8 \SetRowColor{white} R1(config)\#{\bf{login}} & activates a configured password that has been set for a remote connection such as Telnet or SSH. \tn % Row Count 9 (+ 5) % Row 9 \SetRowColor{LightBackground} R1(config)\#{\bf{login local}} & asks the user logging in to enter a username \& password stored on the router. \tn % Row Count 13 (+ 4) % Row 10 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{} \tn % Row Count 13 (+ 0) % Row 11 \SetRowColor{LightBackground} R1(config)\#{\bf{username}} {\emph{username}} {\bf{privilege}} {\emph{1-15}} {\bf{secret}} {\emph{password}} & STEP 1\# sets up a username and password. \tn % Row Count 17 (+ 4) % Row 12 \SetRowColor{white} R1(config)\#{\bf{line console}} {\emph{0}} & STEP 2\# sets up a username and password. \tn % Row Count 19 (+ 2) % Row 13 \SetRowColor{LightBackground} R1(config)\#{\bf{login local}} & STEP 3\# sets up a username and password. \tn % Row Count 21 (+ 2) % Row 14 \SetRowColor{white} R1(config)\#{\bf{end}} & STEP 4\# sets up a username and password. \tn % Row Count 23 (+ 2) % Row 15 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{} \tn % Row Count 23 (+ 0) % Row 16 \SetRowColor{white} SW1(config-if)\#{\bf{default}} {\emph{interface g0/1}} & restores the default settings of the interface selected. \tn % Row Count 26 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Day 6 - Ethernet LAN Switching}} \tn % Row 0 \SetRowColor{LightBackground} SW1(config)\#{\bf{clear mac address-table dynamic}} & manually removes the MAC address from the table. \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} SW1(config)\#{\bf{clear mac address-table dynamic address}} {\emph{MAC Address}} & deletes specific entered mac address. \tn % Row Count 7 (+ 4) % Row 2 \SetRowColor{LightBackground} SW1(config)\#{\bf{clear mac address-table dynamic interface}} {\emph{interface}} & deletes all mac address on an interface. \tn % Row Count 11 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Day 8 - IPv4 Addressing}} \tn % Row 0 \SetRowColor{LightBackground} R1(config-if)\#{\bf{ip address}} {\emph{192.168.1.1}} {\emph{255.255.255.0}} & sets the chosen interface with an IP address and Subnet Mask \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} R1(config-if)\#{\bf{no shutdown}} & enables the interface \tn % Row Count 5 (+ 2) % Row 2 \SetRowColor{LightBackground} R1(config)\#{\bf{hostname}} {\emph{R1}} & sets a hostname to a chosen network device. \tn % Row Count 8 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Day 9 - Switch Interfaces}} \tn % Row 0 \SetRowColor{LightBackground} SW1(config-if)\#{\bf{speed}} {\emph{10,100,1000}} or {\emph{auto}} & sets the chosen interface speed settings. \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} SW1(config)\#{\bf{duplex}} {\emph{half,full}} or {\emph{auto}} & sets the chosen interface duplex settings. \tn % Row Count 6 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Day 11 - Static Routing}} \tn % Row 0 \SetRowColor{LightBackground} R1(config)\#{\bf{ip route}} | {\emph{destination of the network's ip address}} | {\emph{destination of the network's Subnet Mask}} | {\emph{next hop router}} & sets a static configured route of the next hop address with destination and subnetmask. \tn % Row Count 7 (+ 7) % Row 1 \SetRowColor{white} R1(config)\#{\bf{ip route 0.0.0.0 0.0.0.0}} {\emph{next hop router}} & sets a default route \tn % Row Count 10 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Day 16 - VLANs (1)}} \tn % Row 0 \SetRowColor{LightBackground} SW1(config-if)\#{\bf{vlan}} {\emph{vlan number}} & creates the VLAN. \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} SW1(config-vlan){\bf{name}} {\emph{name a vlan}} & names the VLAN. \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} SW1(config-if)\#{\bf{switchport mode access}} & enables the VLAN on the selected interface. \tn % Row Count 7 (+ 3) % Row 3 \SetRowColor{white} SW1(config-if)\#{\bf{switchport access vlan}} {\emph{vlan number}} & lets the configured VLAN number to access the selected interface. \tn % Row Count 11 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Day 17 - VLANs (2)}} \tn % Row 0 \SetRowColor{LightBackground} SW1(config-if)\#{\bf{switchport mode trunk}} & sets the switchport to trunking mode. \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} SW1(config-if)\#{\bf{switchport trunk encapsulation dot1q}} & manually sets the encapsulation protocol to IEEE 802.1Q \tn % Row Count 5 (+ 3) % Row 2 \SetRowColor{LightBackground} SW1(config-if)\#{\bf{switchport trunk allowed vlan}} {\emph{vlan number}} & adds VLANs to the configured/selected trunk \tn % Row Count 9 (+ 4) % Row 3 \SetRowColor{white} SW1(config-if)\#{\bf{switchport trunk native vlan}} {\emph{native vlan number}} & changes the default native VLAN from "1" to the configured native VLAN. \tn % Row Count 13 (+ 4) % Row 4 \SetRowColor{LightBackground} SW1\#{\bf{show interfaces trunk}} & displays the native VLAN number and the allowed VLAN on a trunk \tn % Row Count 17 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Day 17 - ROAS (3)}} \tn % Row 0 \SetRowColor{LightBackground} R1(config-if)\#{\bf{interface}} {\emph{g0/1}} & STEP \#1- select a sub-interface. \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} R1(config-subif)\#{\bf{encapsulation dot1q}} {\emph{vlan id}} & STEP \#2 - encapsulate the VLAN with IEEE802.1Q frames. \tn % Row Count 5 (+ 3) % Row 2 \SetRowColor{LightBackground} R1(config-subif)\#{\bf{ip address}} {\emph{192.168.1.62}} {\emph{255.255.255.192}} & STEP \#3 - configure the sub-interface with an IP address and subnetmask. \tn % Row Count 9 (+ 4) % Row 3 \SetRowColor{white} R1\#{\bf{show ip interface brief}} & we can view those sub-interfaces with these commands \tn % Row Count 12 (+ 3) % Row 4 \SetRowColor{LightBackground} R1\#{\bf{show ip route}} & we can view those sub-interfaces with these commands \tn % Row Count 15 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.28942 cm} x{2.68758 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Day 18 - Multilayer Switch L3}} \tn % Row 0 \SetRowColor{LightBackground} MLSW1(config)\#{\bf{ip routing}} & enables Layer 3 routing on the MLSW. \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} MLSW1(config-if)\#{\bf{no switchport}} & disables L2 switchport and makes it L3 capable switchport. \tn % Row Count 5 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Day 18 - Multilayer Switch SVI's}} \tn % Row 0 \SetRowColor{LightBackground} SW1(config-if)\#{\bf{interface vlan}} {\emph{vlan number}}* & STEP 1\# select a VLAN to configure an SVI on. \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} SW1(config-if)\#{\bf{ip address}} {\emph{192.168.1.62}} {\emph{255.255.255.192}} & STEP 2\# set the SVI with an IP address \tn % Row Count 7 (+ 4) % Row 2 \SetRowColor{LightBackground} SW1(config-if)\#{\bf{no shutdown}} & STEP 3\# enable the SVI interface. \tn % Row Count 9 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Day 19 - DTP}} \tn % Row 0 \SetRowColor{LightBackground} SW2(config-if)\#{\bf{switchport mode dynamic}} {\emph{auto/desirable}} & this is DTP. automatically determining if the switchport needs to be access-access or trunk-trunk. \tn % Row Count 5 (+ 5) % Row 1 \SetRowColor{white} SW2(config-if)\#{\bf{switchport nonegotiate}} & disables DTP. recommended to disable it for security purposes. *note: {\bf{switchport mode access}} also disables DTP, since it's a manual configuration. \tn % Row Count 13 (+ 8) % Row 2 \SetRowColor{LightBackground} SW2\#{\bf{show interfaces}} {\emph{g0/1}} {\bf{switchport}} & displays the following; interface name, administrative mode (desirable/auto), operational mode (trunk/access). \tn % Row Count 19 (+ 6) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Day 19 - VTP}} \tn % Row 0 \SetRowColor{LightBackground} SW1(config)\#{\bf{vtp domain}} {\emph{domain name}} & changes domain name from "NULL" to a configured domain name. *note: can't delete vtp domain name. only change to a diffreenet VTP domain name or delete the .dat file on the Switch. \tn % Row Count 10 (+ 10) % Row 1 \SetRowColor{white} SW1(config)\#{\bf{vtp mode}} {\emph{client | server | transparent}} & selects one of the following VTP modes \tn % Row Count 13 (+ 3) % Row 2 \SetRowColor{LightBackground} SW1(config)\#{\bf{vtp version}} {\emph{version number 1,2,3}} & selects the version number. *note: for a server switch to share VTP advertisements and copy it's VLANs and {\bf{revision number}} and domain name to other client switches. they both need to be set to the same version number. \tn % Row Count 25 (+ 12) % Row 3 \SetRowColor{white} SW1\#{\bf{show vtp status}} & shows VTP version running, domain name, pruning mode, number of existing VLANs, revision number. \tn % Row Count 30 (+ 5) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Day 23 - EtherChannel (PAgP / LACP / Static)}} \tn % Row 0 \SetRowColor{LightBackground} MLSW(config)\#{\bf{interface po1}} & \#STEP 1 - creates port channel interface \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} MLSW(config-if)\#{\bf{switchport trunk encapsulation dot1q}} & \#STEP 2 - sets the port channel to IEEE 802.1Q VLAN trunking standard \tn % Row Count 6 (+ 4) % Row 2 \SetRowColor{LightBackground} MLSW(config-if)\#{\bf{switchport mode trunk}} & \#STEP 3 - sets the port channel to trunk mode \tn % Row Count 9 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Day 23 - EtherChannel (PAgP / LACP / Static)}} \tn % Row 0 \SetRowColor{LightBackground} SW(config)\#{\bf{interface po1}} & \#STEP 1 - creates port channel interface \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} SW(config-if)\#{\bf{switchport trunk encapsulation dot1q}} & \#STEP 2 - sets the port channel to IEEE 802.1Q VLAN trunking standard \tn % Row Count 6 (+ 4) % Row 2 \SetRowColor{LightBackground} SW(config-if)\#{\bf{switchport mode trunk}} & \#STEP 3 - sets the port channel to trunk mode \tn % Row Count 9 (+ 3) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{לערוך עם פאקט טרייסר את הפקודות \textasciicircum{}\textasciicircum{}\textasciicircum{}} \tn % Row Count 11 (+ 2) % Row 4 \SetRowColor{LightBackground} MLSW(config)\#{\bf{interface range}} {\emph{g0/1-5}} & STEP \#1 - select interfaces \tn % Row Count 14 (+ 3) % Row 5 \SetRowColor{white} MLSW(config)\#{\bf{no switchport}} & STEP \#2 - disable L2 switchport and make switchport L3 capable. \tn % Row Count 18 (+ 4) % Row 6 \SetRowColor{LightBackground} MLSW(config)\#{\bf{channel-group{\emph{ }}1,2,3{\emph{ }}mode}}{\emph{ }}active / desirable / on* & STEP \#3 - {\emph{*creates the po1 interface}} and sets the channel group and EtherChannel Protocol. \tn % Row Count 23 (+ 5) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{} \tn % Row Count 23 (+ 0) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{} \tn % Row Count 23 (+ 0) % Row 9 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{} \tn % Row Count 23 (+ 0) % Row 10 \SetRowColor{LightBackground} SW1\#{\bf{show etherchannel summary}} & displays the flags | {\emph{(SU)}} {\emph{(SD)}} {\emph{(RU)}} {\emph{etc...}} \tn % Row Count 26 (+ 3) % Row 11 \SetRowColor{white} SW1\#{\bf{show etherchannel load-balance}} & displays the load-balance of {\emph{dst-ip}} {\emph{dst-mac-ip}} {\emph{etc...}} \tn % Row Count 29 (+ 3) % Row 12 \SetRowColor{LightBackground} SW1\#{\bf{show etherchannel port-channel}} & לא בטוח שצריך את הפקודה הזו, לבדוק כנגד SUMMARY \tn % Row Count 33 (+ 4) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Day 23 - EtherChannel (PAgP / LACP / Static) (cont)}} \tn % Row 13 \SetRowColor{LightBackground} SW1\#{\bf{show ip interface brief}} & checks for {\emph{po1/2/3}} interfaces to make sure they've been created.. \tn % Row Count 4 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}