Jeremy's IT Lab: CCNA Course - Lesson 6 - Ethernet LAN Switching Deep Dive
Introduction
- Sixth lesson in the series.
- Focus on Ethernet LAN switching, building upon previous lessons.
- Key tools: Anki flashcards and a quiz are available.
Key Topics
Ethernet Frames
- Components:
- Ethernet header (Destination, Source, Type fields) - 18 bytes.
- Minimum Ethernet frame size: 64 bytes including payload.
- Minimum payload size: 46 bytes.
- Padding is added if payload < 46 bytes (filled with zeros).
Network Topology
- Network setup:
- PCs with new MAC addresses.
- Interfaces changed to Gigabit Ethernet (G0-0, G0-1, G0-2).
- IP addresses used for context (PC1: 192.168.1.1, PC2: 192.168.1.2, etc.).
Address Resolution Protocol (ARP)
- Purpose: Discover MAC address from a known IP address.
- Process:
- ARP Request: Broadcasted to all hosts in the network (destination MAC: FFFF.FFFF.FFFF).
- ARP Reply: Unicast to the requesting device with the discovered MAC address.
- Network Flow Example:
- PC1 sends ARP request, other PCs ignore unless IP matches.
- PC3 responds with ARP reply containing its MAC address.
MAC Address Tables
- Dynamic MAC Addresses: Learned automatically and stored in the MAC address table.
- Commands:
SHOW MAC ADDRESS-TABLE to view.
CLEAR MAC ADDRESS-TABLE DYNAMIC to remove entries.
- Options to clear specific entries or interfaces.
- Aging: Dynamic addresses removed if inactive for 5 minutes.
Ping Utility
- Purpose: Test network reachability between hosts.
- Process:
- ICMP Echo Request/Reply: Used to test connectivity.
- Requires ARP to resolve MAC addresses before sending.
- Command:
ping [IP address].
- Example: Sending 5 ICMP echo requests, outputs success rate and round-trip times.
Tools and Software
- GNS3 vs Packet Tracer:
- GNS3 uses real Cisco IOS; Packet Tracer is a simulator.
- Wireshark integration for packet capturing.
- Packet Tracer Labs: Recommended for hands-on practice.
Quiz Questions Recap
- Padding Bytes: Explanation of zeros in Ethernet payload.
- ARP Requests: Sent as broadcast.
- MAC Address Table Fields: VLAN, MAC address, type, ports.
- Frame Types Flooded by Switches: Broadcast and unknown unicast.
- Clearing MAC Address Table: Specific commands for dynamic entries removal.
Conclusion
- Supplementary Materials: Anki flashcards, practice labs in Packet Tracer.
- Encouragement to subscribe, like, and share the channels and videos.
Additional Resources
- Brave Browser Tips: Accepts BAT tokens.
- Links for Contributions in the description.
This lesson provided a deep dive into Ethernet LAN switching, ARP, and related networking concepts critical for the CCNA exam. Make sure to review these notes and engage with additional study tools provided.