The level where you specialize. CCNP = two exams: the ENCOR 350-401 core plus one concentration exam of your choice. Cisco rebranded its DevNet track into Automation at this level — and choosing the automation path puts you in front of a 25% jump in job listings.
The six official ENCOR domains. Infrastructure is the monster at 30% — budget your time accordingly.
Core + any one of these = CCNP Enterprise. The Automation track is the demand magnet.
| Exam | Track | Best for |
|---|---|---|
| 300-435 ENAUTO ⭐ | Automation (former DevNet) | The 25%-demand-spike track: Python, APIs (IOS-XE, DNA Center, SD-WAN), NETCONF/RESTCONF, Ansible. My pick. |
| 300-410 ENARSI | Advanced Routing & Services | The classic deep-routing path (BGP, OSPF, EIGRP, VPN, MPLS basics). Best base if CCIE Enterprise is the goal. |
| 300-415 ENSDWI | SD-WAN | Branch-connectivity specialists; very hot in large retail/banking. |
| 300-420 ENSLD | Network Design | Pre-architect path; pairs well with the Level 5 goal. |
| 300-425 / 300-430 | Wireless Design / Implementation | Wi-Fi specialists (stadiums, hospitals, campuses). |
CCNP labs outgrow Packet Tracer — this level moves to EVE-NG/CML with realistic multi-site topologies, plus the free Cisco DevNet sandboxes for automation.
8+ routers: backbone area 0, two branch areas, summarization at ABRs, a stub area, and route filtering. Then injure it: mismatched area types, missing virtual link — and repair.
Your edge AS peers with two simulated ISPs. Configure eBGP, influence outbound path with local-preference and inbound with AS-path prepending. Fail ISP-A and watch traffic shift.
Carry two isolated customer networks (VRFs) across shared routers, then connect sites over an encrypted GRE-over-IPsec tunnel across a simulated internet.
Enable Flexible NetFlow, export to a collector, generate mixed traffic, identify the top-talker. Add IP SLA probes that alert when latency to a "datacenter" exceeds threshold.
Use the free DevNet always-on IOS-XE sandbox: retrieve interface config via RESTCONF (YANG model), modify a description via NETCONF from Python, verify on-box.
Inventory of 10 lab devices. Playbooks that: deploy standard SNMP/NTP/syslog config, verify compliance, and roll back drift. Store everything in Git with meaningful commits.
Use the reservable Cisco SD-WAN sandbox: explore vManage, build a policy, then pull device inventory and stats via the vManage REST API with Python.
Configure 802.1X with a RADIUS server: a corporate laptop authenticates onto the staff VLAN, an unknown device lands in a quarantine VLAN via MAB fallback.
The CCNP workhorse — big topologies, multiple vendors, snapshots. Needs a decent PC (32 GB RAM recommended) or a cheap dedicated mini-PC.
FreeLegal, current IOS-XE/NX-OS images straight from Cisco. Worth every dollar at this level.
PaidFree always-on and reservable labs: IOS-XE RESTCONF, DNA Center, SD-WAN. No hardware needed for the entire automation domain.
FreeYour automation toolkit. Add pyATS/Genie for parsing — it's Cisco's own test framework.
Freecisco.ios collections for config management. Pairs with Git for the "network as code" workflow employers want.
FreeStructured ENCOR video courses + the Official Cert Guide as reference. Boson ExSim again for practice exams.
Paid