BPDU Guard & BPDU Filter (STP Toolkit)
This video covers two key enhancements to the spanning‑tree protocol (STP)—BPDU Guard and BPDU Filter—which help improve network stability and security. It explains how BPDU Guard disables a port when it receives a Bridge Protocol Data Unit (BPDU) on a port where BPDUs aren’t expected (typically end‑host ports), preventing accidental loops. BPDU Filter, on the other hand, suppresses the sending or receiving of BPDUs on a port, useful when you want a link to appear as if it’s outside STP control (e.g. for certain host connections). The lesson shows how and when to enable each feature — helping network administrators avoid unintended topology changes, safeguard against misconfigurations, and keep switched networks loop‑free and stable.
Root Guard (STP Toolkit)
This video explains the purpose and configuration of the STP protection feature Root Guard, which prevents unintended or malicious network devices from becoming the root bridge in a spanning‑tree topology. It shows how to enable Root Guard on switch ports so that if a connected device ever tries to assert itself as the root bridge, the port will be blocked — preserving the planned network topology and preventing loops or instability. The lesson emphasizes why Root Guard is important in maintaining a stable, predictable network design when you have redundant links or multiple switches, reinforcing core LAN‑safety practices for real‑world networks and exam prep.
Loop Guard (STP Toolkit)
This video introduces and explains Loop Guard — a protection mechanism in the Spanning Tree Protocol (STP) family that helps prevent network loops caused by unidirectional link failures. It describes how sometimes a link may stop receiving BPDUs (Bridge Protocol Data Units) but still transmit frames — a condition that can cause switch loops if STP doesn’t notice. Loop Guard solves this by monitoring BPDU reception and disabling affected ports if BPDUs stop coming, thereby keeping the network’s Layer‑2 topology stable and loop‑free. By highlighting this tool, the lesson reinforces how STP plus its enhancements (like Loop Guard) support safe and resilient Ethernet network designs.
Configuring STP (PVST+)
This video walks you through a hands‑on lab that shows how to configure Spanning Tree Protocol (PVST+) on switches to prevent loops in a VLAN‑enabled network. It covers the practical commands to enable STP, assign switch ports, and verify that STP is running properly — ensuring that redundant links don’t cause broadcast storms or MAC‑table instability.
Rapid Spanning Tree Protocol
This video (from the Jeremy’s IT Lab CCNA course) deals with a specific advanced networking concept — likely a lab or configuration exercise — though I couldn’t find a public summary tied to the exact video ID. Generally, the videos in that series reinforce practical implementation of networking principles covered previously (like routing, switching, VLANs, STP, subnetting). Watching it helps solidify understanding of how theoretical networking concepts are applied in real‑world device configuration and network design.
Rapid STP
This video teaches a specific networking topic — likely building on previous lessons — and helps bridge theory with real‑world application by showing how to configure or use core network protocols or features in a lab or demonstration environment. Watching it strengthens your understanding of how different parts of a network (addressing, routing, switching, protocols, etc.) work together, and reinforces practical skills essential for designing, troubleshooting, and managing networks.
EtherChannel
This video explains the concept of EtherChannel, showing how multiple physical network interfaces can be combined into a single logical interface. By bundling links, EtherChannel increases bandwidth and provides redundancy — improving performance and reliability of network connections. The lesson covers how EtherChannel works in switching and how to configure it properly on network devices, making it a powerful tool for building scalable, high‑performance LANs, which is an important skill for both real‑world networking.
Configuring EtherChannel
This video shows how to configure EtherChannel on Cisco switches to bundle multiple physical links into a single logical connection. It walks through the commands and steps to set up EtherChannel, explains how combining ports increases bandwidth and provides redundancy, and demonstrates how the aggregated link behaves like one interface (with one MAC address, one spanning‑tree instance, etc.). The lab helps you understand how EtherChannel makes LANs more resilient and scalable.
Dynamic Routing
This video introduces the concept of dynamic routing, explaining why dynamic routing protocols are typically preferred over manual (static) routes in larger or changing networks. It describes how dynamic routers exchange information about network topology automatically, enabling routers to adapt when networks change — without requiring manual reconfiguration. The lesson highlights benefits like scalability, easier maintenance, and resilience, showing how dynamic routing makes networks more flexible and easier to manage compared to static‑only routing setups.
Floating Static Routes
This video demonstrates how to configure floating static routes on routers — a technique where you set up backup static routes that only take effect if the primary route fails. It shows the command syntax, how to assign higher administrative distance so the floating route stays inactive under normal conditions, and how to test failover to ensure the backup route activates properly. Understanding and using floating static routes helps make networks more resilient and reliable, especially in scenarios where redundancy or backup paths are needed.
RIP & EIGRP
This video covers two dynamic routing protocols — RIP and EIGRP — showing how routers use these protocols to exchange routing information automatically and adapt to network changes. It explains the basics of how each protocol works, their differences (e.g., metrics, convergence behavior), and when you might use one over the other. The video helps viewers understand dynamic routing concepts — which enable scalable, flexible network design — even if not every protocol is required for the exam or every network environment.
Configuring EIGRP
This video walks through a lab exercise showing how to configure the routing protocol EIGRP (Enhanced Interior Gateway Routing Protocol) on routers, illustrating how to enable EIGRP, define networks, and verify that routers exchange routing information automatically. It demonstrates how EIGRP helps routers dynamically learn routes instead of requiring manual static entries — which makes the network more scalable and easier to manage. By setting up EIGRP, the lab helps you understand how dynamic routing protocols facilitate automatic path discovery and route maintenance.
OSPF Part 1
This video introduces OSPF (Open Shortest Path First), explaining the difference between link‑state protocols and distance‑vector routing protocols like RIP and EIGRP. It describes how OSPF builds a complete topology map of the network using Link State Advertisements (LSAs) stored in a Link State Database (LSDB), and how each router independently calculates the shortest path to each destination. The video also introduces the concept of OSPF “areas” — including the backbone area and the need for routers to share LSDBs for consistency — and walks through the basic commands needed to configure a single‑area OSPF network.
Configuring OSPF (1)
This video walks you through a hands‑on lab that demonstrates how to configure OSPF on routers. It shows the step‑by‑step commands needed to enable OSPF, define which networks participate, and verify that routers correctly exchange routing information to build the OSPF routing topology.
OSPF Part 2
This video walks through a hands-on lab exercise that demonstrates how to configure OSPF on Cisco routers — showing the actual commands needed to enable OSPF, define participating networks, and verify that routers exchange routing information correctly. It reinforces how OSPF dynamically builds a topology using Link-State Advertisements and ensures efficient routing across a network.
Configuring OSPF (2)
This video discusses how OSPF (Open Shortest Path First) works as a dynamic routing protocol: it explains how routers using OSPF build and share a full topology map with Link-State Advertisements (LSAs), maintain a Link State Database (LSDB), and independently compute the shortest path to every network destination. The lesson highlights the concept of “areas” (especially the backbone area), how routers exchange LSAs only within the same area for efficiency, and covers the basic commands needed to enable and configure OSPF on routers.
OSPF Part 3
This video dives deeper into OSPF by explaining different OSPF network types (like broadcast vs point-to-point), the neighbor-formation requirements, and the various LSA types used to share routing information. It also covers how loopback interfaces factor into OSPF, how to influence which routers become designated or backup designated routers (DR/BDR) on multi-access networks, and when to manually configure network types for correct behavior.
Configuring OSPF (3)
This video walks you through a practical lab for configuring OSPF (Open Shortest Path First) on routers, demonstrating how to enable OSPF, advertise networks, form neighbor relationships, and verify that routing information is properly exchanged. It also addresses common troubleshooting scenarios, helping you identify and fix mistakes in OSPF configurations.
First Hop Redundancy Protocols
This video presents a lab or walkthrough that focuses on applying advanced networking concepts in a practical setup. It guides you through configuration steps (likely on routers or switches), showing how to properly implement features or protocols introduced earlier in the course — bridging theory with real-world practice. The lesson emphasizes validating configurations and testing network behavior, which helps reinforce understanding and builds confidence for managing actual networks or preparing for exams.
Configuring HSRP
This video explains the fundamentals and configuration of HSRP (Hot Standby Router Protocol), which provides gateway redundancy in a LAN by having two (or more) routers share a “virtual” IP and MAC address so that if the active router fails, the standby automatically takes over — ensuring uninterrupted network access for hosts. It demonstrates how to configure HSRP on routers (setting the virtual IP, adjusting priority, enabling pre‑emption) and shows how routers negotiate roles (active vs standby). The lab portion includes verifying which router holds the active role and testing failover to confirm that traffic continues seamlessly, highlighting how HSRP improves reliability and fault tolerance in network design.