
Explore local area networks, defined as devices in the same building or campus, highlighting wired LANs using cables and switches and wireless LANs via radio signals.
Explore ethernet as an IEEE standard that defines data formats and protocols for LAN transmission, including MAC addresses, cables, connectors, and how 802.3 and 802.11 support wired and wireless LAN.
Discover how a small office home office LAN uses a central switch, wired cables, and wireless access points to connect 10–15 devices to the internet.
Design enterprise lan with dedicated per-floor switches and a centralized distribution switch. Deploy wireless lan with access points for roaming, connecting to internet and remote sites via a single link.
Identify transmission media for network links, including copper UDP cables (coaxial and twisted pair), fiber optic, and wireless signals, and distinguish straight-through from cross cables for different device connections.
Fiber cables enable long-distance, high-speed switch-to-switch connections between offices, with SFP boards supporting up to 10 gig transfers; wireless access points offer mobility where cables are impractical.
Set up a basic local area network with four computers connected to a switch using copper straight cables, configure IP addresses, and verify connectivity with ping in Packet Tracer.
Discover how address resolution protocol maps ip addresses to mac addresses through arp broadcasts, enabling switches to forward traffic by mac and revealing arp table mappings via ping and ipconfig.
Learn to build a CCNA level lab in Cisco Packet Tracer, simulating routers, switches, and PCs, configuring IP addresses, cables, and basic connectivity tests with ping.
Learn to establish a console connection to a router or switch using three options—serial DB-9, usb-to-serial adapters, or usb mini console ports—and use a terminal program to access the device.
Navigate the Cisco command-line from user mode to privilege mode using enable. Access full monitoring and configuration commands, copy and save configurations, and use help, tab completion, and up-arrow history.
Enter global configuration mode from privileged mode with configure terminal to apply device-wide changes like hostname, then switch to interface mode for per-interface settings.
Configure a console password on the switch to restrict command-line access. Enable console authentication and require log in on line console 0 with a chosen password in global configuration.
Learn to access network devices remotely using telnet, configure IP connectivity on a switch, set line passwords, and enable remote login through virtual lines with no shutdown and gateway considerations.
Configure enable passwords and enable secrets to control access levels. Encrypt passwords with service password-encryption, verify running configurations, and save or back up to startup configurations.
Explore how switches use MAC tables to forward frames and flood when entries are missing, and how a broadcast domain encompasses devices receiving a broadcast within a LAN.
Divide a single broadcast domain into multiple vlans to create logical networks, restricting broadcasts to each department and improving security and network performance.
Explore vlan types, including the default vlan 1, data vlan for user traffic, and voice vlan for IP phones, plus a dedicated management vlan to secure switch administration.
This lecture explains VLAN ranges, highlighting the default VLAN that cannot be modified, the normal range from 2 to 1001, and the extended range from 1006 to 4094.
Create and name vlans, assign ports to each vlan, and verify connectivity with show commands. Ensure devices share the same vlan and subnet for reachability.
Assign ports to separate VLANs to create logical separation; use interface range commands with switchport mode access and switchport access vlan to group ports into VLAN 10, 20, and 30.
Design VLANs and subnets by department to prevent interdepartment communication and minimize broadcast traffic. Use different VLANs and subnets for production, and routing to connect between networks when needed.
Learn to configure a voice VLAN alongside a data VLAN, assign ports to data or voice VLANs, including ports sharing both, and verify port assignments.
Set up a dedicated management vlan 100 to isolate switch management traffic, assign ports 20 and 21 to vlan 100, configure the switch ip, and secure access with a password.
Explore how VLANs span multiple switches, connect users to the nearest switches across floors, and use uplinks and spanning tree to maintain a single broadcast domain.
Connect switches with trunk links to carry multiple VLANs across a single connection, enabling inter-switch communication, scalable VLAN spanning, and optional redundancy for reliability.
Explore access versus trunk links: access ports connect end devices and carry untagged frames in a single VLAN, while trunk links connect switches and carry multiple VLAN traffic with tagging.
Explain the IEEE 802.3 ethernet frame format, including source and destination mac addresses, the type field, the payload carrying IP packets, and the frame check sequence for integrity.
Explain frame tagging on trunk links to carry VLAN information, adding and removing 802.1Q tags so switches can forward frames to the correct VLAN and end devices on access ports.
Compare trunking encapsulation methods isl and dot1q, highlighting Cisco proprietary isl overhead of 30 bytes and the standard dot1q's 4-byte tag; explain why dot1q is widely used as the default.
Configure trunk links between two switches to allow VLAN traffic across switches, assign ports to VLANs, enable dot1q trunking, and verify communication before and after.
Learn how inter-vlan routing forwards packets between networks to enable cross-subnet access, using gateways, layer 3 routing, and various routing methods across switches.
Explore inter-vlan routing methods, from legacy approaches to layer 3 switches, and learn how ip-based forwarding enables communication between department networks across different vlans.
Learn how inter vlan routing works with a physical gateway, compare legacy two-gateway setups to layer 3 routing, and configure gateways on the same subnet for each vlan.
Configure inter-VLAN routing by assigning ports to VLANs, configuring edge IP addresses and default gateways, enabling interfaces, and validating connectivity with show commands and routing tables.
Explore the limitations of inter-VLAN routing with physical gateways, including multiple interfaces and gateways per relay. Understand scalability concerns that make this legacy method less favored in production.
Explore inter vlan routing using sub interfaces on a single physical router link to a switch, creating multiple logical interfaces to route between VLANs with trunk tagging.
Configure inter vlan routing by creating subinterfaces on a single link, assigning each subinterface as a gateway for its vlan, and using trunk links to carry multiple vlan traffic.
Configure inter vlan routing with sub-interfaces on a trunk, using dot1q encapsulation and per-subinterface IPs to act as gateways between vlans.
Discover how sub interfaces let one physical link carry multiple VLANs and act as gateways for each subnet, while noting risks of single point failure, downtime, congestion, and added latency.
Discover how a layer three switch uses switch virtual interfaces as logical gateways for VLANs, enabling inter-VLAN routing and delivering layer two switching and layer three routing in scalable LAN.
Configure a switch virtual interface (svi) on a multilayer switch, create vlans, assign ports, and enable ip routing for inter-vlan communication and gateway reachability.
Demonstrates configuring switch virtual interfaces and VLANs across multiple switches, establishing trunk links and a gateway on a multilayer switch to enable inter-VLAN routing.
Configure L3 routed ports on a switch by converting L2 switchports to L3, assign IP addresses, and use L3 interfaces as gateways for internal routing and remote sites.
Discover how VTP centralizes VLAN management by configuring the VLAN database on one switch and automatically synchronizing it across all switches, ensuring a consistent, Cisco proprietary solution.
Learn the VTP modes—server, client, and transparent—and how each mode affects VLAN creation, modification, deletion, and database synchronization across switches.
Configure vtp on three switches with domain name set to cci, password and version, establish trunk links, and assign server, client, and transparent modes to propagate vlan information.
Explore how adding redundant links between switches boosts reliability but can create bridging loops and broadcast storms, causing MAC table instability and duplicate frames across the network.
Explore how bridging loops are prevented in networks by using STP to provide redundant links while automatically blocking non-forwarding paths, ensuring a single active path and quick failover.
Explore how spanning tree protocol prevents loops by selecting the root bridge, then the root port, and finally designated versus non-designated ports to decide forwarding and blocking paths.
Elect the root bridge by comparing each switch's bridge ID during BPDU exchanges. If IDs tie, use the MAC address as the tie-breaker; one root, the rest non-root bridges.
Explore how to verify the root bridge across three switches using spanning-tree commands, compare mac addresses, and determine the root bridge by mac tiebreakers.
Learn how switches select the root port by comparing path costs, where lower costs imply higher bandwidth, and how bridges advertise costs to choose the shortest path to the root.
compare spanning-tree costs to select the root port, and resolve ties using bridge id, port property values, and port numbers; verify with topology examples and show spanning-tree outputs.
Explore spanning tree protocol (stp) to prevent bridging loops by designating forwarding and blocking ports, selecting a root bridge, and using path cost and tie-breakers to avoid broadcast storms.
Select designated ports based on the lowest path cost to each network segment, enabling forwarding, while non designated ports block to prevent loops; resolve ties using bridge and port IDs.
Explain the difference between the root port and designated ports in switching, how forwarding and blocking decisions are made, and how port costs determine roles.
Switches exchange BPDUs every two seconds to elect a root bridge and forward BPDUs through bridges, using cost and bridge information to select designated ports.
Explain spanning tree protocol convergence, including hello messages, root bridge roles, and blocking to listening learning forwarding states, plus 30s direct and 50s indirect convergence times.
Explore stp timers, including the hello timer every two seconds and the maximum aging time of twenty seconds. Understand forwarding delay and the listening and learning states during convergence.
Explore stp interface states, including shutdown, blocking, listening, learning, and forwarding, and understand convergence to forwarding as mac addresses are learned.
Explore ether channel and port channel link aggregation to create one high-bandwidth, redundant path between switches, using LACP or manual modes with matching speed and duplex.
Learn how Cisco's spanning tree port fast accelerates convergence on access ports by bypassing listening and learning, while highlighting loop risks and configuration options for interfaces or globally.
Understand default STP convergence for link failures, including hello messages, blocking to forwarding transitions, and 30 to 50 seconds of convergence depending on direct versus indirect links.
Rapid spanning tree protocol speeds convergence, reducing downtime from 30–50 seconds to a few milliseconds in many cases, remains backward compatible with SDP, and enables faster failover on Cisco switches.
Explore rstp port roles and rapid convergence with bpdu messages and topology change notifications, and describe port states and portfast edge behavior.
Explore RSTP BPDUs and differences in BPDU propagation and convergence timelines, noting standard and dynamic cost values and how 10 gig and 100 gig links influence costs in modern networks.
Course Description
This course is the Second Part of the CCNA 200-301 Video Series, taught by Triple CCIE Certified Trainer Sikandar Shaik (CCIE ×3 – RS/SP/SEC).
This module helps you prepare for the Cisco Certified Network Associate (CCNA®) 200-301 exam, the single certification exam required to earn the globally recognized CCNA credential. The 200-301 version, effective since February 24, 2020, reflects the modern skills needed in today’s IT and networking workforce.
The updated CCNA program is designed to prepare learners for a wide range of associate-level job roles across both networking and security domains. It includes essential topics such as IP connectivity, IP services, network access, security fundamentals, wireless operations, automation, and programmability. The streamlined structure ensures you get one complete training path and one unified exam that covers everything required to begin your IT career confidently.
This course provides clear explanations, practical demonstrations, and real-world examples to strengthen your understanding of key networking concepts. With this foundation, you will be able to configure basic network devices, troubleshoot common issues, and understand how different network components work together in an enterprise environment.
CCNA Exam Topics Include
Network fundamentals
Network access
IP connectivity
IP services
Security fundamentals
Automation and programmability
This course is ideal for beginners, aspiring network professionals, desktop support engineers, and students planning to progress toward CCNP Enterprise or security-focused certifications.