This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# WARNING: still does not match against the usb. Needs to be further debugged with other pojects to find out what is wrong | |
VENDOR_ID_HEX=0xB27 | |
VENDOR_ID_DEC=2855 | |
PRODUCT_ID_HEX=0x603 | |
PRODUCT_ID_DEC=1539 | |
# Find your device IDs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ $# -ne 4 -a $# -ne 3 ]; then | |
echo "Wrong arguments" | |
echo "./client.sh <left_neighbor_ip> <left_neighbor_port> <clients> [right_neighbor_port]" | |
exit 1 | |
fi | |
SPEEDS=(20 40 60 80 100 128) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\begin{center} | |
\begin{tcolorbox}[text width=1cm,halign=center] | |
\section*{CCNA1} | |
\end{tcolorbox} | |
\end{center} | |
\subsection*{Basics} | |
\#hostname <name> \\ | |
\#banner motd d <text\ldots> d \\ | |
(config)\#no ip domain-lookup\\ | |
(config-if)\#descr <text\ldots>\\ |