
Explore fundamental networking concepts, including network models, IP addressing and troubleshooting, IPv6, and infrastructure security, while learning configuration verification, management planning, and essential tools like DNS, NTP, and syslog.
Compare the OSI and TCP/IP models, highlighting the OSI application, presentation, and session layers, and show data moving from application to bits as segments, packets, and frames.
Explore firewalls for network security, including rule-based traffic control, packet inspection, and intrusion prevention, alongside access points and wireless controllers that connect wireless clients to wired networks and manage security.
Explore cloud computing and virtualization, focusing on on-demand shared resources, 24/7 access, AWS examples, and infrastructure as a service vs platform as a service, external and internal virtualization and containers.
Explore the three-tier network design: core, distribution, and access layers, and understand its benefits, fast traffic, policy-based controls, scalability, and fault isolation for medium to large enterprise networks.
Explore star topology as a logical illustration, where a switch failure stops communication between computers. Choose hybrid topology combining star, mesh, and bus to meet requirements and reduce costs.
Explore cabling types, connectors, and media for networks, including cat 3 and cat 5 twisted pair, rg-45, fiber options from multimode to single-mode, and straight-through, crossover, and rollover cables.
Master a three-stage troubleshooting method: diagnose symptoms, isolate the problem, implement corrective actions (verify IP addressing, ping, traceroute), and document or save changes while looping if needed.
Analyze the IPv4 header fields and their roles, including version, header length, type of service, total length, identification, flags, TTL, fragment, and source and destination addresses.
Explore IPv4 addressing, a 32-bit decimal dotted notation identifying devices on an IP network. Learn how network IDs and host IDs form an address used by routers to route packets.
Explore how IPv4 subnet masks use 32-bit patterns of ones and zeros to separate the network and host portions, and learn to apply dotted decimal and prefix length notation.
Define IPv4 classes and their default subnet masks, focusing on class A, B, and C ranges. Identify network versus host portions, reserved concepts, private ranges, and NAT basics.
Learn ip subnetting to create efficient subnets, assign subnet masks, and calculate network and broadcast addresses across classful ipv4 schemes for scalable, address-saving routing.
Explore class c subnetting by breaking a class c address into eight networks, identifying network IDs, and computing first and last hosts and broadcast addresses with the 2^n rule.
Explore why ipv6 is needed as ipv4 addresses run out with the growth of the internet of things, and how 128-bit addressing enables global unicast, local, and multicast.
Learn to configure IPv6 addressing across a router, switches, and hosts by enabling unicast routing, assigning interface and host addresses (including link-local), and verifying connectivity with ping.
Enable IPv6 on router interfaces, configure IPv6 addresses, and enable autoconfig on the gigabit interface slash one. Verify with interface brief and ping router interfaces from hosts.
Learn how switches build a MAC address table (CAM table) by recording source addresses with timestamps, then forward frames by consulting the CAM table for destinations or flood when unknown.
Explore the Ethernet frame structure, including start frame delimiter, destination address (unicast, broadcast, or multicast), the 48-bit sender MAC, type field, payload, and frame check sequence for CRC-based error checking.
Configure vlan trunking across two switches, assign computers to specific vlans, verify connectivity with ip addressing and subnet masks, and troubleshoot trunk and access port configurations.
Configure per-vlan spanning tree protocol (pvst) across a three-switch lab, including ip addressing, vlan 10 and vlan 20, and dot1q trunk encapsulation.
Configure rapid pvst+ across three switches, set up management vlans and ip addresses, enable trunking with native vlans, and apply portfast and bpdu guard to optimize spanning tree.
Explore how the spanning tree protocol prevents loops and broadcast storms by electing a root bridge, assigning root ports and designated ports, and blocking redundant paths.
Learn to configure an etherchannel across two switches using PAgP and LACP, create channel groups on trunk links, and verify with show etherchannel commands while spanning tree blocks loops.
Explore switch stacking and chassis aggregation to form a logical device from switches, connected by stack of cables, reducing managed devices and footprint, with high availability via multi-choice ether channel.
The lecture explains how routers determine network paths using destination IPs and a routing table, learning networks from neighbors and using static or dynamic routing, ARP for MAC resolution.
Discover routing table components, including prefix, network mask, and next hop, and how slash notation and classful/classless addressing shape route selection by administrative distance and metrics toward the default gateway.
Understand routing table population rules using administrative distance and protocol metric, add or replace routes based on specificity and source, and apply load balancing when metrics match.
Compare distance vector and link-state routing protocols, highlighting Belman algorithm-based shortest-path calculation, slow convergence and routing loops in distance vector, versus link-state's topology table and Dijkstra-based routing.
Interior routing protocols operate within a single domain using one autonomous system number. Exterior routing protocols connect domains with different autonomous system numbers, with BGP as the border gateway protocol.
Configure IPv4 static routing by setting up router interfaces, assigning IP addresses and subnet masks, and verifying connectivity with ping in a hands-on lab.
Configure ipv6 addresses on router interfaces in a small topology with switches and computers, verify connectivity, and save the configuration.
configures ipv6 static routing by adding multiple /64 networks, enabling routing on each interface, and assigning exit interfaces to reach every host, with pcs receiving addresses.
Configure multi-area ospfv2 for ipv4 networks, define area zero and additional areas with wildcard masks and precise ip addressing, and verify neighbors and routes.
Configure eigrp ipv4 lab part 1 by building a topology, assigning ip addresses to routers and pcs, bringing interfaces up, and verifying connectivity.
practical lab on eigrp ipv4: configure ipv4 addressing with wildcard masks, define networks, save and verify using show commands, and confirm routing table updates.
Configure rip version 2 routing by assigning ip addresses to router interfaces, enabling routing with network statements, and verifying connectivity with show commands and pings.
Explore WAN topology options, including hub-and-spoke and full-mesh designs, and how LCP and NCP enable data-link connections and SDLC encapsulation for single-homed sites and routed protocols.
Explore MPLS and GMPLS for traffic engineering across service provider networks and secure site-to-site and remote access using dynamic multipoint VPN with IPsec over the internet.
Configure and troubleshoot a PPP serial link in a Cisco lab: set hostname, interface serial, IP address, PPP encapsulation, bandwidth, and clock rate, then verify connectivity with ping.
Configure mlppp across two routers using serial links with multilink groups 1 and 2 in gns3, issue no shutdown, and verify with show ip interface brief.
Configure a PPPoE lab in GNS3, assigning IPs from a local pool, enabling interfaces, performing PPP authentication, and establishing a default route to verify connectivity.
Configure a GRE tunnel between two routers by setting source and destination IP addresses on serial interfaces, creating tunnel interfaces, and validating connectivity with show commands and ping tests.
Configure ip addressing on serial and gigabit interfaces, connect pcs via switches, and establish bgp between routers with as 65001, validating with interface brief and bgp summary outputs.
Explore quality of service (QoS), how it prioritizes traffic to improve end-user experience by controlling resources, reducing delay, jitter, and loss through marking, policing, and diverse queuing strategies.
Learn how DNS lookup works and how a DNS server streamlines name resolution in a Cisco network by configuring ip domain-lookup, ip name-server, and ip domain-name.
Learn to configure a DHCP server on the router to automatically assign IP addresses to hosts, provide the DNS server via DHCP, and verify connectivity with ping across the network.
Configure dhcp relay in a two-router topology by setting ip helper-address and dhcp pools, forwarding client requests across subnets and verifying with show commands.
Configure one-to-one private to public IP mappings in a static NAT lab, set up inside and outside interfaces, and verify translations with show ip nat translations.
Configure dynamic nat to map the private address space to five public IPs, define inside and outside interfaces, apply access-list 1, verify translations, and test connectivity with pings.
The nat pat configuration lab demonstrates configuring port address translation to conserve public addresses, assigning private ips to hosts, and verifying translations with ping and protocol tests.
Configure port security on Cisco switches using sticky MAC addresses to limit access to a single MAC, enforce protect, restrict, or shutdown actions, and verify with test connectivity.
Configure IPv6 access control lists on a router, apply them to an interface, and verify blocking of ICMP and web traffic while testing with connectivity checks.
Configure local authentication by setting up a username admin and password through the console to enable local login and protect access.
Configure the enable password and enable secret on a router, and enable service password-encryption to encrypt passwords and prevent plain-text exposure.
Configure the MOTD on Cisco routers via the configuration terminal, entering text to display at login and learning how to view and customize the MOTD.
Configure a telnet session by setting the VTY lines, enabling local login, assigning an IP address and subnet, and specifying a default gateway; then verify access with a login.
Configure secure shell access by using an access-list to permit a single source IP on vty lines and deny any, then verify SSH connections from the authorized host.
The course contains lectures pertaining to all subjects so that you may pass the Cisco CCNA 200-125 exam.
Through lectures, students will undergo the process of learning through practice labs and will be able to perform the configuration to real routers and switches with IT professional.
The course will give the good grasp to students with the understanding of core networking concepts such as configuration of routers, switches along with their usage. The course is specifically crafted according to the new syllabus on the Cisco's Official website in order to make you familiarize with the exam topics.
In Network Fundamentals Section, students will learn about the OSI, TCP/IP models and Protocols, infrastructure components, effects cloud resources in enterprise network architecture, collapsed core tier, three-tier architecture, networking topologies, cabling types, troubleshooting methods, IPv4 addressing, configuration and subnetting along with IPv4 address types, IPv6 addressing and configuration, IPv6 Auto configuration, IPv6 Address Types.
In Lan Switching Technologies Section, students will learn about switching concepts, troubleshooting of cable and interface issues, configuration of VLAN, DTP, VTP, 802.1Q, Native VLAN, PVST+, RPVST+, STP root bridge selection process, PortFast, BPDU guard, CDP, LLDP, and EtherChannel.
In Routing Technologies Section, students will learn about the routing concepts, routing table components, Inter-VLAN routing, IPv4 Static Routing, IPv6 Static routing, OSPFv2, OSPFv3, EIGRP for IPv4, EIGRP for IPv6, and RIPv2.
NOTE: Any simulation software or application is not included, you are required to download and install and configure the Packet Tracer, GNS3 or BOSON to run the labs for practice. For better understanding and Hands-On experience, students are required to create and configure each and every lab from scratch. Secondly, .PKT files are not uploadable on Udemy. If you have any query, feel free to ask me through Q&A.
It is strongly suggested that you should use Sybex book by Todd Lammle - CCNA 200-120 with this course.