Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
CCNP,CCIE Enterprise: ENCOR 350-401 Training Part-2/2
Highest Rated
Rating: 4.8 out of 5(359 ratings)
3,683 students

CCNP,CCIE Enterprise: ENCOR 350-401 Training Part-2/2

Learn CCNP,CCIE Enterprise ENCORE with Step by Step Lab Workbook
Created byAhmad Ali
Last updated 7/2026
English
English [Auto],French [Auto],

What you'll learn

  • You will be ready to pass ENCOR exams and get great hands on experience with our detailed labs.
  • Anyone who wants to prepare for the CCNP Enterprise certification exams.
  • Anyone who wants to learn routing at professional level.
  • Anyone who wants to prepare for the CCNP exam
  • Anyone who wants to prepare for the CCIE Written exam

Course content

1 section76 lectures27h 38m total length
  • Before Starting This Course1:22
  • Lecture-69:Introduction and Concept of Border Gateway Protocol (BGP).22:27

    Learn border gateway protocol, the exterior dynamic routing protocol for internet connectivity. Discover its TCP-based operation on port 179, path vector routing, iBGP and eBGP flavors, and policy based routing.

  • Lecture-70:Border Gateway Protocol (BGP) Introduction to AS Number.43:54

    Learn how autonomous system numbers identify networks in BGP, the shift from 16-bit to 32-bit AS numbers, and how AS dot notation helps configure them across IPv4 and IPv6 routers.

  • Lecture-71:Border Gateway Protocol (BGP) Flavors IBGP and EBGP.24:30

    Explore the two BGP flavors internal (iBGP) and external (eBGP), and learn how TTL, administrative distance, and neighbor relationships differ, including iBGP’s indirect connectivity and EBGP’s direct connectivity.

  • Lecture-72:Border Gateway Protocol (BGP) Three Different Tables.12:09

    Explore how BGP uses neighbor table, forwarding table, and routing table to track neighbors, updates, and best route, via commands like show ip bgp summary and show ip route bgp.

  • Lecture-73:Border Gateway Protocol (BGP) Active and Passive.22:38

    Learn BGP active and passive modes, where the lowest router ID initiates the TCP session on port 179, with verification via show ip bgp neighbor and show tcp brief.

  • Lecture-74:Border Gateway Protocol (BGP) Six Neighbor States.33:36

    Explore the six BGP neighbor states—idle, connect, active, open send, open confirm, established—driven by a TCP three-way handshake on port 179 with manual neighbor configuration, no broadcast or multicast discovery.

  • Lecture-75:Border Gateway Protocol (BGP) Four Message Types.17:44

    Learn the four BGP message types: open, update, keep alive, and notification, and how they establish neighbors, exchange routes, and flag misconfigurations in a hands-on lab.

  • Lecture-76:Border Gateway Protocol (BGP) Multihop & Update-Source.17:52

    Configure BGP multihop and update-source when using loopback interfaces for EBGP sessions. Ensure reachability with static routes and verify neighbors with show ip bgp summary and show ip bgp neighbor.

  • Lecture-77:Border Gateway Protocol (BGP) Keepalive & Hold-Down Timers.28:07

    Explore how BGP timers use keep alive and hold-down periods, adjust per-neighbor timers, and apply a hard reset; hold timer must be at least three times keep alive.

  • Lecture-78:Border Gateway Protocol (BGP) Next-Hope-Self Command.19:45

    Explains the BGP next-hop self fix for iBGP learning routes from an external BGP, showing how changing the next hop and advertising the internal subnet restores reachability to 111.

  • Lecture-79:Border Gateway Protocol (BGP) Synchronization Command.38:18

    Understand how BGP synchronization controls advertising of routes learned via internal BGP to external BGP, illustrated with R1, R2, R3 topology, version differences, and IGP/EGP scenarios.

  • Lecture-80:Border Gateway Protocol (BGP) Attributes Theory.23:47

    Explore border gateway protocol attributes, including origin, as-path, and next-hop, and learn how well known mandatory, discretionary, and optional transitive and non-transitive attributes shape BGP path selection for internet routing.

  • Lecture-81:Border Gateway Protocol (BGP) Best Path Selection Theory.50:28

    Explore how BGP selects the best path using weight, local preference, originate, as-path, and path length, with tie-breakers like router id and next-hop IP shaping routing decisions.

  • Lecture-82:Border Gateway Protocol (BGP) Best Path Selection Lab.1:00:02

    Explore BGP best path selection via a lab, focusing on weight, local preference, origin, AS path, oldest path, and router ID. Understand how these attributes shape real-world route choices.

  • Lecture-83:Introduction and Concept of Network Address Translation.22:01

    Configure and understand network address translation on Cisco devices, including static and dynamic NAT and PAT, translating inside local to inside global and outside local to outside global.

  • Lecture-84:Configure and Verify Network Address Translation & PAT.33:07

    Configure and verify static NAT, dynamic NAT, and PAT on Cisco routers, mapping inside local addresses to outside global addresses, using pools, ACLs, and show ip nat translation.

  • Lecture-85:Introduction and Concept of Debug and Conditional Debug.21:31

    Learn how to use debug and conditional debug on Cisco routers and switches, manage cpu and memory impact, and filter output by ip, mac, interface, or acl.

  • Lecture-86:Introduction and Concept of Ping and Traceroute Command.19:39

    Explore how ping and traceroute diagnose connectivity by sending ICMP echo requests and tracing hops, learn adjustable packet size, count, and source options, and interpret results for reachability and latency.

  • Lecture-87:Configure and Verify SNMP Version 2 and SNMP Version 3.31:54

    Configure and verify snmp versions 2 and 3 for network monitoring; compare v1/v2 with v3 security, and explain the roles of manager, agent, mib, read/write, traps, and port usage 161/162.

  • Lecture-88:Configure and Verify Syslog (Logging) in Cisco Router.31:16
  • Lecture-89:Introduction and Concept of Network Time Protocol (NTP).12:14

    Explain how the network time protocol uses udp port 123 to synchronize clocks and stratum levels across devices, ensuring accurate timestamps for syslog, snmp, and authentication.

  • Lecture-90:Configure and Verify Network Time Protocol and Security.55:11

    Configure entropy and verify network time protocol across routers with ntp server/client roles, external time sources, md5 authentication, acls, and peer mode.

  • Lecture-91:Configure and Verify IP SLA (Service Level Agreement).29:56

    Explore IP SLA to monitor service level agreement promises, measuring latency, jitter, packet loss, and congestion, and use ICMP and track to failover between dual ISPs.

  • Lecture-92:Interpret Basic Python Scripts Network Automation Lab.28:26

    Explore how network automation uses Python scripts to automate configuration, management, testing, and deployment across switches and routers, reducing human error and enabling rapid VLAN and IP setup.

  • Lecture-93:Introduction to Application Programming Interface API.6:44

    Explore what an application programming interface (API) is, a middleman that connects applications and devices, with examples from PayPal, social media, and weather services, using XML or JSON.

  • Lecture-94:NETCONF Application Programming Interface Theory & Lab.29:17

    Netconf is a southbound API using SSH on port 830 and XML RPC to configure and monitor devices, with get-config, edit-config, copy-config, and delete operations and capability exchange via hello.

  • Lecture-95:RESTCONF Application Programming Interface Theory & Lab.12:06
  • Lecture-96:Introduction and Concept of Software Defined Networking.15:08

    Software defined networking centralizes control in a controller, enabling centralized configuration and monitoring, and uses application, control, and data planes to manage routing with protocols like BGP and OSPF.

  • Lecture-97:Introduction to North Bound API and South Bound API.4:46

    Explains northbound and southbound APIs, using the waiter analogy, and shows rest-based northbound APIs connecting the application layer to the controller, while netconf and restconf drive the controller to devices.

  • Lecture-98:Introduction & Concept of Cisco DNA Center (Cisco DNAC).14:25

    Centralize your network with Cisco DNA Center, a central appliance or virtual platform for design, provision, policy, and assurance. Enable discovery, health monitoring, and one-click upgrades across devices.

  • Lecture-99:Introduction to JSON (JavaScript Object Notation) and Lab.33:16

    Explore json fundamentals: objects, arrays, and key-value pairs in double quotes. Understand json's role in lightweight, human- and machine-readable data exchange for routers, switches, and APIs, with lab examples.

  • Lecture-100:Introduction and Concept of Data Modeling Language, YANG.13:06

    Explore data modeling with YANG, a vendor-agnostic template that enables configuring multi-vendor devices through Netconf and Restconf, using XML and JSON representations.

  • Lecture-101:Compare Agent,Agentless,Chef,Puppet,Ansible and SaltStack.27:40
  • Lecture-102:Configure and Verify EEM Applet to Automate Configuration.26:09

    Discover Cisco’s embedded event manager (eem) to automate router tasks, generate syslog alerts, and enforce controls by executing CLI actions and preventing critical commands.

  • Lecture-103:Introduction and Concept of Cisco NetFlow Theory.25:41

    Explore NetFlow, a traffic collection and analysis approach that uses a cache to group packets into flows by seven attributes, enabling near real-time network visibility, monitoring, and security insights.

  • Lecture-104:Configure and Verify Cisco NetFlow and Top-Talkers Lab.22:17

    Configure Cisco net flow on the edge router, export traffic to a net flow collector, and verify top talkers and application details using version 5 flow records.

  • Lecture-105:Configure and Verify Lines and password protection.33:25

    Secure routers by using enable secret with algorithm type hashing (MD5 or SHA-256), enabling password encryption, and protecting vty and console access through SSH version 2 with RSA keys.

  • Lecture-106:Introduction, Theory and Concept of AAA Server.14:59

    Learn how AAA, comprising authentication, authorization, and accounting, provides centralized management for network resources with Cisco ISE, using local or LDAP databases and comprehensive device access logging.

  • Lecture-107:Configure and Verify Device Administration Lab.41:18

    Explore centralized device administration with Cisco ISE using TACACS+ (tech X) to manage switches and routers from a single, policy-driven interface, including group-based command sets, shells, and auditing.

  • Lecture-108:Configure and Verify Control Plane Theory and Lab.28:45

    Learn to protect the control plane with policing and protection, securing device-to-device traffic such as CDP, ARP, OSPF, and BGP against UDP and ICMP floods through practical lab demos.

  • Lecture-109:Components of Network Security Design Threat Defense.13:33

    Trace the evolution from snort, a 1998 open-source intrusion detection system, to Cisco firepower threat defense with FMC, detailing next-generation IPS/IDS features.

  • Lecture-110:Components of Network Security Design Endpoint Security.5:34

    Protect endpoints with antivirus, anti spyware, firewall and email filtering, and keep OS, apps, and firmware updated. Deploy endpoint protection agents and enforce multi-factor authentication to safeguard the network.

  • Lecture-111:Introduction to Firewall Technologies and Types.20:39
  • Lecture-112:Introduction, Theory and Concept of TrustSec, MACsec.4:07

    Introduce Trustsec and Macsec as key concepts in Cisco Ise, explain tagging and Vlan separation for access control, and describe Macsec layer-two hop encryption between switches.

  • Lecture-113:Introduction and Concept of 802.1X (Dot1x) & Components.13:53

    Explore 802.1x dot1x port-based authentication, using EAPOL to secure wired and wireless access, with the three components: supplicant, authenticator, and authentication server (ISE).

  • Lecture-114:Introduction to Media Access Control Authentication Bypass.7:03

    Understand media access control authentication bypass (map) for devices lacking 802.1X, using MAC addresses stored in Cisco ISE to authenticate printers, phones, and endpoints, with dynamic VLAN and ACL restrictions.

  • Lecture-115:Introduction to Central Web Authentication (CWA).6:59

    Learn how central web authentication redirects wired and wireless users to a web portal for guest access, enabling temporary login and VLAN isolation.

  • Lecture-116:Introduction, Theory and Concept of Access Control List ACL.14:39

    Explore access control lists, including standard and extended types, time-based and infrastructure variants, with top-to-bottom processing, permit and deny actions, and interface placements for inbound and outbound traffic.

  • Lecture-117:Configure and Verify Standard Access Control List ACL Lab.28:21

    Set up a lab with routers and servers, then apply a standard ACL to block a single host from reaching a server, using outbound ip access-group.

  • Lecture-118:Configure and Verify Extended Access Control List ACL Lab.22:25

    Learn to configure extended ACLs that specify source, destination, port, and protocol, apply them inbound near the source, and block http traffic on port 80 using tcp.

  • Lecture-119:Configure and Verify Named Access Control List ACL Lab.11:57

    Learn to configure named ACLs with standard and extended types using ip access-list, apply them on interfaces, verify their behavior, and resequence for flexible modification.

  • Lecture-120:Configure & Verify Time-Based Access Control List ACL Lab.11:08

    Configure a time-based ACL by creating a time range (absolute or periodic, such as weekdays), apply it to an interface, and verify access with tests like ping, telnet, and ssh.

  • Lecture-121:Configure & Verify Infrastructure Access Control List Lab.11:49

    Configure and verify infrastructure access control lists on edge routers to block unwanted traffic, including private ranges, loopback traffic, and multicast, while permitting essential icmp types.

  • Lecture-122:Describe Device Virtualization Technologies Hypervisor,VM.26:07

    Discover how virtualization converts physical servers into multiple virtual machines using hypervisors, and compare type one and type two designs with virtual switches and VLANs.

  • Lecture-123:Introduction and Concept of Generic Routing Encapsulation.8:29

    Learn the concept of GRE (generic routing encapsulation), a point-to-point tunnel for layer 3 traffic, and how IPsec secures GRE to enable multicast-capable VPN between branches.

  • Lecture-124:Configure and Verify Generic Routing Encapsulation GRE.23:40
  • Lecture-125:Configure and Verify Cisco VRF Lite Theory and Lab.33:09

    Understand virtual routing and forwarding concepts, compare vrf lite and vrf with MPLS, and learn to partition routing tables by creating vrfs, assigning interfaces, and verifying routes.

  • Lecture-126:Introduction, Theory and Concept of VXLAN and LISP Protocol.26:33

    Explore vxlan, an overlay that extends vlan beyond 4094 by encapsulating layer 2 traffic over a layer 3 underlay with udp, and learn lisp, locator/ID separation protocol.

  • Lecture-127:Differentiate Between On-Premises and Cloud Infrastructure.23:25

    Differentiate between on-premises and cloud infrastructure. Compare private, public, hybrid, and community clouds, and explain access via internet and vpn.

  • Lecture-128:Describe Multicast Protocols, Such as PIM and IGMP v2/v3.31:31

    Describe how multicast uses one-to-many delivery to save bandwidth, leveraging IGMP and PIM protocols, with IGMP snooping to manage receivers, and handling class D multicast addresses from 224.0.0.0 to 239.255.255.255.

  • Lecture-130:Introduction, Theory and Concept of Quality of Service QoS.53:24

    Define quality of service (QoS) and show how to manage bandwidth, delay, jitter, and packet loss with classification, marking, policing, queuing, shaping, and congestion management.

  • Lecture-131:Configure and Verify Quality of Service QoS Shaping Lab.26:05
  • Lecture-132:Configure and Verify Quality of Service QoS Policing Lab.10:54

    Configure and verify QoS policing in a lab, applying a police policy to ICMP traffic on the ISP side, using class and policy maps and observing drops.

  • Lecture-133:Configure and Verify Quality of Service Classification Lab.16:55

    Identify and classify traffic for quality of service using NBAR, recognizing telnet, http, https, ssh, and icmp, then apply policy with class maps and service policies.

  • Lecture-134:Configure and Verify Quality of Service QoS Marking Lab.6:24

    Configure and verify QoS marking to identify and prioritize web traffic by marking HTTP packets with class maps and policy maps, using ACLs and interfaces to observe the marked packets.

  • Lecture-135:Introduction and Concept of 2 Teir and 3 Teir Architectures.14:03

    Explore two-tier and three-tier architectures, with core, distribution, and access layers, using layer 3 switches for high-speed backbone, redundancy, and load balancing; learn their benefits for scalable, easy management.

  • Lecture-136:Introduction and Concept of SDN, SD-WAN and SD-Access.15:32

    Explore software defined networking concepts, showing how centralized controllers replace per-device control planes to define, design, and monitor networks—enabling SD-WAN for WANs and SD-Access for LANs.

  • Lecture-137:Introduction and Concept of Wireless Basic & Terminologies.22:59

    Explore the basics of wireless technology, including wifi concepts, unlicensed radio spectrum, frequency, hertz, amplitude, wavelength, cycles, channels, and key 802.11 standards from 2G to 5G.

  • Lecture-138:Introduction and Concept of Wireless Deployment Models.8:10

    Explains autonomous ap architecture, cloud based architecture, split make architecture, centralized wireless network architecture, and converged wireless network architecture for enterprise wireless deployment.

  • Lecture-139:Introduction and Concept of AP, AP Categories and AP Modes.17:22

    Explore access points, autonomous versus lightweight controller-based APs, and modes like local, monitor, flex connect, sniffer, rogue detector, bridge, flex bridge, and C connect with a wireless LAN controller.

  • Lecture-140:Introduction and Concept of AP States, Discovering & Joining.11:19

    Learn how lightweight access points boot, discover wireless LAN controllers, and join via capwap to receive the latest iOS and controller configurations.

  • Lecture-141:Introduction and Concept of Antennas and Types of Antennas.6:17

    Explore antenna basics, including built-in and detachable types, omnidirectional and directional patterns, and mimo, with emphasis on home wifi use and point-to-point applications.

  • Lecture-142:Introduction and Concept of WLC & First Time Configuration.24:23

    Centralize management of access points using a wireless LAN controller, configure via web or CLI, and perform first-time setup with management IP, DHCP, and mobility options.

  • Lecture-143:Configure and Verify Wireless Lab in Cisco Packet Tracer.22:23

    Configure and verify a wireless lab in Cisco Packet Tracer by setting up a wireless LAN controller, lightweight access points, DHCP server, IP addressing, SSIDs, and client connectivity.

  • Lecture-144:Introduction and Concept of Wireless Security Features.6:24

    Explore wireless security features by configuring open, personal pre-shared key (psk) and WPA/WPA2/WPA3, plus enterprise options like radius and web authentication, enabling strong encryption and access control.

Requirements

  • CCNA Routing & Switching Knowledge CCNA 200-125 or CCNA 200-301
  • General understanding of network fundamentals
  • General understanding of how to manage network devices.
  • Basic knowledge of how to implement LANs, network automation.
  • To practice, you must install GNS3, EVE NG or Packet Tracer applications on your computer.

Description

Master Enterprise Routing, Switching, Wireless, Security, SD‑Access, SD‑WAN & Automation

The ENCOR – Implementing and Operating Cisco Enterprise Network Core Technologies (350‑401) course gives you the knowledge and skills to configure, troubleshoot, and manage modern enterprise wired and wireless networks. You will learn advanced routing, switching, security, automation, SD‑Access, SD‑WAN, and network programmability — supported by step‑by‑step configuration labs and real troubleshooting examples.

This course is ideal for students preparing for the CCNP Enterprise certification and the CCIE Enterprise Infrastructure qualifying exam. It provides deep, practical knowledge across all core enterprise technologies, helping you become a highly skilled network professional.

What You Will Learn

Enterprise Network Architecture

  • Hierarchical network design (access, distribution, core)

  • Hardware/software switching mechanisms

  • TCAM, CAM, process switching, fast switching, CEF

Layer 2 Technologies

  • VLANs, trunking, Layer 2 troubleshooting

  • Spanning Tree Protocol (STP)

  • EtherChannel configuration & troubleshooting

Advanced Routing

  • EIGRP features, metrics, path selection

  • OSPFv2 & OSPFv3 adjacencies, areas, packet types

  • Summarization, route filtering (IPv4 & IPv6)

  • EBGP path selection, single‑homed & dual‑homed designs

Network Redundancy & Connectivity

  • HSRP, VRRP

  • Static & dynamic NAT

  • Enterprise internet connectivity

Virtualization & Overlay Technologies

  • Server, switch, and network virtualization

  • VRF, GRE, VPN, LISP

Wireless Networking

  • RF fundamentals, antenna characteristics

  • Wireless standards

  • Autonomous AP vs WLC architectures

  • Roaming, location services

  • AP‑WLC communication

  • EAP, WebAuth, PSK authentication

  • Wireless troubleshooting

Network Operations & Monitoring

  • NTP, SNMP, IP SLA, NetFlow, EEM

  • Troubleshooting tools (show/debug commands)

  • Best practices for enterprise troubleshooting

Enterprise Security

  • Secure administrative access (CLI, RBAC, ACL, SSH)

  • Device hardening

  • AAA (Authentication, Authorization, Accounting)

  • VPNs, content security, logging, endpoint security

SD‑Access & SD‑WAN

  • Cisco DNA Center Assurance

  • SD‑Access nodes, control plane, data plane

  • VXLAN gateways

  • SD‑WAN orchestration, management, control, data planes

Multicast & QoS

  • IGMP v2/v3

  • PIM dense/sparse mode

  • Rendezvous points

  • QoS concepts and enterprise requirements

Automation & Programmability

  • Python basics and conditionals

  • NETCONF, RESTCONF

  • APIs in Cisco DNA Center & vManage

Why This Course Is Valuable

  • Covers 100% of ENCOR (350‑401) blueprint topics

  • Includes advanced routing, switching, wireless, security, SD‑Access, SD‑WAN, automation

  • Step‑by‑step configuration labs

  • Real troubleshooting examples

  • Perfect preparation for CCNP Enterprise and CCIE qualifying exam

  • Clear explanations suitable for beginners and experienced engineers

Who Should Enroll

  • Network Engineers

  • Enterprise Infrastructure Engineers

  • CCNP/CCIE candidates

  • Wireless & Security Engineers

  • SOC/NOC analysts

  • IT professionals managing enterprise networks

Prerequisites

  • Basic networking knowledge (CCNA level recommended)

  • Familiarity with Cisco IOS is helpful

  • No advanced experience required

Start Your CCNP ENCOR Journey Today

Master the core technologies of modern enterprise networks and prepare confidently for the CCNP Enterprise and CCIE Enterprise Infrastructure certifications.

Who this course is for:

  • Network administrators, Network support technicians, Help desk technicians
  • Enterprise network engineers, System engineers, System administrators