
Explore how WAN connectivity links branch offices to the LAN through service-provider leased lines, ISDN and frame relay, CSU/DSU modems, and multiplexed links, including back-to-back lab setups.
Learn the rules for assigning IP addresses: assign IPs per interface, keep LANs on unique networks, avoid repeating networks across sites, and ensure connected interfaces share the same network.
Design a topology, connect devices with appropriate cables, and configure and verify IP addresses on interfaces, including default gateways, to test LAN connectivity.
Verify interface status with basic connectivity commands, and diagnose causes when the status is not up and up, including administratively down, power, cable, or encapsulation mismatches.
Explain how HDLC and PPP wan protocols encapsulate data, support authentication and compression, and ensure reliable serial link connections between devices with matching configurations.
Explore PPP authentication methods, including PAP and CHAP, and learn to configure authentication on interfaces so a link comes up only after successful username/password verification or hash-based authentication.
Explore how routing forwards packets between networks, comparing static and dynamic routing, and learn how default routing and routing tables help determine the best path with help from routing protocols.
learn static routing by manually configuring routes as an administrator, comparing possible paths from A to B, and recognizing its limited scalability for large networks compared to dynamic routing.
Learn to configure static routes by manually specifying destination networks and next-hop addresses, verify routing tables, ensure interfaces are up, and test connectivity with tracer.
Explore static routing across a three-router lab, configuring multiple networks, interfaces, and next-hop paths; verify connectivity and understand the scalability drawbacks of static routing.
Build the routing table by validating next hops and reachability, applying the longest prefix match, and using administrative distance and metrics to select routes, including static routes.
Understand how routing lookup selects the next hop using the gateway and default gateway, examines the routing table, and forwards packets between networks, while troubleshooting missing entries.
Learn how default routing uses a static default route to reach the internet when the routing table lacks a match, forwarding unknown destinations to the ISP via the next hop.
Configure and verify floating default routes to provide primary and backup internet paths using two ISP connections, with administrative distance guiding failover and avoiding load balancing.
Establish prerequisites for routing topics by reviewing basic connectivity, interface verification with show ip interface brief, and introducing IGP and dynamic routing concepts including ISIS basics for IPv4/IPv6.
Explore how OSPF, a link-state IGP, uses the SPF algorithm to choose best routes, compares classless vs classful advertising, and applies metrics like cost, hops, bandwidth, and load balancing.
Learn how ospf forms neighbor relationships, builds the link-state database, exchanges routing information, and selects the best paths to forward traffic across networks.
OSPF establishes neighbors by exchanging hello messages on dedicated multicast addresses, moving from downstage to initialize stage, forming a neighbor table through two-way communication on matching subnets.
Learn how OSPF assigns the router-id: manual configuration or automatic selection from the highest loopback IP, then the highest physical IP if no loopbacks exist, ensuring unique IDs across OSPF.
Learn how OSPF builds the link-state database by exchanging hello messages to form neighbors, flood LSAs, and ensure all routers share topology information.
Learn how routers form neighbor relationships, pick a master, and exchange database description packets to share lsdb summaries and align databases for consistent routing.
Synchronize the OSPF LSDB across neighbors by exchanging missing entries during loading to achieve a full state, then apply the shortest path algorithm to determine best route for routing table.
Explore how OSPF maintains neighbor relationships with hello messages every 10 seconds and a 40-second timeout, enabling convergence, and uses incremental and periodic updates every 30 minutes to refresh LSDB.
Explore OSPF tables, establish neighbor relationships with hello packets, build neighbor and link-state databases, and determine the best route in the routing table from advertisements.
Enter configuration mode, enable ospf, and assign a process id to identify the instance; then advertise networks with wildcard masks to build routes.
Explore how wildcard masks differ from subnet masks and learn to define and apply wildcard patterns to match specific networks and addresses in routing.
OSPF single area pre-requisite by validating preconfigured IP interfaces, confirming connectivity across a simple topology, and using show ip interface to verify interfaces are up and properly addressed.
Learn how to configure OSPF single area by advertising two interfaces, setting networks, area numbers, and verifying neighbor adjacency with proper subnet masks and /30 point-to-point links.
Verify single-area OSPF by checking neighbor adjacencies, protocol database, and routing table entries; confirm router-id selection, interface IP addresses, and OSPF cost using show ip protocols and show ip ospf.
Examine how OSPF advertisements select interfaces through wildcard masks, with concrete examples showing advertising specific interfaces, all interfaces, or subsets across a topology.
Compute the OSPF best route by summing link costs from the link-state database to find the least-cost path and install it in the routing table.
Explain how ospf cost is derived by default from interface bandwidth, as cost becomes inversely proportional to bandwidth and the default reference bandwidth limits high-speed links.
Change the interface bandwidth to see how OSPF cost values adjust, and verify updated costs with interface commands.
Explain the default reference bandwidth limitations in routing cost calculations. Show how high-speed links lose differentiation, treating 10/100 gig lanes as the same cost, which hinders optimal path selection.
Learn how to override automatic OSPF cost by statically configuring interface cost, analyze how manual costs affect route selection, and verify changes with interface and routing commands.
Adjust the auto cost reference bandwidth to scale link costs. Calculate that the cost equals reference bandwidth divided by interface bandwidth, and you can also set manual per-interface costs.
Struggling to scale, OSPF single area hits large network limits due to large routing tables, heavy CPU and memory use, and slow convergence; this motivates segmenting into multiple areas.
Explore how OSPF uses multiple areas to reduce database size and SPF workload by logically grouping routers, maintaining separate area databases, and restricting updates to each area for faster convergence.
Implement multi-area routing rules: backbone area zero; non-backbone areas must connect through area zero via border routers; ensure one border router; align interface media to form adjacencies.
Configure multiple areas by assigning interfaces to area zero and other areas, such as area 23, using a backbone network and wildcard masks for specific ip networks.
Configure multiple areas in a routing design with area zero as the backbone, assign interfaces to areas, verify neighbor relationships, and review area mismatches.
Learn to advertise OSPFv2 routes using interface-based advertisements as an easier alternative to network statements, enabling OSPF on interfaces and automatically publishing connected subnets by area.
Explore OSPF network types and how broadcast, NBMA, and point-to-point configurations affect adjacencies. Verify interface types with show ip interface and adjust network types as needed.
Learn how OSPF operates on broadcast networks, where multi-access switches create multiple adjacencies, and how DR and BDR elections prevent LSA loops by designating router roles for efficient flooding.
Understand dr and bdr elections driven by interface property values, tie-breakers, and zero values, with non-preemptive behavior and forced re-election via clear ip process, plus relevant multicast updates.
Verify DR and BDR selection in a multi-access network by configuring interfaces, subnets, and priorities, then observe neighbor relationships, preemption behavior, and election outcomes.
Explore the differences between point-to-point and broadcast networks in OSPF, and learn to configure interface network types to optimize elections, prevent loops, and ensure both sides match for reliable neighbors.
Explore IPv6, the 128-bit hexadecimal address system that addresses the shortage of IPv4 addresses, introduces no broadcast, built-in IPsec, stateless auto configuration, mobility support, and multiple addresses per interface.
Explore how IPv6 addresses are 128-bit, written in hexadecimal, and composed of eight 16-bit portions, with a 64-bit global prefix and a 64-bit interface ID. Learn zero compression using the double colon, and apply the rule that it may appear only once per address to shorten consecutive zeros.
Explain ipv6 address types, including global unique (starts with 2000/3), unique local (fc or fd), link-local, multicast, and anycast, noting no broadcast in ipv6 and use of anycast for clusters.
Configure ipv6 addresses on router interfaces using static manual configuration and auto options, including stateless auto configuration; use ipv6 equivalents of familiar commands and verify with show ipv6 interface brief.
Learn IPv6 default routing and static routing, enable IPv6 unicast routing, configure static and default routes with next-hop addresses on interfaces, and verify connectivity.
Explore OSPFv3 for IPv6, advertising prefixes on interfaces, using areas with backbone area zero, link-local addresses, and IPsec authentication, while verifying neighbors and routing tables.
Explore first hop redundancy protocols, including HSRP, VRRP, and GLBP, to create a virtual gateway that aggregates two physical gateways for seamless failover and reduced downtime.
Compare HSRP, VRRP, and GLBP to understand load balancing, Cisco proprietary versus standards-based protocols, and gateway concepts. Explore elections, primary and backup roles, virtual IP and MAC, and hello timers.
Course Description
This course is the Third Part of the CCNA 200-301 Video Series, delivered by Triple CCIE Certified Trainer Sikandar Shaik (CCIE ×3 – RS/SP/SEC).
This training helps you prepare for the Cisco Certified Network Associate (CCNA®) 200-301 exam. By passing this exam, you earn the CCNA certification, which serves as the gateway to starting or advancing your career in IT networking. The updated 200-301 blueprint, launched on February 24, 2020, reflects the evolving needs of modern enterprise networks and IT job roles.
The new CCNA program is designed to equip learners with the essential knowledge required for associate-level roles in networking, security, and basic automation. It now integrates security concepts, wireless technologies, and programmability topics to ensure students are aligned with real-world industry expectations.
This course module explains key networking principles in a structured and practical way, helping you build confidence in configuring, verifying, and troubleshooting network components. Each concept is presented with clarity so you can easily relate the theory to hands-on tasks and exam objectives.
CCNA Certification Covers the Following Core Areas
Network fundamentals
Network access
IP connectivity
IP services
Security fundamentals
Automation and programmability
This course is ideal for beginners entering the IT field, help-desk engineers, system support staff, and students planning to advance toward CCNP Enterprise or security-focused certifications.