
Explore dynamic routing protocols by examining RIP, RIPng, and EIGRP, with hands-on basic operations, configuration, troubleshooting, and real-world case studies.
Explore basic operations of RIP version 1, a distance-vector routing protocol, including message formats, timers, and input processing for request and response, and discuss its limitations.
Explore RIP version 1, a classful distance-vector protocol that lacks subnet masks, uses hop count as metric, uses UDP port 524, and supports 15 hops with 16 as infinity.
Configure rip version 1 across a three-router network simulator, assigning ip addresses on interfaces and verifying connectivity. Note rip limits: 25 prefixes and max hop 15.
Examine rip version 1 limitations like count to infinity and routing loops that waste bandwidth, and compare to rip version 2's hybrid design, classless routing, multicast updates, and authentication.
Understand why ripng extends rip v2 to provide IPv6 support, review v4 versus v6 message formats, and explore hands-on IPv6 routing configuration and troubleshooting.
Develop practical rip troubleshooting skills using ping, traceroute, show ip rip database, show run | section rip, and debug ip rip, plus wireshark packet capture in a three-router lab.
Explore practical RIP troubleshooting by verifying IP addresses and interfaces, using debug commands and packet capture to observe updates every 30 seconds over UDP 520 multicast.
Configure three ISP routers connected through an internet cloud to empower a home PC with internet access, verify routing updates, and test connectivity with pings.
Explore the extended interior gateway protocol, a Cisco proprietary dynamic routing protocol that blends distance-vector and link-state features, with key contrasts to RIP and practical configuration via a simulation tool.
Configure three routers with ip addresses on interfaces and loopbacks, enable eigrp with a single autonomous system, advertise the networks, and verify reachability with ping.
Troubleshoot an EIGRP network by restoring reachability among three routers, fixing a down interface and a mismatched subnet to reestablish neighbor adjacency.
Explore an EIGRP case study that interconnects Tokyo, Mumbai, and New York offices using routers 1, 2, and 7, configuring IP networks and network statements, and verifying routing topology.
Explore the EIGRP case study part 2: configure routers across Mumbai, Tokyo, and New York, establish EIGRP neighbors, and verify end-to-end reachability while integrating an internet cloud to provide access.
Explore an EIGRP case study that configures a real-time IP setup, tests connectivity, and provides internet access to the account department through a DHCP-enabled interface.
Master the OSPF dynamic routing protocol, a vendor-independent, classless link-state system that uses cost metrics, converges quickly, and scales through hierarchical areas with a backbone area zero.
The lecture explains how OSPF operates, detailing its five packet types, IP protocol 89, hello for neighbors, various LSA types, and how areas and neighbor relationships are established.
Discover how ospf performs neighbor discovery and topology information exchange, then uses the shortest path first algorithm to select routes. Learn about hello packets, convergence, and topology maintenance.
Observe how OSPF neighbor discovery works by exchanging hello packets among four routers, forming adjacencies and sharing topology information. Watch how interface failures affect neighbor status and adjacency up/down.
Explore how OSPF hello packets share neighbor information, including interface data, timers, neighbor lists, and the role of designated and backup designated routers, using packet capture and real router configuration.
Demonstrates how OSPF adjacency forms through hello packets, establishes full neighbor relationships, and propagates topology via the SPF process and LSA databases.
Configure OSPF at interface level across three routers, using a single OSPF process and enabling it on specific interfaces with the IP OSPF process-id area statement, then verify routes.
Explore how adjusting the OSPF hello interval on fast ethernet interfaces affects adjacency and convergence, using IP OSPF debug and practical lab steps to test mismatched hello parameters.
Explore how manipulating OSPF hello and dead intervals affects adjacency and convergence, observe halo packet behavior, and implement passive interfaces to control link participation.
Learn how OSPF router IDs, a 32-bit unique identifier, are chosen and how manual overrides, loopback, and interface IPs affect the ID in OSPF v2 and v3.
Configure interfaces and enable ospf, assign and verify router IDs, and study how manual router-id versus loopback addresses shape neighbor adjacencies and the need to clear ospf process.
Enable OSPF authentication to secure router exchanges, choosing interface-level or area-wide options, with types (no, clear text, MD5) and multiple keys per interface for secure migrations.
Enable OSPF authentication across interface and process levels, configure MD5 keys, and manage multiple keys without affecting traffic to secure neighbor relationships.
Explore OSPF's finite state machine from neighbor discovery to full adjacency, detailing the eight states, hello packet exchanges, designated router and backup designated router elections, and database descriptor exchanges.
Explore the OSPF finite state machine in a hands-on lab, observe hello packets and adjacency formation between two routers, and verify the FSM transitions from down to full.
OSPF cost is determined by interface bandwidth, with a 100 Mbps reference bandwidth; when costs tie, the path with the highest interface IP address wins.
Explore how to manipulate OSPF cost to steer traffic in a four-router network by adjusting the router2-to-router4 cost and the router3-to-router4 cost, updating both ends with ip ospf cost.
Manipulate the OSPF cost across routers to trigger SPF recalculation and observe changes in the route chosen as you adjust the reference bandwidth.
Explore gathering neighbor information, forming OSPF topology, and re-evaluating SPF as links change, through lab-driven commands such as show ip ospf neighbor, show ip ospf database, and show ip route.
Identify inter-router links and /24 networks from the OSPF database to map the router topology and verify how SPF (shortest path first) determines routes through exit interfaces.
Learn how OSPF network types determine interface behavior, with a focus on broadcast networks: multicast discovery, DR/BDR election, and the impact on hello intervals, using a three-router lab.
Explain non broadcast network types in OSPF, showing how unicast delivery and no multicast require manual neighbor configuration with neighbor IP, ip ospf network non-broadcast, and DR/BDR election.
Troubleshoot OSPF on non-broadcast networks by configuring manual neighbors, observing hello packets, and achieving full adjacency through neighbor statements, network statements, and the shift from multicast to unicast hello.
demonstrates point-to-point ospf networks on serial links, emphasizing multicast hello, dynamic neighbor discovery, and the non-support of R and B actions, with hello intervals of 10 and 40 seconds.
Learn how point-to-multipoint OSPF networks rely on multicast for dynamic neighbor discovery, avoid dr/bdr elections, and use network statements for auto-allocation, demonstrated with a hands-on lab.
Explore point-to-multipoint non broadcast in OSPF, where routers use unicast hello, no multicast, and require manual neighbor configuration; verify with a lab demo.
Master ospf network types, including point-to-multipoint non broadcast, unicast hello packets, and the absence of dr/bdr, with verification steps and default hello intervals.
Explore the OSPF interface state machine, from down to waiting to designated router and backup designated router, with practical lab troubleshooting and commands like show ip ospf interface brief.
Learn how OSPF interface state machines govern neighbor adjacency, including DR/BDR elections, loopback and point-to-point networks, and how hello packets establish adjacencies across multiple links.
Explore OSPF neighbor discovery through the finite state machine, outlining the eight states from down to full and the roles of DR/BDR, master/slave exchange, and LSA synchronization.
Explore the five OSPF packet types—hello packet, database description, link state request, link state update, and link state acknowledgment—and how they establish adjacencies, synchronize databases, and exchange LSAs.
Explore how link state requests (LSR) solicit LSAs, how LSAs describe router and network links in OSPF, and how LSU and LSAck packets flood and acknowledge updates.
Learn how OSPF uses a finite state machine to form neighbor adjacencies across eight states—from down to full—covering hello exchanges, master–slave synchronization, and database descriptor exchanges in a two-router lab.
Explore the OSPF finite state machine, from down to full, with neighbor discovery, database descriptor exchange, and DR/BDR election. Understand topology information and how the shortest path is calculated.
OSPF link-state database stores router-learned addresses to form the area topology and compute shortest paths through LSAs, while ensuring identical databases across all routers.
Explore OSPF router LSA types and their field details, including link data, LSA header, and how areas flood router LSA within OSPF version 2.
Explain how type two network lsa describes multi-access networks in ospf, including designated router, attached routers, link state ids, and subnet masks, and contrast with type three network summary lsas.
Explains OSPF type four, the ASBR or autonomous system boundary router, which communicates between different protocols and floods between area zero and non-backbone areas.
Explore ospf packet format and lsa fields, including type four, type three, and router id. Learn to configure area zero and area two with an asbr and external ospf.
Learn to configure and verify multi-area OSPF, observe LSA types, ABR, and redistribution that advertise prefixes from router six to reach router ten.
Troubleshoot ospf routing on routers six, seven, and eight while validating external summary lsas and type four lsas, and redistributing ospf on router ten.
Examine the OSPF type five external LSA, which advertises destinations outside the OSPF domain and floods into non-stub areas, with fields like external metric, forwarding address, and advertising router.
Explore OSPF area types, including standard and backbone areas and area zero, and learn how stub areas address scalability with a default route.
This lecture shows how standard OSPF areas can choke with many routes, and how stub areas summarize external routes to a default 0.0.0.0, with four types and essential commands.
Demonstrates configuring OSPF stub areas by converting non-backbone links and summarizing external routes. Verifies changes with show ip ospf database and notes that backbone cannot be configured as a stub.
Troubleshoot OSPF reachability by examining neighbors, debugging packets, and verifying routes in a directly connected network while exploring the first type of stub area and default route advertisement.
Configure OSPF totally stubby areas to stop external routes and summarize them to a default route, with ABRs removing type three, four, and five LSAs.
Explore OSPF NSSA and totally not-so-stubby area concepts, including handling external routes with type 7 LSAs and removing type 4/5 LSAs with no-summary and redistribution.
Configure and verify an NSSA area in OSPF to summarize external and internal routes to a default route across the domain.
Explore how OSPF uses virtual links to connect non-backbone areas to the backbone. Learn to configure and verify virtual links, including show ip ospf virtual-links and unicast encapsulation.
Learn how to establish OSPF virtual links to connect non-backbone areas to the backbone, configure transit areas, verify with show ip ospf virtual-links, and ensure full routing.
Explore inter-area and external route summarization in OSPF, learn why manual summarization reduces routing table size and flooding, and configure with the area range IP address mask prefixes.
Learn to implement OSPF inter-area route summarization on the ABR to collapse area four prefixes into a summary, reducing the routing table and link-state database, with not advertise option.
Explore external route summarization in OSPF, summarizing external type five LSAs redistributed into area zero, ensuring contiguous ranges to avoid overlaps, using summary-address with advertise and tag in a lab.
Implement intra-area ospf route filtering by controlling propagation between the link-state database and the routing table, using distribute-list or prefix-list to selectively deny routes.
Explore configuring intra-area route filtering in OSPF using the summary-address command to block specific IPs or subnets, verify with ping and trace, and observe reduced route advertisements.
Master intra area route filtering in OSPF by applying area range and prefix lists to block routes learned within the same area, while understanding inter-area filtering and no advertise options.
Train to troubleshoot OSPF by diagnosing transport and adjacency problems, topology mismatches, and routing filters, with hands-on lab demonstrations and key commands.
Troubleshoot an OSPF lab to verify routing across multiple areas and external routes, and fix a misconfigured IP between routers four and two for full reachability.
Develop an OSPF-based, next-generation network design for ABC Corporation Ltd with Cisco routers, dual stack IPv4/IPv6, data center and storage, and three branches in New York, London, and Bangalore.
Design a multi-branch ABC Corporation Limited network with New York, Bangalore, and London connected via center and cloud, implementing ospf with New York as area zero and no Bangalore-London links.
Define the ip address schema for abc corporation and configure ospf by area zero, assign interfaces and loopback addresses, and restrict access to the application server.
Configure loopback and fast ethernet interfaces with specific IP addresses across London, Bangalore, and New York routers, verify reachability, and save the configuration to establish inter-network connectivity.
Explain how to configure ospf on multiple routers across London and Bangalore, assign interfaces to area 0, 1, and 2, and verify routes.
The lecture demonstrates configuring OSPF in area zero across London, Bangalore, and Internet routers, validating neighbor relationships, route reachability, and saving the updated OSPF configuration.
Welcome to the course on Dynamic Routing Protocols in IT Networks! This comprehensive training program is designed to equip you with the knowledge and skills needed to understand, configure, and troubleshoot dynamic routing protocols commonly used in IT environments.
In this course, you will explore two key dynamic routing protocols: RIP (Routing Information Protocol) and EIGRP (Enhanced Interior Gateway Routing Protocol), along with a deep dive into OSPF (Open Shortest Path First). Through a series of lectures, demonstrations, and hands-on exercises, you will gain practical insights into the operation, configuration, and optimization of these protocols.
Whether you're a beginner looking to understand the basics of dynamic routing or an experienced IT professional seeking to enhance your networking skills, this course will provide you with the foundational knowledge and practical expertise to excel in managing routing protocols in IT networks.
Join us on this learning journey and unlock the power of dynamic routing protocols to optimize network performance and reliability in IT environments. Let's get started!
Section 1: Dynamic Routing Protocols RIP and EIGRP
In this section, students will delve into the fundamentals of dynamic routing protocols, focusing on RIP (Routing Information Protocol) and EIGRP (Enhanced Interior Gateway Routing Protocol). They will begin with an introduction to dynamic routing protocols, understanding their basic operations and the class-full protocol concept. Configuration of RIP will be covered, along with its limitations and advantages over RIPv2. Students will also learn troubleshooting techniques for RIP, including a case study. Following that, the course will transition to EIGRP, covering its introduction, basic configuration, troubleshooting methods, and a comprehensive case study divided into multiple parts.
Section 2: Dynamic Routing OSPF
This section shifts the focus to OSPF (Open Shortest Path First), another dynamic routing protocol widely used in IT networks. Students will explore the architecture and functionality of OSPF, including its support, operation, and neighbor discovery mechanisms. They will learn how to implement OSPF processes at the interface level, manipulate hello and dead intervals, configure router IDs, and authenticate OSPF sessions. Additionally, the course will cover OSPF network types, interface state machines, packet types, and OSPF area types, including standard areas, stub areas, NSSA areas, and virtual links. Through a series of labs and case studies, students will gain practical experience in OSPF configuration, route summarization, and troubleshooting.
Overall, this course provides a comprehensive understanding of dynamic routing protocols, equipping students with the knowledge and skills necessary to configure, manage, and troubleshoot RIP, EIGRP, and OSPF in IT environments.