\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{ewibowo} \pdfinfo{ /Title (ccie-rs.pdf) /Creator (Cheatography) /Author (ewibowo) /Subject (CCIE RS 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}{2173A3} \definecolor{LightBackground}{HTML}{F1F6F9} \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{CCIE RS Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{ewibowo} via \textcolor{DarkBackground}{\uline{cheatography.com/37337/cs/11716/}}} \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}ewibowo \\ \uline{cheatography.com/ewibowo} \\ \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 17th May, 2017.\\ 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} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{vtp}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{vtp domain \textless{}domain name\textgreater{} \newline % Row Count 1 (+ 1) vtp mode \textless{}server|client\textgreater{} \newline % Row Count 2 (+ 1) vtp password \textless{}password\textgreater{}% Row Count 3 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{trunk}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{switchport trunk encapsulation dot1q \newline % Row Count 1 (+ 1) switchport mode trunk \newline % Row Count 2 (+ 1) switchport nonegotiate% Row Count 3 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{access port}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{switchport access vlan \textless{}vlan no\textgreater{} \newline % Row Count 1 (+ 1) switchport mode access% Row Count 2 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{port-channel}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{int range \textless{}interface1,interface2\textgreater{} \newline % Row Count 1 (+ 1) channel-group \textless{}group no\textgreater{} mode on \newline % Row Count 2 (+ 1) port-channel load-balance \textless{}src-mac|src-dst-ip\textgreater{}% Row Count 3 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{RSTP}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{spanning-tree mode rapid-pvst \newline % Row Count 1 (+ 1) spanning-tree portfast edge default \newline % Row Count 2 (+ 1) spanning-tree portfast edge bpduguard default \newline % Row Count 3 (+ 1) spanning-tree vlan 1-4094 priority 4096% Row Count 4 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{PPPoE}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{int Dialer 1 \newline % Row Count 1 (+ 1) ip address negotiated \newline % Row Count 2 (+ 1) ip mtu 1492 \newline % Row Count 3 (+ 1) encapsulation ppp \newline % Row Count 4 (+ 1) ppp chap hostname \textless{}username\textgreater{} \newline % Row Count 5 (+ 1) ppp chap password \textless{}password\textgreater{} \newline % Row Count 6 (+ 1) dialer pool 1 \newline % Row Count 7 (+ 1) int e0/0 \newline % Row Count 8 (+ 1) pppoe enable \newline % Row Count 9 (+ 1) pppoe-client dial-pool-number 1 \newline % Row Count 10 (+ 1) ip route 192.0.0.0 255.0.0.0 \textless{}peer IP address\textgreater{}% Row Count 11 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{show ppp all} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Multicast}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{ip multicast-routing \newline % Row Count 1 (+ 1) int \textless{}vlan x\textgreater{}, \textless{}eth y\textgreater{}, \textless{}tun z\textgreater{}, lo0 \newline % Row Count 2 (+ 1) ip pim spare-mode \newline % Row Count 3 (+ 1) ip pim rp-candidate lo0 \newline % Row Count 4 (+ 1) ip pim bsr-candidate lo0 \newline % Row Count 5 (+ 1) int \textless{}ext y\textgreater{} \newline % Row Count 6 (+ 1) ip igmp join-group \textless{}multicast group\textgreater{}% Row Count 7 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{DMVPN - Phase 3}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Hub: \newline % Row Count 1 (+ 1) int tun 0 \newline % Row Count 2 (+ 1) tunnel source \textless{}eth m/n\textgreater{} \newline % Row Count 3 (+ 1) tunnel mode gre multipoint \newline % Row Count 4 (+ 1) ip nhrp nextwork-id \textless{}y\textgreater{} \newline % Row Count 5 (+ 1) ip nhrp authentication \textless{}password\textgreater{} \newline % Row Count 6 (+ 1) ip nhrp map multicast dynamic \newline % Row Count 7 (+ 1) ip nhrp redirect \newline % Row Count 8 (+ 1) Spoke: \newline % Row Count 9 (+ 1) int tun 0 \newline % Row Count 10 (+ 1) tunnel source dialer 1 \newline % Row Count 11 (+ 1) tunnel mode gre multipoint \newline % Row Count 12 (+ 1) ip nhrp nextwork-id \textless{}y\textgreater{} \newline % Row Count 13 (+ 1) ip nhrp authentication \textless{}password\textgreater{} \newline % Row Count 14 (+ 1) ip nhrp map \textless{}VPN Hub IP\textgreater{} \textless{}NBMA Hub IP\textgreater{} \newline % Row Count 15 (+ 1) ip nhrp map multicast \textless{}NBMA Hub IP\textgreater{} \newline % Row Count 16 (+ 1) ip nhrp nhs \textless{}VPN Hub IP\textgreater{} \newline % Row Count 17 (+ 1) ip nhrp shortcut \newline % Row Count 18 (+ 1) {[}tunnel vrf \textless{}vrf name\textgreater{}{]}% Row Count 19 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{IPSec}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{crypto isakmp policy \textless{}x\textgreater{} \newline % Row Count 1 (+ 1) encryption aes \newline % Row Count 2 (+ 1) authentication pre-share \newline % Row Count 3 (+ 1) group 2 \newline % Row Count 4 (+ 1) crypto isakmp key CCIE address 0.0.0.0 \newline % Row Count 5 (+ 1) crypto ipsec transform-set \textless{}phase 2 transform\textgreater{} esp-aes \newline % Row Count 7 (+ 2) mode transport \newline % Row Count 8 (+ 1) crypto ipsec profile \textless{}profile name\textgreater{} \newline % Row Count 9 (+ 1) set transform-set \textless{}phase 2 transform\textgreater{} \newline % Row Count 10 (+ 1) int tunnel \textless{}y\textgreater{} \newline % Row Count 11 (+ 1) tunnel protection ipsec profile \textless{}profile name\textgreater{} \newline % Row Count 12 (+ 1) -{}-{}- \newline % Row Count 13 (+ 1) VRF: \newline % Row Count 14 (+ 1) crypto keyring CCIE vrf \textless{}vrf name\textgreater{} \newline % Row Count 15 (+ 1) pre-shared-key address 0.0.0.0 0.0.0.0 key CCIE% Row Count 16 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{DHCP}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{ip dhcp snooping \newline % Row Count 1 (+ 1) ip dhcp snooping vlan \textless{}x\textgreater{} \newline % Row Count 2 (+ 1) ip dhcp snooping verify mac-address \newline % Row Count 3 (+ 1) int \textless{}uplink\textgreater{} \newline % Row Count 4 (+ 1) ip dhcp snooping trust \newline % Row Count 5 (+ 1) -{}-{}- \newline % Row Count 6 (+ 1) DHCP Relay on a different switch: \newline % Row Count 7 (+ 1) int vlan \textless{}x\textgreater{} \newline % Row Count 8 (+ 1) ip dhcp relay information trusted \newline % Row Count 9 (+ 1) ip helper-address \textless{}DHCP server. \newline % Row Count 10 (+ 1) -{}-{}- \newline % Row Count 11 (+ 1) DHCP Server: \newline % Row Count 12 (+ 1) ip dhcp excluded-address \textless{}HSRP IP\textgreater{} \newline % Row Count 13 (+ 1) ip dhcp excluded-address \textless{}SVI 1 gateway\textgreater{} \newline % Row Count 14 (+ 1) ip dhcp excluded-address \textless{}SVI 2 gateway\textgreater{} \newline % Row Count 15 (+ 1) ip dhcp pool vlan \textless{}x\textgreater{} \newline % Row Count 16 (+ 1) network \textless{}subnet\textgreater{} \textless{}mask\textgreater{} \newline % Row Count 17 (+ 1) default-router \textless{}HSRP IP\textgreater{}% Row Count 18 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{HSRP IPv4}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{int vlan \textless{}x\textgreater{} \newline % Row Count 1 (+ 1) standby version 2 \newline % Row Count 2 (+ 1) standby \textless{}y\textgreater{} ip \textless{}VIP\textgreater{} \newline % Row Count 3 (+ 1) standby \textless{}y\textgreater{} timers 1 3 \newline % Row Count 4 (+ 1) standby \textless{}y\textgreater{} priority 102 \newline % Row Count 5 (+ 1) {[}standby \textless{}y\textgreater{} preempt{]}% Row Count 6 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{HSRP IPv6}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Gateway: \newline % Row Count 1 (+ 1) int vlan \textless{}x\textgreater{} \newline % Row Count 2 (+ 1) standby version 2 \newline % Row Count 3 (+ 1) standby \textless{}y\textgreater{} ipv6 fe80:\textless{}z\textgreater{}::1 \newline % Row Count 4 (+ 1) standby \textless{}y\textgreater{} priority 102 \newline % Row Count 5 (+ 1) standby \textless{}y\textgreater{} preempt \newline % Row Count 6 (+ 1) standby \textless{}y\textgreater{} timers 1 3 \newline % Row Count 7 (+ 1) -{}-{}- \newline % Row Count 8 (+ 1) Client: \newline % Row Count 9 (+ 1) int \textless{}x\textgreater{}/\textless{}y\textgreater{} \newline % Row Count 10 (+ 1) ipv6 address autoconfig% Row Count 11 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{IPv6 OSPFv3}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{ipv6 unicast-routing \newline % Row Count 1 (+ 1) router ospfv3 \textless{}x\textgreater{} \newline % Row Count 2 (+ 1) router-id \textless{}lo0 IP\textgreater{} \newline % Row Count 3 (+ 1) int range vlan \textless{}y\textgreater{}, vlan \textless{}z\textgreater{}, lo0 \newline % Row Count 4 (+ 1) ospfv3 \textless{}x\textgreater{} ipv6 area 0 \newline % Row Count 5 (+ 1) int vlan \textless{}w\textgreater{} \newline % Row Count 6 (+ 1) ospfv3 \textless{}x\textgreater{} ipv6 area 0 \newline % Row Count 7 (+ 1) ipv6 nd router-preference \textless{}high|medium\textgreater{} \newline % Row Count 8 (+ 1) ipv6 nd ra interval \textless{}k\textgreater{}% Row Count 9 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{route-map}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{ip prefix-list \textless{}pl-name\textgreater{} permit 8.8.8.8/32 \newline % Row Count 1 (+ 1) ! \newline % Row Count 2 (+ 1) route-map \textless{}rm-name\textgreater{} permit 10 \newline % Row Count 3 (+ 1) match ip address prefix-list \textless{}pl-name\textgreater{} \newline % Row Count 4 (+ 1) set local-preference 200 \newline % Row Count 5 (+ 1) route-map \textless{}rm-name\textgreater{} permit 20 \newline % Row Count 6 (+ 1) ! \newline % Row Count 7 (+ 1) route-map TE permit 10 \newline % Row Count 8 (+ 1) match ip address 101 \newline % Row Count 9 (+ 1) set metric 100 \newline % Row Count 10 (+ 1) ! \newline % Row Count 11 (+ 1) route-map TE permit 20 \newline % Row Count 12 (+ 1) match ip address 102 \newline % Row Count 13 (+ 1) set metric 50 \newline % Row Count 14 (+ 1) ! \newline % Row Count 15 (+ 1) route-map TE permit 50% Row Count 16 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{EIGRP}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{route-tag notation dotted-decimal \newline % Row Count 1 (+ 1) route-map tag permit 10 \newline % Row Count 2 (+ 1) set tag 172.172.172.172 \newline % Row Count 3 (+ 1) int lo 52 \newline % Row Count 4 (+ 1) ip address 52.52.52.52 255.255.255.255 \newline % Row Count 5 (+ 1) route-map 52 permit 10 \newline % Row Count 6 (+ 1) match interface lo 52 \newline % Row Count 7 (+ 1) router eigrp CCIE \newline % Row Count 8 (+ 1) address-family ipv4 autonomous-system 1 \newline % Row Count 9 (+ 1) distribute-list route-map tag out \newline % Row Count 10 (+ 1) redistribute connected route-map 52 \newline % Row Count 11 (+ 1) exit \newline % Row Count 12 (+ 1) {[}network \textless{}lo ip addr\textgreater{} \textless{}wild card\textgreater{}{]} \newline % Row Count 13 (+ 1) {[}network \textless{}ip addr\textgreater{} \textless{}wild card\textgreater{}{]}% Row Count 14 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{show ip eigrp neigh} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{OSPF regular area}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{router ospf 1 \newline % Row Count 1 (+ 1) router-id \textless{}lo0 ip addr\textgreater{} \newline % Row Count 2 (+ 1) {[}network \textless{}ip addr\textgreater{} \textless{}wild card\textgreater{} area 0{]} \newline % Row Count 3 (+ 1) {[}passive-interface \textless{}vlan x\textgreater{}{]} \newline % Row Count 4 (+ 1) int range \textless{}eth m/n, lo0\textgreater{} \newline % Row Count 5 (+ 1) ip ospf 1 area 0 \newline % Row Count 6 (+ 1) int range \textless{}eth m/n\textgreater{} \newline % Row Count 7 (+ 1) ip ospf priority 255% Row Count 8 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{show ip ospf neigh \newline show ip ospf interface brief} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{OSPF stub area}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{router ospf 1 \newline % Row Count 1 (+ 1) {[}default-information originate{]} \newline % Row Count 2 (+ 1) {[}network \textless{}ip addr\textgreater{} \textless{}wild card\textgreater{}{]} area \textless{}x\textgreater{} \newline % Row Count 3 (+ 1) area \textless{}x\textgreater{} stub {[}no-summary{]} \newline % Row Count 4 (+ 1) int tun \textless{}y\textgreater{} \newline % Row Count 5 (+ 1) ip ospf network point-to-multipoint% Row Count 6 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{DHCP snooping}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{ip dhcp snooping \newline % Row Count 1 (+ 1) ip dhcp snooping vlan \textless{}vlan no\textgreater{} \newline % Row Count 2 (+ 1) ip dhcp snooping trust \newline % Row Count 3 (+ 1) ip dhcp relay information trusted \newline % Row Count 4 (+ 1) ip helper address \textless{}dhcp server ip\textgreater{} \newline % Row Count 5 (+ 1) ip dhcp excluded-address \newline % Row Count 6 (+ 1) ip dhcp pool \textless{}pool name\textgreater{} \newline % Row Count 7 (+ 1) network \textless{}subnet\textgreater{} \textless{}mask\textgreater{}% Row Count 8 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{PPPoE}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{[}ip vrf name{]} \newline % Row Count 1 (+ 1) {[}rd m:n{]} \newline % Row Count 2 (+ 1) interface dialer \textless{}x\textgreater{} \newline % Row Count 3 (+ 1) {[}ip vrf forwarding name{]} \newline % Row Count 4 (+ 1) ip address negotiated \newline % Row Count 5 (+ 1) ip mtu 1492 \newline % Row Count 6 (+ 1) encapsulation ppp \newline % Row Count 7 (+ 1) ppp chap hostname \textless{}username\textgreater{} \newline % Row Count 8 (+ 1) ppp chap password \textless{}password\textgreater{} \newline % Row Count 9 (+ 1) dialer pool \textless{}y\textgreater{} \newline % Row Count 10 (+ 1) interface \textless{}eth m/n\textgreater{} \newline % Row Count 11 (+ 1) pppoe enable \newline % Row Count 12 (+ 1) pppoe-client dial-pool-number 1 \newline % Row Count 13 (+ 1) ip route {[}vrf name{]} \textless{}destination subnet\textgreater{} \textless{}mask\textgreater{} \textless{}ppp server ip\textgreater{}% Row Count 15 (+ 2) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{show ppp all \newline ping {[}vrf name{]} \textless{}destination ip addr\textgreater{}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{OSPF EIGRP Redistribution}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{route-tag notation dotted-decimal \newline % Row Count 1 (+ 1) route-map O\_TO\_E deny 10 \newline % Row Count 2 (+ 1) match tag 172.172,172.172 \newline % Row Count 3 (+ 1) route-map O\_TO\_E permit 20 \newline % Row Count 4 (+ 1) set tag 10.10.10.10 \newline % Row Count 5 (+ 1) route-map E\_TO\_O deny 10 \newline % Row Count 6 (+ 1) match tag 10.10.10.10 \newline % Row Count 7 (+ 1) route-map E\_TO\_O permit 20 \newline % Row Count 8 (+ 1) set tag 172.172.172.172 \newline % Row Count 9 (+ 1) route-map EXT deny 10 \newline % Row Count 10 (+ 1) match tag 172.172.172.172 \newline % Row Count 11 (+ 1) route-map EXT permit 20 \newline % Row Count 12 (+ 1) router ospf \textless{}x\textgreater{} \newline % Row Count 13 (+ 1) redistribute eigrp \textless{}y\textgreater{} subnets route-map E\_TO\_O \newline % Row Count 14 (+ 1) distribute-list route-map EXT in \newline % Row Count 15 (+ 1) network \textless{}lo0\textgreater{} 0.0.0.0 \newline % Row Count 16 (+ 1) network \textless{}inside IP\textgreater{} \textless{}wild card\textgreater{} \newline % Row Count 17 (+ 1) router eigrp \textless{}name\textgreater{} \newline % Row Count 18 (+ 1) address-family ipv4 autonomous-system \textless{}y\textgreater{} \newline % Row Count 19 (+ 1) topology base \newline % Row Count 20 (+ 1) redistribute ospf \textless{}x\textgreater{} metric 10000 100 255 1 1500 route-map O\_TO\_E \newline % Row Count 22 (+ 2) exit \newline % Row Count 23 (+ 1) network \textless{}outside IP\textgreater{} \textless{}wild card\textgreater{}% Row Count 24 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{COPP}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{ip access-list extended \textless{}acl-name\textgreater{} \newline % Row Count 1 (+ 1) deny ospf any any \newline % Row Count 2 (+ 1) deny pim any any \newline % Row Count 3 (+ 1) deny tcp any any eq bgp \newline % Row Count 4 (+ 1) deny tcp any eq bgp any \newline % Row Count 5 (+ 1) deny esp any any \newline % Row Count 6 (+ 1) deny gre any any \newline % Row Count 7 (+ 1) deny udp any eq isakmp any \newline % Row Count 8 (+ 1) deny udp any any eq isakmp \newline % Row Count 9 (+ 1) permit ip any any ttl lt 2 \newline % Row Count 10 (+ 1) class-map match-all \textless{}cmap-name\textgreater{} \newline % Row Count 11 (+ 1) match access-group name \textless{}acl-name\textgreater{} \newline % Row Count 12 (+ 1) policy-map \textless{}pmap-name\textgreater{} \newline % Row Count 13 (+ 1) class \textless{}cmap-name\textgreater{} \newline % Row Count 14 (+ 1) drop \newline % Row Count 15 (+ 1) control-plan \newline % Row Count 16 (+ 1) service-policy input \textless{}pmap-name\textgreater{}% Row Count 17 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{PAT}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{access-list \textless{}acl-no\textgreater{} permit \textless{}subnet summary\textgreater{} \textless{}wild card\textgreater{} \newline % Row Count 2 (+ 2) ip nat inside source list \textless{}acl-no\textgreater{} interface \textless{}outside int\textgreater{} overload \newline % Row Count 4 (+ 2) int \textless{}outside int\textgreater{} \newline % Row Count 5 (+ 1) ip nat outside \newline % Row Count 6 (+ 1) int \textless{}inside int\textgreater{} \newline % Row Count 7 (+ 1) ip nat inside \newline % Row Count 8 (+ 1) int \textless{}tun\textgreater{} \newline % Row Count 9 (+ 1) ip nat inside% Row Count 10 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Track}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{track \textless{}x\textgreater{} ip route 0.0.0.0 0.0.0.0 reachability \newline % Row Count 1 (+ 1) int vlan \textless{}y\textgreater{} \newline % Row Count 2 (+ 1) standby \textless{}z\textgreater{} track \textless{}x\textgreater{} decrement 10% Row Count 3 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Load balance}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{! R12 \newline % Row Count 1 (+ 1) access-list 101 permit ip 10.2.1.0 0.0.254.255 any \newline % Row Count 3 (+ 2) access-list 102 permit ip 10.2.0.0 0.0.254.255 any \newline % Row Count 5 (+ 2) ! \newline % Row Count 6 (+ 1) route-map TE permit 10 \newline % Row Count 7 (+ 1) match ip address 101 \newline % Row Count 8 (+ 1) set metric 100 \newline % Row Count 9 (+ 1) ! \newline % Row Count 10 (+ 1) route-map TE permit 20 \newline % Row Count 11 (+ 1) match ip address 102 \newline % Row Count 12 (+ 1) set metric 50% Row Count 13 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{BGP - IPV4 - Service Provider}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{! Route Reflector \newline % Row Count 1 (+ 1) router bgp \textless{}SP ASN\textgreater{} \newline % Row Count 2 (+ 1) bgp router-id \textless{}lo 0 ip addr\textgreater{} \newline % Row Count 3 (+ 1) no bgp default ipv4-unicast \newline % Row Count 4 (+ 1) neighbor IBGP peer-group \newline % Row Count 5 (+ 1) neighbor IBGP remote-as \textless{}SP ASN\textgreater{} \newline % Row Count 6 (+ 1) neighbor IBGP update-source lo0 \newline % Row Count 7 (+ 1) neighbor \textless{}neigh ip addr\textgreater{} peer-group IBGP \newline % Row Count 8 (+ 1) neighbor \textless{}neigh ip addr2\textgreater{} peer-group IBGP \newline % Row Count 9 (+ 1) address-family ipv4 \newline % Row Count 10 (+ 1) neighbor IBGP route-reflector-client \newline % Row Count 11 (+ 1) neighbor \textless{}neigh ip addr\textgreater{} activate \newline % Row Count 12 (+ 1) neighbor \textless{}neigh ip addr2\textgreater{} activate \newline % Row Count 13 (+ 1) ! Border router - RR client \newline % Row Count 14 (+ 1) router bgp \textless{}SP ASN\textgreater{} \newline % Row Count 15 (+ 1) bgp router-id \textless{}lo 0 ip addr\textgreater{} \newline % Row Count 16 (+ 1) no bgp default ipv4-unicast \newline % Row Count 17 (+ 1) neighbor \textless{}RR ip addr\textgreater{} remote-as \textless{}SP ASN\textgreater{} \newline % Row Count 18 (+ 1) neighbor \textless{}RR ip addr\textgreater{} update-source lo0 \newline % Row Count 19 (+ 1) neighbor \textless{}Customer IP\textgreater{} remote-as \textless{}Customer ASN\textgreater{} \newline % Row Count 20 (+ 1) address-family ipv4 \newline % Row Count 21 (+ 1) neighbor \textless{}RR ip addr\textgreater{} activate \newline % Row Count 22 (+ 1) neighbor \textless{}RR ip addr\textgreater{} next-hop-self \newline % Row Count 23 (+ 1) neighbor \textless{}Customer IP\textgreater{} activate% Row Count 24 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{BGP - IPV4 - Customer with OSPF}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{! advertise certain prefixes \newline % Row Count 1 (+ 1) ip prefix-list core seq 5 permit \textless{}subnet\textgreater{}/\textless{}mask\textgreater{} \newline % Row Count 2 (+ 1) ip prefix-list core seq 10 permit \textless{}subnet2\textgreater{}/\textless{}mask2\textgreater{} \newline % Row Count 4 (+ 2) router bgp \textless{}Customer ASN\textgreater{} \newline % Row Count 5 (+ 1) bgp router-id \textless{}lo0 ip addr\textgreater{} \newline % Row Count 6 (+ 1) aggregate-address \textless{}aggr subnet\textgreater{} \textless{}mask\textgreater{} summary-only \newline % Row Count 8 (+ 2) {[}default-information originate{]} \newline % Row Count 9 (+ 1) {[}redistribute ospf \textless{}x\textgreater{} {[}match internal external 1 external 2{]}{]} \newline % Row Count 11 (+ 2) neighbor \textless{}SP IP\textgreater{} remote-as \textless{}SP ASN\textgreater{} \newline % Row Count 12 (+ 1) neighbor \textless{}SP IP\textgreater{} {[}prefix-list core out{]} \newline % Row Count 13 (+ 1) neighbor \textless{}iBGP Peer IP\textgreater{} remote-as \textless{}Customer ASN\textgreater{} \newline % Row Count 14 (+ 1) neighbor \textless{}iBGP Peer IP\textgreater{} update-source Loopback0 \newline % Row Count 15 (+ 1) neighbor \textless{}iBGP Peer IP\textgreater{} next-hop-self \newline % Row Count 16 (+ 1) router ospf \textless{}x\textgreater{} \newline % Row Count 17 (+ 1) {[}default-information originate{]} \newline % Row Count 18 (+ 1) {[}redistribute bgp \textless{}Customer ASN \textgreater{} {[}metric-type 1{]} subnets{]}% Row Count 20 (+ 2) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{BGP - IPV4 - Customer with EIGRP}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{router bgp \textless{}local ASN\textgreater{} \newline % Row Count 1 (+ 1) redistribute eigrp \textless{}x\textgreater{} \newline % Row Count 2 (+ 1) router eigrp \textless{}name\textgreater{} \newline % Row Count 3 (+ 1) address-family ipv4 autonomous-system \textless{}x\textgreater{} \newline % Row Count 4 (+ 1) topology base \newline % Row Count 5 (+ 1) redistribute bgp \textless{}local ASN\textgreater{} metric 10000 100 255 1 1500% Row Count 7 (+ 2) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{OSPF - BGP - EIRGP Redistribution}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Customer 1: \newline % Row Count 1 (+ 1) router ospf \textless{}x\textgreater{} \newline % Row Count 2 (+ 1) redistribute bgp \textless{}Customer 1 ASN\textgreater{} metric-type 1 subnets \newline % Row Count 4 (+ 2) network \textless{}lo0 IP\textgreater{} \newline % Row Count 5 (+ 1) network \textless{}Customer 1 subnet\textgreater{} \textless{}wild card\textgreater{} \newline % Row Count 6 (+ 1) ip prefix-list \textless{}name\textgreater{} seq 5 permit \textless{}Customer 1 summary\textgreater{}/\textless{}prefix-length\textgreater{} \newline % Row Count 8 (+ 2) ip prefix-list \textless{}name\textgreater{} seq 10 permit \textless{}Customer 1 subnet\textgreater{}/\textless{}prefix length\textgreater{} \newline % Row Count 10 (+ 2) router bgp \textless{}Customer 1 ASN\textgreater{} \newline % Row Count 11 (+ 1) bgp router-id \newline % Row Count 12 (+ 1) aggregate-address \textless{}Customer 1 summary\textgreater{} \textless{}mask\textgreater{} \newline % Row Count 13 (+ 1) network \textless{}Customer 1 subnet\textgreater{} \textless{}wild card\textgreater{} \newline % Row Count 14 (+ 1) neighbor \textless{}Customer 2\textgreater{} remote-as \textless{}Customer 2 ASN\textgreater{} \newline % Row Count 15 (+ 1) neighbor \textless{}Customer 2\textgreater{} prefix-list \textless{}name\textgreater{} out \newline % Row Count 16 (+ 1) -{}-{}- \newline % Row Count 17 (+ 1) Customer 2: \newline % Row Count 18 (+ 1) router eigrp \textless{}name\textgreater{} \newline % Row Count 19 (+ 1) address-family ipv4 unicast autonomous-system \textless{}x\textgreater{} \newline % Row Count 20 (+ 1) topology base \newline % Row Count 21 (+ 1) redistribute bgp \textless{}Customer 2 ASN\textgreater{} metric 10000 100 255 1 1500 \newline % Row Count 23 (+ 2) exit \newline % Row Count 24 (+ 1) network \textless{}lo0 IP\textgreater{} \newline % Row Count 25 (+ 1) network \textless{}Customer 2 subnet\textgreater{} \textless{}wild card\textgreater{} \newline % Row Count 26 (+ 1) ip prefix-list \textless{}name\textgreater{} seq 5 permit \textless{}Customer 2 summary\textgreater{}/\textless{}prefix length\textgreater{} \newline % Row Count 28 (+ 2) ip prefix-list \textless{}name\textgreater{} seq 10 permit \textless{}Customer 2 subnet\textgreater{}/\textless{}prefix length\textgreater{} \newline % Row Count 30 (+ 2) } \tn \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{OSPF - BGP - EIRGP Redistribution (cont)}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{router bgp \textless{}Customer 2 ASN\textgreater{} \newline % Row Count 1 (+ 1) bgp router-id \textless{}lo0 IP\textgreater{} \newline % Row Count 2 (+ 1) aggregate-address \textless{}Customer 2 summary\textgreater{} \textless{}mask\textgreater{} \newline % Row Count 3 (+ 1) network \textless{}Customer 2 subnet\textgreater{} mask \textless{}mask\textgreater{} \newline % Row Count 4 (+ 1) neighbor \textless{}Customer 2 IP\textgreater{} remote-as \textless{}Customer 2 ASN\textgreater{} \newline % Row Count 6 (+ 2) neighbor \textless{}Customer 2 IP\textgreater{} prefix-list \textless{}name\textgreater{} out% Row Count 7 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{MPLS VPNV4}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{mpls label protocol ldp \newline % Row Count 1 (+ 1) mpls ldp router-id lo0 \newline % Row Count 2 (+ 1) ! OSPF \newline % Row Count 3 (+ 1) router ospf \textless{}x\textgreater{} \newline % Row Count 4 (+ 1) mpls ldp autoconfig area 0 \newline % Row Count 5 (+ 1) ! EIGRP \newline % Row Count 6 (+ 1) int \textless{}m/n\textgreater{} \newline % Row Count 7 (+ 1) mpls ip \newline % Row Count 8 (+ 1) ! P router - Route Reflector \newline % Row Count 9 (+ 1) router bgp \textless{}y\textgreater{} \newline % Row Count 10 (+ 1) neighbor \textless{}RR client\textgreater{} remote-as \textless{}SP ASN\textgreater{} \newline % Row Count 11 (+ 1) neighbor \textless{}RR client\textgreater{} update-source lo0 \newline % Row Count 12 (+ 1) address-family vpnv4 \newline % Row Count 13 (+ 1) neighbor \textless{}RR client\textgreater{} activate \newline % Row Count 14 (+ 1) neighbor IBGP route-reflector-client \newline % Row Count 15 (+ 1) ! PE router - Route Reflector Client \newline % Row Count 16 (+ 1) ip vrf \textless{}Customer VRF\textgreater{} \newline % Row Count 17 (+ 1) rd \textless{}Customer ASN:site no\textgreater{} \newline % Row Count 18 (+ 1) route-target export site no:site no \newline % Row Count 19 (+ 1) int \textless{}edge int\textgreater{} \newline % Row Count 20 (+ 1) ip vrf forwarding \textless{}Customer VRF\textgreater{} \newline % Row Count 21 (+ 1) ip address \textless{}addr\textgreater{} \textless{}mask\textgreater{} \newline % Row Count 22 (+ 1) router bgp \textless{}y\textgreater{} \newline % Row Count 23 (+ 1) no bgp default ipv4-unicast \newline % Row Count 24 (+ 1) neighbor \textless{}SP IPv4\textgreater{} remote-as \textless{}SP ASN\textgreater{} \newline % Row Count 25 (+ 1) neighbor \textless{}SP IPv4\textgreater{} update-source lo0 \newline % Row Count 26 (+ 1) ! \newline % Row Count 27 (+ 1) address-family vpnv4 \newline % Row Count 28 (+ 1) neighbor \textless{}RR\textgreater{} activate \newline % Row Count 29 (+ 1) no neighbor \textless{}CE IP\textgreater{} \newline % Row Count 30 (+ 1) } \tn \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{MPLS VPNV4 (cont)}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{! Customer VRF \newline % Row Count 1 (+ 1) address-family ipv4 vrf \textless{}Customer VRF\textgreater{} \newline % Row Count 2 (+ 1) neighbor \textless{}CE IP\textgreater{} remote-as \textless{}Customer ASN\textgreater{} \newline % Row Count 3 (+ 1) neighbor \textless{}CE IP\textgreater{} activate \newline % Row Count 4 (+ 1) {[}neighbor \textless{}CE IP\textgreater{} as-override{]} \newline % Row Count 5 (+ 1) {[}neighbor \textless{}CE IP\textgreater{} local-as \textless{}old ASN no\textgreater{}{]} \newline % Row Count 6 (+ 1) neighbor \textless{}CE IP\textgreater{} soo \textless{}Customer ASN:site no\textgreater{} \newline % Row Count 7 (+ 1) ! Global VRF \newline % Row Count 8 (+ 1) address-family ipv4 \newline % Row Count 9 (+ 1) neighbor \textless{}SP IPv4\textgreater{} activate \newline % Row Count 10 (+ 1) neighbor \textless{}SP IPv4\textgreater{} next-hop-self \newline % Row Count 11 (+ 1) ! CE router \newline % Row Count 12 (+ 1) ip prefix-list \textless{}name\textgreater{} deny \textless{}subnet\textgreater{}/\textless{}prefix length\textgreater{} \newline % Row Count 14 (+ 2) ip prefix-list \textless{}name\textgreater{} permit 0.0.0.0/0 le 32 \newline % Row Count 15 (+ 1) router bgp \textless{}Customer ASN\textgreater{} \newline % Row Count 16 (+ 1) neighbor \textless{}PE IP\textgreater{} remote-as \textless{}SP ASN\textgreater{} \newline % Row Count 17 (+ 1) neighbor \textless{}PE IP\textgreater{} prefix-list \textless{}name\textgreater{} out% Row Count 18 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}