Personal notes for learning CCNA topics.
- Network Devices
- Interfaces and Cables
- OSI model and TCP/IP suite
- Intro to Cisco IOS CLI
- Ethernet LAN Switching
- IPv4 Addressing
- Switch Interfaces
- Routing
The following are the icons used in most of the diagrams for this repo:
- CCNA Course from Jeremy's IT Lab
# 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