Personal notes for learning CCNA topics. Originally intended to be Networking in general but since the CCNA certification is widely accepted as the go-to for Networking fundamentals I decided to stick to its program.
The following are the icons used in most of the diagrams for this repo:
The following is a compilation of all the CLI commands used throught these notes:
# Clone this repo - https://github.com/laaraujo/ccna-notes
git clone git@github.com:laaraujo/ccna-notes.git
# Install pre-commit - https://pre-commit.com/
pip install pre-commit
# Install markdownlint-cli - https://github.com/igorshubovych/markdownlint-cli
npm install -g markdownlint-cli
# Setup pre-commit hooks
pre-commit install