
Introduces dynamic routing protocols with EIGRP as a hybrid distance-vector and link-state protocol using dual/diffusing update algorithms; covers multicast updates, administrative distance, load balancing, and summarization concepts for IPv4/IPv6.
Learn basic eigrp configuration: match as numbers, ensure non-passive interfaces, same subnet and authentication, and configure neighbor relationships with network commands and wildcard or mask options.
Explore how EIGRP maintains neighbor table, topology table, and routing table to select the best and backup routes, with timers, sequence numbers, and metric.
Explore eigrp metric calculation theory and lab, highlighting k1 bandwidth and k3 delay, with default k2, k4, k5 disabled and metric derived from min bandwidth and total delay.
Explore EIGRP routing protocols through five packet types—hello, update, query, reply, and acknowledgment—that neighbors use for discovery, indicating changes, requesting and sharing routing information, with multicast and unicast behavior.
This lecture demonstrates EIGRP path selection optimization by adjusting bandwidth and delay on interfaces, showing how metric changes steer the best or equal-cost paths.
Explore EIGRP terminologies, including advertised distance, reported distance, and feasible distance, and learn how to identify the successor and feasible successor using visible and physical distances.
Explore how EIGRP auto and manual summarization work, their advantages and drawbacks, and how to configure and verify manual summarization with ip summary-address to reduce routing table size and bandwidth.
Explore how EIGRP enables equal cost load balancing across multiple links, verify with show ip route eigrp, and adjust maximum-paths to control traffic sharing and route selection.
explain how eigrp supports unequal cost load balancing by using the variance command to multiply route metrics, enabling multiple unequal paths such as ethernet and serial to reach a destination.
this lecture demonstrates how eigrp can enter stuck in active when a neighbor fails to reply to queries, prompting topology-table updates and neighbor queries, with lab scenarios and timers.
Explore EIGRP classic mode versus named mode, detailing where to configure settings. Named mode centralizes commands under address family, simplifying authentication, timers, metrics, and interface options.
Configure eigrp in classic mode on R1 and named mode on R2, advertise networks, set an autonomous system, and compare configuration scope and authentication options.
Configure eigrp authentication with key chains and md5, creating a key chain and string, applying on interfaces to secure routing updates and prevent unauthorized neighbors.
Understand how EIGRP stubs limit queries, reduce resource use, and improve stability by controlling advertised routes with options such as receive only, connected, static, summary, and league map rules.
Configure and verify EIGRP stubs in a hands-on lab, exploring receive-only, connected-only, static, and summary options, plus redistribute and leak map to control route advertisement among R1, R2, and R3.
Troubleshoot EIGRP by confirming the same autonomous system and k-values, matching authentication, and the neighbor’s subnet and reachable interface, plus common misconfigurations.
Explore essential EIGRP troubleshooting commands to verify neighbors, interfaces, and protocols, and learn how to use debug commands, authentication details, and key chains to diagnose issues.
Engage in a hands-on EIGRP troubleshooting lab to fix interfaces, correct IPs and AS numbers, resolve ACL and metric issues, and restore neighbor adjacency with practical commands.
this eigrp auto-summarization lab tests auto summarization behavior across three routers, reveals issues with networks like 172.16.0.0 and 216.0.0.0, and shows when manual summarization is needed to restore reachability.
Explore how bidirectional forwarding detection (BFD) detects link failures in milliseconds, speeds routing convergence across protocols like OSPF and BGP, and note direct-neighbor requirements and Cisco's lack of demand mode.
Configure and verify bidirectional forwarding detection (bfd) on a two-router lab, observe faster convergence with bfd over udp unicast, and validate interface down and up scenarios using interval settings.
Explore EIGRP OTP (over the top) and how it connects non-directly connected routers without provider involvement, enabling branch connectivity similar to MPLS VPN.
Configure and verify eigrp otp over the top on a four-router lab using name-based otp and ipv4 unicast, advertising networks and confirming reachability via show commands.
Configure a single-AS EIGRP lab across multiple routers, redistributing static routes, forming static and dynamic neighbors, using named mode, route summarization, passive interfaces, load balancing, with verification via ping.
Understand OSPF, a link-state protocol using SPF to compute paths. It uses area-based topology with backbone area, multicast hello exchanges, and supports summarization, authentication, and equal-cost load balancing.
Explore OSPF terminology, including area zero backbone, area border routers, designated and backup designated routers, router ID versus IP address, link state, LSA, and LSDB, plus internal vs ABR concepts.
Explore open shortest path first basic configuration, including process id, wildcard mask, and area setup; ensure neighbors share a subnet, non-passive interfaces, identical area and router id, and authentication.
Explore OSPF's three tables—routing, neighbor, and topology—and learn to view them with show ip ospf neighbor and show ip ospf database, including router ID, area, link ID, and sequence numbers.
Explore how OSPF uses the cost metric to determine the best path, using reference bandwidth and interface bandwidth across Ethernet, Fast Ethernet, and serial links.
Explore how OSPF neighbor adjacencies form through hello exchanges, database descriptor exchanges, and master/slave roles, progressing from down to init to two-way, then loading and full states.
Explore the five OSPF packet types: hello, database description, link state request, link state update, and link state acknowledgement, and how they discover and maintain neighbor adjacencies in area zero.
OSPF router id is a unique 32-bit number used for router identification and neighbor communication; manual router-id takes precedence, otherwise the highest loopback IP, then highest physical IP.
Explore open shortest path first (OSPF) router types, including internal routers, backbone routers, area border routers, area border outer, and autonomous system border routers, and their roles across areas.
Explore how OSFP marks routes in the routing table as intra-area, inter-area, and external types, including E1 and E2, and recognize the default route.
In OSPF broadcast networks, a designated router and backup designated router are elected to manage topology and updates, using the highest priority and router ID as tie-breakers; no preemption.
this lab demonstrates ospf equal-cost load balancing, clarifying that ospf does not support unequal load balancing; it uses multiple equal paths by default, adjustable with the maximum command, including subinterfaces.
Explore how to implement OSPF summarization at ABR and ASBR, using area zero range commands, auto versus manual summarization, and redistribution to external routes for stable, efficient routing.
This lecture explains OSPF path selection when routes come from different areas, detailing the preference order: intra-area, inter-area, external type 1, external type 2, and NSSA options, with cost considerations.
Learn how OSPF hello interval and dead interval govern neighbor relationships across broadcast, non-broadcast, and multipoint networks. Decrease these timers for faster convergence, or use BFD for rapid failure detection.
Explore how to filter OSPF routes using distribute-list and ACLs, comparing exist list, prefix list, and route map approaches, with inbound and outbound filtering.
Explore how ospf network type alters neighbor behavior, hello and dead timers, and designated router roles across broadcast, non-broadcast, point-to-point, and multipoint networks.
Secure the OSPF protocol by configuring authentication: default no authentication, plaintext (type 2), and MD5 (type 3) with a key chain, blocking attackers in lab.
Configure OSPF passive interfaces to stop hello packets and prevent neighbor formation, using per-interface or all-interfaces approaches to secure routing updates.
Explore how OSPF address families unify IPv4 and IPv6 under a single process, and configure them across interfaces, including IPv6 routing, with three methods: standard, interface-based, and address family.
Configure ospf multi-area across area zero, area one and area two using routers r1 through r4, verify neighbor adjacencies and reachability with show ip ospf and ping.
Explore OSPF area types, from backbone area zero to normal, transit, and not so stubby and totally stubby areas, and learn how area division reduces routing overhead.
Configure and verify OSPF normal area across a three-router topology, enabling area zero and area one, redistribute connected subnets to advertise external routes, and validate with show ip OSPF database.
Configure and verify the OSPF stub area to minimize routing table size by converting area one from normal to stub, advertising area zero, and validating with show ip protocols.
Configure and verify a totally stub area in OSPF to minimize routing tables by stopping external and inter-area routes and summarizing to a default route.
Learn how to convert OSPF areas from stub to not so stubby, enable redistribution of external routes, and verify that inter-area and external routes propagate between R1, R2, and R3.
Configure and verify a totally stubby NSSA OSPF area to minimize the routing table. Remove the previous configuration and apply area 1 with no summary to reduce external routes.
Explore configuring OSPF with virtual links to connect non-backbone areas to the backbone area zero using a transit area and router IDs.
Identify OSPF troubleshooting issues for Cisco EIGRP and OSPF training, such as interface status, area mismatches, and authentication problems. Use show and debug commands to verify neighbors, routes, and interfaces.
Troubleshoot OSPF issues across a multi-router topology in a hands-on lab, diagnosing problems with interface states, network advertisements, area mismatches, authentication, ACLs, and router IDs to restore neighbor adjacency.
Administrative distance decides best path when routing protocols disagree on a destination. Lower distances mean more trust; connected interfaces have the smallest value, with ospf, bgp, eigrp, and isis referenced.
This lab demonstrates how administrative distance governs route selection among EIGRP, OSPF, and RIP; by adjusting AD with the distance command, the router chooses the most trusted protocol.
Master Cisco's most widely used Interior Gateway Protocols (IGPs) through practical, real-world labs and become confident in configuring, optimizing, and troubleshooting enterprise routing environments.
This comprehensive course is dedicated to the practical implementation of Open Shortest Path First (OSPF) and Enhanced Interior Gateway Routing Protocol (EIGRP). Whether you're preparing for Cisco certifications such as CCNA, CCNP Enterprise, or simply want to strengthen your enterprise networking skills, this course provides the hands-on experience needed to succeed.
Every topic is explained step by step with detailed theory, live Cisco IOS demonstrations, verification commands, and troubleshooting exercises that simulate real enterprise network scenarios.
What You'll Learn
Understand the fundamentals of dynamic routing protocols
Compare Distance Vector, Link-State, and Hybrid routing protocols
Configure and verify EIGRP for IPv4 networks
Configure both Classic EIGRP and Named EIGRP
Optimize EIGRP performance using advanced features
Configure EIGRP authentication and route summarization
Configure unequal-cost load balancing
Understand the DUAL algorithm and EIGRP topology tables
Configure and troubleshoot OSPFv2 for IPv4
Configure and troubleshoot OSPFv3 for IPv4 and IPv6
Design and configure multi-area OSPF networks
Configure OSPF authentication
Optimize OSPF performance and convergence
Configure Administrative Distance
Configure automatic and manual route summarization
Configure Bidirectional Forwarding Detection (BFD)
Verify routing tables and protocol operation
Interpret routing protocol debug and verification commands
Troubleshoot OSPF and EIGRP neighbor relationships
Resolve common routing problems in enterprise environments
This Course Includes
Step-by-step Cisco IOS configuration
Comprehensive theory lessons
Hands-on routing labs
Real-world enterprise scenarios
Packet flow explanations
Verification and troubleshooting techniques
Configuration best practices
Practical troubleshooting tickets
Downloadable lab files and configurations
Lifetime course updates
Course Curriculum
Introduction to Dynamic Routing Protocols
Routing Fundamentals
EIGRP Concepts and Operation
Classic EIGRP Configuration
Named EIGRP Configuration
EIGRP Metrics and DUAL Algorithm
EIGRP Authentication
Route Summarization
Administrative Distance
Load Balancing
OSPF Fundamentals
OSPF Neighbor Formation
Single-Area OSPF
Multi-Area OSPF
OSPFv2 Configuration
OSPFv3 Configuration
IPv6 Routing with OSPF
OSPF Authentication
Bidirectional Forwarding Detection (BFD)
Routing Verification Commands
Enterprise Troubleshooting Labs
Practical Trouble Tickets
Why Learn OSPF and EIGRP?
OSPF and EIGRP are among the most important routing protocols used in enterprise networks. OSPF is an open-standard link-state protocol deployed by organizations worldwide, while EIGRP remains a powerful Cisco routing protocol known for its rapid convergence, efficient bandwidth utilization, and advanced routing capabilities.
Understanding these technologies is essential for designing, deploying, and troubleshooting enterprise networks and is a key requirement for many networking roles.
The skills you gain in this course are directly applicable to real-world environments and are valuable for careers such as:
Network Engineer
Enterprise Infrastructure Engineer
Network Administrator
Network Support Engineer
Systems Engineer
Cisco Consultant
Technical Support Engineer
Network Operations Center (NOC) Engineer
Who This Course Is For
CCNA candidates
CCNP Enterprise candidates
Network Engineers
Cisco Administrators
Network Support Engineers
IT Professionals working with Cisco networks
Students who want hands-on routing experience
Anyone interested in enterprise routing technologies
Prerequisites
To get the most from this course, you should have:
Basic understanding of networking fundamentals
Familiarity with TCP/IP addressing and subnetting
Basic knowledge of Cisco IOS commands
Experience with Cisco routers is helpful but not required
By the End of This Course
By completing this course, you will confidently configure, verify, optimize, and troubleshoot OSPF and EIGRP in enterprise environments. You will understand how these routing protocols operate, how to design scalable routing solutions, and how to resolve routing issues using proven troubleshooting methodologies.
Whether you're preparing for CCNA, CCNP Enterprise, or enhancing your real-world networking skills, this course provides the practical experience and technical knowledge needed to become a more capable Cisco network engineer.