
In this video, the presenter explains the different command modes in the Cisco IOS switch CLI. The first mode is User Mode, indicated by the switch name and an arrow. In this mode, users can check available commands by pressing Shift and the question mark. To switch to Privilege Mode, users type "enable," which changes the arrow sign. In Privilege Mode, users can configure certain features of the switch, such as setting the clock or creating VLANs, and can again check available commands with Shift and the question mark. The third mode is Global Configuration Mode, accessed by typing "configure terminal." This mode allows users to make changes to the switch's configuration. To exit back to Privilege Mode, users type "exit," and to return to User Mode, they type "exit" again, reverting to the initial arrow sign. The video concludes with a summary of the three modes discussed.
In this video segment, the presenter demonstrates how to configure interface descriptions on a Cisco switch. They explain that a PC, server, laptop, and printer are connected to the switch and emphasize the importance of adding descriptions to interfaces for clarity. By entering global configuration mode and using the "description" command, users can label interfaces with up to 240 characters, which helps both newcomers and experienced administrators understand what devices are connected to each port. The presenter illustrates this by typing "connected PC" as a description, noting that these descriptions will appear in the output of commands like "show running config" and "show startup config." This practice enhances network management and visibility.In this video segment, the presenter demonstrates how to configure interface descriptions on a Cisco switch. They explain that a PC, server, laptop, and printer are connected to the switch and emphasize the importance of adding descriptions to interfaces for clarity. By entering global configuration mode and using the "description" command, users can label interfaces with up to 240 characters, which helps both newcomers and experienced administrators understand what devices are connected to each port. The presenter illustrates this by typing "connected PC" as a description, noting that these descriptions will appear in the output of commands like "show running config" and "show startup config." This practice enhances network management and visibility.
In this video, the presenter explains how to determine the broadcast address given an IP address and a subnet mask. The process begins with converting the IP address and subnet mask into binary format. After performing the binary conversion, the presenter illustrates how to calculate the network ID by applying a bitwise AND operation between the IP address and the subnet mask. The network ID is found to be 192.168.100.160. Next, to find the broadcast address, the presenter notes that the subnet mask indicates a /29 subnet, meaning 29 bits are reserved for the network portion. The remaining bits are set to 1 to identify the broadcast address. After performing the necessary calculations, the final broadcast address is determined to be 192.168.100.167. The video concludes with a summary of the findings.
In this video, the presenter demonstrates how to check if a Cisco switch port is operating in Layer 2 or Layer 3 mode using GNS3. The process begins by setting up a switch in GNS3 by converting a router image into a multilayer switch. The presenter explains how to minimize RAM usage with the idle PC feature and then shows how to access the switch's console. To determine the mode of the switch port, the command `show interface fa 1/0 switchport` is used. If the port is in Layer 2 mode, it will display as "enabled." To convert it to Layer 3, the command `no switchport` is executed, which will show the port as "disabled." The presenter also demonstrates how to assign an IP address to the Layer 3 port and confirms that only the specified port has no IP address. To revert the port back to Layer 2, the command `switchport` is used. The video concludes with a summary of how to determine the mode of a Cisco switch port.In this video, the presenter demonstrates how to check if a Cisco switch port is operating in Layer 2 or Layer 3 mode using GNS3. The process begins by setting up a switch in GNS3 by converting a router image into a multilayer switch. The presenter explains how to minimize RAM usage with the idle PC feature and then shows how to access the switch's console. To determine the mode of the switch port, the command `show interface fa 1/0 switchport` is used. If the port is in Layer 2 mode, it will display as "enabled." To convert it to Layer 3, the command `no switchport` is executed, which will show the port as "disabled." The presenter also demonstrates how to assign an IP address to the Layer 3 port and confirms that only the specified port has no IP address. To revert the port back to Layer 2, the command `switchport` is used. The video concludes with a summary of how to determine the mode of a Cisco switch port.
In this video, the presenter demonstrates how to configure a console password on a Cisco 2960 series switch. They explain the connection process using a console cable, noting that in real-world scenarios, a USB to serial converter is needed due to the absence of an RS232 port. After connecting to the switch via the PuTTY application, the presenter emphasizes the importance of securing console access to prevent unauthorized control of the device. They guide viewers through the steps to set a password by entering configuration mode, using the command line to set the password, and saving the configuration. Finally, they show that upon reloading the switch, a password prompt appears, ensuring that only authorized users can access the device.
In this video, the presenter explains how to verify if a switch supports SSH. They demonstrate this by using the command "show version" on a switch. If the switch image includes "K9," it indicates support for SSH and cryptographic functions. The presence of "K9" in the system image file confirms the switch's capability to run SSH.In this video, the presenter explains how to verify if a switch supports SSH. They demonstrate this by using the command "show version" on a switch. If the switch image includes "K9," it indicates support for SSH and cryptographic functions. The presence of "K9" in the system image file confirms the switch's capability to run SSH.
In this video, the presenter demonstrates how to disable SSH (Secure Shell) on a router. They begin by showing the router's configuration, which includes SSH version 1.99 and a username for authentication. The presenter explains how to disable SSH by entering configuration mode and using specific commands to remove the SSH keys. After confirming the removal, they show that SSH has been disabled and explain that a minimum key size of 768 bits is required for SSH. The video concludes with a thank you for watching.In this video, the presenter demonstrates how to disable SSH (Secure Shell) on a router. They begin by showing the router's configuration, which includes SSH version 1.99 and a username for authentication. The presenter explains how to disable SSH by entering configuration mode and using specific commands to remove the SSH keys. After confirming the removal, they show that SSH has been disabled and explain that a minimum key size of 768 bits is required for SSH. The video concludes with a thank you for watching.
In this video, the presenter explains how to secure SSH configuration. They start by configuring SSH on their OSPF lab setup. The presenter details the steps taken, including changing the hostname and configuring the domain name. They generate keys for SSH and set up local username and password authentication, emphasizing the importance of using the "secret" command for password encryption. Next, the presenter explains the need for an enable password to access configuration mode and proceeds to set up a timeout value for SSH sessions to automatically close after a period of inactivity, which they configure to 10 seconds for demonstration purposes. The presenter also discusses creating an access list to restrict SSH access to specific devices, highlighting the flexibility of using IP access lists for managing access control. Finally, they review the configuration to ensure everything is set up correctly.In this video, the presenter explains how to secure SSH configuration. They start by configuring SSH on their OSPF lab setup. The presenter details the steps taken, including changing the hostname and configuring the domain name. They generate keys for SSH and set up local username and password authentication, emphasizing the importance of using the "secret" command for password encryption. Next, the presenter explains the need for an enable password to access configuration mode and proceeds to set up a timeout value for SSH sessions to automatically close after a period of inactivity, which they configure to 10 seconds for demonstration purposes. The presenter also discusses creating an access list to restrict SSH access to specific devices, highlighting the flexibility of using IP access lists for managing access control. Finally, they review the configuration to ensure everything is set up correctly.
In this video, the presenter demonstrates how to configure Spanning Tree Protocol (STP) and Bridge Protocol Data Unit (BPDU) on a network switch. They explain the five states a switch goes through when establishing a link: disabled, listening, learning, forwarding, and blocking. The focus is on avoiding STP for devices like PCs, printers, and servers, which do not require STP since they do not send BPDU. The presenter shows that when a PC is connected, it can automatically enter the forwarding state without going through the other states. They also introduce a feature called BPDU Guard, which prevents BPDU from being sent from connected devices. If a second switch is connected to a port with BPDU Guard enabled, that port will shut down to block BPDU traffic. The presenter demonstrates disabling the port to allow BPDU again, which takes some time to come back up. The video concludes with a practical demonstration of these concepts.In this video, the presenter demonstrates how to configure Spanning Tree Protocol (STP) and Bridge Protocol Data Unit (BPDU) on a network switch. They explain the five states a switch goes through when establishing a link: disabled, listening, learning, forwarding, and blocking. The focus is on avoiding STP for devices like PCs, printers, and servers, which do not require STP since they do not send BPDU. The presenter shows that when a PC is connected, it can automatically enter the forwarding state without going through the other states. They also introduce a feature called BPDU Guard, which prevents BPDU from being sent from connected devices. If a second switch is connected to a port with BPDU Guard enabled, that port will shut down to block BPDU traffic. The presenter demonstrates disabling the port to allow BPDU again, which takes some time to come back up. The video concludes with a practical demonstration of these concepts.
In this video, the presenter demonstrates how to configure VLAN Trunking Protocol (VTP) on Cisco switches using three switches in different modes: one as a server, one in transparent mode, and one as a client. The server switch will create VLANs, while the client switch can only assign ports to those VLANs, and the transparent switch can create VLANs but won't advertise them to other switches. The video explains the different VTP modes: 1. **Server Mode** (default) allows VLAN creation and deletion and advertises these changes to other switches. 2. **Client Mode** restricts VLAN management to only assigning ports to VLANs created by the server. 3. **Transparent Mode** allows VLAN management but does not propagate changes to other switches. The presenter demonstrates checking the VTP status on the switches, configuring trunk ports to allow multiple VLANs over a single connection, and setting the VTP domain name. The process includes ensuring that the proper encapsulation is specified for trunking on real switches. The configuration steps involve creating VLANs on the server switch, setting the second switch to transparent mode, and the third switch to client mode. The presenter also shows how to verify that the VLANs are functioning properly by pinging between devices on different VLANs. Overall, the video provides a comprehensive overview of setting up and managing VLANs using VTP on Cisco switches.
In this video, the presenter demonstrates how to configure a Layer 2 EtherChannel on Cisco 2960 series switches. The setup involves connecting two switches with four cables, using crossover cables for gigabit ports. It's crucial to ensure that the interfaces are of the same type (either all gigabit or all fast Ethernet) and that no settings like duplex or speed are altered, as this could prevent the EtherChannel from functioning. The configuration focuses on a single VLAN, eliminating the need for a gateway or trunking since multiple VLANs are not involved. The presenter explains the commands needed to set up the EtherChannel, including selecting a channel number and mode (with a focus on static configuration). They clarify the difference between various modes such as Active, Passive, Auto, and Desirable, and how these impact the formation of the EtherChannel. Once the EtherChannel is configured, the presenter shows how to check the status and explains that the combined links function as a single interface, effectively doubling the bandwidth. Additionally, they discuss the load balancing method used by EtherChannel, which by default is based on the source MAC address. The presenter provides a method to determine which cable will be used for data transmission based on the MAC address's last digit. Overall, the video serves as a practical guide for configuring EtherChannel on Cisco switches, highlighting important considerations and commands involved in the process.
In this video, the presenter demonstrates how to create a Layer 3 EtherChannel on Cisco switches. The process begins with the creation of VLANs 2 and 3 on two switches, assigning ports to these VLANs, and giving them IP addresses for management. The VLAN interfaces are confirmed to be up. To set up the Layer 3 EtherChannel, the presenter converts the Layer 2 ports to Layer 3 ports using the "no switchport" command. A static EtherChannel is created using the "channel-group" command, and an IP address is assigned to the port channel interface rather than the physical interfaces to avoid routing issues. The same steps are repeated on the second switch, ensuring both switches have the Layer 3 EtherChannel configured. The status of the EtherChannel can be checked with the "show etherchannel summary" command, which indicates that the Layer 3 EtherChannel is active. To enable communication between VLAN 2 and VLAN 3, IP routing must be enabled on both switches, followed by adding appropriate routes. The presenter concludes by demonstrating a ping test between two PCs, noting that the first ping may time out as the ARP table is being built. The video wraps up with a reminder to check the routing path using traceroute.In this video, the presenter demonstrates how to create a Layer 3 EtherChannel on Cisco switches. The process begins with the creation of VLANs 2 and 3 on two switches, assigning ports to these VLANs, and giving them IP addresses for management. The VLAN interfaces are confirmed to be up. To set up the Layer 3 EtherChannel, the presenter converts the Layer 2 ports to Layer 3 ports using the "no switchport" command. A static EtherChannel is created using the "channel-group" command, and an IP address is assigned to the port channel interface rather than the physical interfaces to avoid routing issues. The same steps are repeated on the second switch, ensuring both switches have the Layer 3 EtherChannel configured. The status of the EtherChannel can be checked with the "show etherchannel summary" command, which indicates that the Layer 3 EtherChannel is active. To enable communication between VLAN 2 and VLAN 3, IP routing must be enabled on both switches, followed by adding appropriate routes. The presenter concludes by demonstrating a ping test between two PCs, noting that the first ping may time out as the ARP table is being built. The video wraps up with a reminder to check the routing path using traceroute.
In this video, the presenter explains how to perform route summarization for four subnets: 10.1.4.0 to 10.1.7.0. The process begins with converting these subnets into binary format, which can be done using a calculator or a binary to decimal conversion tool. The presenter demonstrates the binary conversion step-by-step, identifying that the first three octets remain the same while the last octet changes. The summary route is determined to be 10.1.4.0/22. To verify that this summary encompasses all four subnets, the presenter discusses the relationship between the /22 subnet mask and the next subnet mask, /24. By calculating the difference (24-22 = 2), it is established that this range can cover four networks, confirming that the summarization is correct.In this video, the presenter explains how to perform route summarization for four subnets: 10.1.4.0 to 10.1.7.0. The process begins with converting these subnets into binary format, which can be done using a calculator or a binary to decimal conversion tool. The presenter demonstrates the binary conversion step-by-step, identifying that the first three octets remain the same while the last octet changes. The summary route is determined to be 10.1.4.0/22. To verify that this summary encompasses all four subnets, the presenter discusses the relationship between the /22 subnet mask and the next subnet mask, /24. By calculating the difference (24-22 = 2), it is established that this range can cover four networks, confirming that the summarization is correct.
In this video, the presenter explains how to find the network ID, IP address, and subnet mask using a specific example. They start with a random IP address (172.28.191.162) and a subnet mask (255.255.255.252). The presenter notes that with this subnet mask, there are four IP addresses available: one for the network ID, one for the broadcast address, and two that can be assigned to devices. To find the network ID, the presenter emphasizes the importance of using mathematical calculations rather than guessing. They demonstrate how to convert the decimal IP address components into binary using a calculator. The presenter breaks down the binary conversions for each part of the IP address and the subnet mask. Next, they explain the AND operation used to determine the network ID, which requires adding the corresponding binary numbers. After performing the calculations, they conclude that the network ID for the given IP address and subnet mask is 172.28.191.160. The video aims to teach viewers the method for accurately computing the network ID.In this video, the presenter explains how to find the network ID, IP address, and subnet mask using a specific example. They start with a random IP address (172.28.191.162) and a subnet mask (255.255.255.252). The presenter notes that with this subnet mask, there are four IP addresses available: one for the network ID, one for the broadcast address, and two that can be assigned to devices. To find the network ID, the presenter emphasizes the importance of using mathematical calculations rather than guessing. They demonstrate how to convert the decimal IP address components into binary using a calculator. The presenter breaks down the binary conversions for each part of the IP address and the subnet mask. Next, they explain the AND operation used to determine the network ID, which requires adding the corresponding binary numbers. After performing the calculations, they conclude that the network ID for the given IP address and subnet mask is 172.28.191.160. The video aims to teach viewers the method for accurately computing the network ID.
In this video, the presenter explains how to identify overlapping subnets using Variable Length Subnet Masking (VLSM). They begin by calculating the network and broadcast IDs for different subnet ranges: /30, /28, and /29. For the /30 subnet, they determine that the range is from 192.168.1.252 to 192.168.1.255, with two valid IPs available for devices. The /28 subnet has a range of 192.168.1.112 to 192.168.1.127, providing 14 valid IPs. The /29 subnet ranges from 192.168.1.240 to 192.168.1.247, offering 6 valid IPs. After calculating the ranges, the presenter sorts the subnets in ascending order, concluding that the first three subnets are invalid while the last two are valid.In this video, the presenter explains how to identify overlapping subnets using Variable Length Subnet Masking (VLSM). They begin by calculating the network and broadcast IDs for different subnet ranges: /30, /28, and /29. For the /30 subnet, they determine that the range is from 192.168.1.252 to 192.168.1.255, with two valid IPs available for devices. The /28 subnet has a range of 192.168.1.112 to 192.168.1.127, providing 14 valid IPs. The /29 subnet ranges from 192.168.1.240 to 192.168.1.247, offering 6 valid IPs. After calculating the ranges, the presenter sorts the subnets in ascending order, concluding that the first three subnets are invalid while the last two are valid.
In this video, I will guide you through an engaging way to practice your subnetting skills using the Cisco Binary game. This interactive platform allows you to enhance your understanding of binary conversions and subnetting concepts while having fun. Whether you're a beginner or looking to sharpen your skills, this video is perfect for you. Let's dive into the Cisco Binary game and explore how it can help you master subnetting!
In this video, the presenter demonstrates how to configure static routing on three Cisco routers, specifically the 2900 series, along with three switches and two PCs connected to each switch. The setup involves using both straight and crossover cables for connections between the routers and switches. The presenter outlines the network topology and IP addressing scheme, including networks 192.168.1.0/24, 192.168.2.0/24, 192.168.3.0/24, and 10.0.0.0/24. The configuration process begins with checking the connectivity to the default gateway via pinging. The presenter explains the syntax for static routing, which includes specifying the destination network, subnet mask, and either the outgoing interface or the next-hop IP address. As the configuration progresses, the presenter sets up routing between the routers, ensuring that each router can communicate with the others. They highlight common mistakes newcomers make, such as not using the correct next-hop IP address. The video concludes with successful pings between the PCs, confirming that the static routing has been effectively configured.
In this video, the presenter demonstrates how to configure inter-VLAN routing using a 2900 series router, two switches, and two PCs assigned to VLAN 1 and VLAN 2. The setup begins with the creation of VLANs on the switches. The router's interface is activated and sub-interfaces are configured with encapsulation and VLAN IDs. The router's ports are set to trunk mode to allow communication between different VLANs. The presenter then assigns IP addresses to the devices connected to each VLAN and tests connectivity by pinging between the two subnets. The video concludes by explaining how inter-VLAN routing functions, showcasing the routing table's role in facilitating communication between the VLANs.
In this video, the presenter demonstrates how to configure Layer 3 routing using Switch Virtual Interfaces (SVIs). The setup involves creating three VLANs: VLAN 1 for PC1, VLAN 2 for another PC, and VLAN 3 for WAN access. The presenter first assigns VLANs to specific interfaces on a Layer 3 switch and configures IP addresses for each VLAN interface. The IP address for VLAN 1 is set to 192.168.10.1, for VLAN 2 to 192.168.20.1, and for VLAN 3 to 192.168.30.1. Initially, devices cannot communicate across VLANs because IP routing is disabled. The presenter then enables IP routing, allowing the VLAN interfaces to act as gateways and enabling inter-VLAN communication. To facilitate communication with the WAN, the presenter assigns an IP address to the router and updates the routing table to include static routes for the VLANs. After configuring the necessary routes, the devices can ping each other and communicate with the router. The video concludes with a demonstration of how to trace the route taken by packets, confirming successful configuration.
In this comprehensive tutorial, we will walk you through the process of configuring IP routing with embedded switch ports using Cisco routers. You'll learn how to set up a network topology featuring two Cisco routers (Router0 and Router1) and three PCs. We will cover the essentials of connecting devices with copper straight-through cables, configuring VLANs on Router0, and assigning IP addresses to VLAN interfaces. Additionally, we'll demonstrate how to configure Router1's interfaces and verify connectivity between the PCs and routers using ping and traceroute commands. By the end of this video, you'll have a solid understanding of IP routing configuration.
In this video, the presenter demonstrates how to configure IPv6 routing using link-local addresses. The process involves three main steps: assigning IPv6 addresses to both routers, discussing link-local addresses, and configuring IPv6 routing with these addresses. The presenter starts by configuring a fresh router and assigning an IPv6 address (2001:db8:1111:1::2/64) to a connected PC, confirming connectivity through a ping test. Next, they explain link-local addresses, which are automatically assigned by network interfaces when IPv6 is enabled, and provide an example of a link-local address (fe80::). To enable routing, the presenter uses the command "ipv6 unicast-routing" on both routers and discusses the importance of link-local addresses for routing packets without needing public IP addresses. They troubleshoot a ping issue caused by an inactive interface, demonstrating how to activate it using the "ipv6 enable" command. The video concludes with a summary of the configuration process.
In this video, the presenter demonstrates how to configure a Cisco wireless access point, using a topology that includes a Layer 3 switch connected to three laptops. The setup involves creating three different DHCP pools for the laptops and configuring three VLANs on the Layer 3 switch. After verifying the VLAN mappings, the presenter moves on to configure the access points and SSIDs. The laptops are then connected to the specific wireless networks, and the presenter checks to ensure they receive the correct IP addresses. The video concludes with a successful demonstration of the access point configuration.
In this video, the presenter demonstrates how to configure single-area OSPF (Open Shortest Path First) on a network setup involving routers and switches. They start by connecting three 2911 router to switches, followed by connecting PCs to the switches. The presenter assigns IP addresses to the routers and PCs, ensuring proper gateway configurations. After confirming local connectivity through ping tests, they proceed to configure OSPF. The configuration is explained through two methods: the first involves using the global command `router ospf` followed by a process ID and the network statement with a wildcard mask. The presenter explains how to derive the wildcard mask and emphasizes that OSPF requires only the router's own interface IP addresses for its dynamic routing function. The second method involves enabling OSPF directly on each interface using the command `ip ospf [process ID] area [area number]`. The presenter applies this command to all relevant interfaces on the routers. After configuration, they verify the OSPF adjacency status and confirm that the networks are successfully learned, demonstrating the routing process with a traceroute command to show the path taken by packets through the network. In summary, the video provides a step-by-step guide to setting up single-area OSPF, highlighting the configuration commands and methods used.
In this video, the presenter demonstrates how to configure static Network Address Translation (NAT) from scratch. They explain that NAT is used to protect internal IP addresses from hackers by translating private IP addresses into public ones. The setup involves using a 2911 router and connecting it to switches and hosts that will utilize private IP addresses. The presenter configures the LAN side of the router, sets up a default route, and identifies inside and outside interfaces for NAT configuration. They create static mappings for IP addresses, detailing the difference between inside local and inside global addresses, which are essential for understanding NAT. The presenter then tests the configuration by generating traffic and checking translation statistics to ensure the NAT process is functioning correctly. They conclude by emphasizing that servers can only see the public IP address, thus providing a layer of security against potential tracing by hackers. The video wraps up with a thank you to viewers for watching.
In this video, the presenter demonstrates how to configure dynamic NAT (Network Address Translation) using a Cisco 2911 router. Following a previous setup of static NAT, the presenter sets up a lab environment with a switch and a server. They connect these devices and configure the LAN settings, ensuring that the devices can ping the gateway successfully. After setting up the ISP router, the presenter moves on to configure dynamic NAT by selecting the appropriate interfaces for translation. They verify that the translation is working by pinging and checking the translation table, confirming that the ICMP protocol is functioning correctly. The video concludes with a demonstration of the dynamic NAT in action, showing that the assigned IP addresses expire after a short period.In this video, the presenter demonstrates how to configure dynamic NAT (Network Address Translation) using a Cisco 2911 router. Following a previous setup of static NAT, the presenter sets up a lab environment with a switch and a server. They connect these devices and configure the LAN settings, ensuring that the devices can ping the gateway successfully. After setting up the ISP router, the presenter moves on to configure dynamic NAT by selecting the appropriate interfaces for translation. They verify that the translation is working by pinging and checking the translation table, confirming that the ICMP protocol is functioning correctly. The video concludes with a demonstration of the dynamic NAT in action, showing that the assigned IP addresses expire after a short period.
Introduction
Disclaimer - This course is not affiliated with Cisco
Dive into the world of networking with our comprehensive course, "CCNA 200-301 Labs (Unofficial)." Designed for aspiring network professionals, this course provides an in-depth exploration of the Cisco Certified Network Associate (CCNA) 200-301 curriculum through hands-on labs using Cisco Packet Tracer.
Throughout this course, you will engage in a series of practical labs that simulate real-world networking scenarios, allowing you to apply theoretical knowledge in a controlled environment. Each lab is meticulously crafted to cover key topics from the CCNA syllabus, including network fundamentals, IP connectivity, security fundamentals, automation, and programmability.
By the end of this course, you will have a solid understanding of networking concepts and hands-on experience that will boost your confidence and skills in preparation for the CCNA certification exam. Whether you are a beginner or looking to refresh your knowledge, this course is your ultimate resource for mastering the CCNA 200-301 curriculum through practical application. Join us and take the first step towards becoming a certified networking professional!
Who Should Join this Course
IT Support Technicians
Network Support Technicians
Network Engineers
Network Administrators
Help Desk Technicians
Prerequisites of this Course
Basic Networking Knowledge
Basic Packet Tracer Knowledge
What will you Learn in this Course
Network Fundamentals
SSH Configuration
VLAN Trunking
Virtual Trunking Protocol
Spanning Tree Configuration
Layer 2 Ether Channel
Layer 3 Ether Channel
IPv4 Subnetting
Finding Network ID
Finding Broadcast ID
IP Routing with Layer 3 Switched Virtual Interface (SVI)
Static NAT
Dynamic NAT
NAT Overload
Backup of Cisco IOS Configuration
FTP Server configuration
IPv6 routing & Subnetting
Login Banner Configuration
Password Recovery of Cisco Router
Cisco Device Security
Syslog Configuration
Inter-VLAN routing
SSH Configuration
Variable Length Subnet Mask
Route Summarization
Access List (Standard and Extended)
Single Area OSPF configuration
OSPF Password Authentication
Cisco Wireless Access Point Configuration
DHCP Server Configuration
DHCP Relay
DHCP Snooping
SNMP Configuration
All the labs are mapped to Cisco CCNA 200-301 v1.1 exam topics. Please give your valuable feedback to improve course content.