Certification track

CCNP labs — hands-on Cisco practice

43 hands-on CCNP scenarios you build in your own Cisco Modeling Labs instance and grade against the answer key. Aligned to the CCNP certification track — exam-ready configuration and troubleshooting practice.

Included with a subscription

AdvancedLocked

VRRP Load-Sharing with Two Groups

Advanced VRRP on a single VLAN: configure two VRRP groups on R1/R2 so each router is Master for one group and Backup for the other, distributing host egress while preserving gateway redundancy.

CCNA & CCNP45 min4 objectives

AdvancedLocked

VRRP: Tune Advertisements to 3 Seconds

Advanced CCNP VRRP lab: standardize the VRRP advertisement interval to 3 seconds on a shared user VLAN. Two IOS routers (R1, R2) and two hosts connect to a single access switch on VLAN 10 (10.0.10.0/24). Both routers share VRRP group 1 and the same virtual IP 10.0.10.254 so hosts keep one default gateway. R1 is the master via priority 110; both routers explicitly set 'vrrp 1 timers advertise 3' to enforce a consistent master advertisement rate and backup master-down detection window. Verify with 'show vrrp' (Advertisement interval 3.000 sec) and host pings to the VIP.

CCNA & CCNP45 min5 objectives

AdvancedLocked

VRRP Object Tracking for Uplink Failover

Configure VRRP with interface object tracking so the virtual gateway fails over when the active router loses its upstream link, avoiding black-holing. The site LAN (VLAN 10) uses a single virtual default gateway (10.0.10.254) shared by two IOS routers (R1, R2). A separate access switch (SW) bridges the LAN. Both routers uplink via Ethernet0/1 to a second switch (CORE) on VLAN 99 to represent the upstream path. R1 is the intended VRRP master (priority 110). You will create a track object that monitors R1's uplink (Ethernet0/1) and decrements its VRRP priority by 20 if the link fails, allowing R2 to preemptively take over as master. The lab grades the deterministic VRRP configuration: common group and virtual IP on both routers, R1 priority 110, the global track object, and the 'vrrp 1 track 1 decrement 20' tie-in on R1.

CCNA & CCNP40 min5 objectives

AdvancedLocked

AS-Path Filtering: Accept Only Neighbor’s Own Routes

Advanced CCNP BGP policy lab focusing on inbound AS-path filtering at the edge. You will build a simple eBGP chain (AS 65003 — AS 65002 — AS 65001), originate prefixes from the two upstream routers, confirm that the edge learns multiple routes, then enforce a policy on the edge (R1) to accept only routes originated by its directly connected eBGP neighbor (AS 65002) while rejecting routes that transited AS 65003. Verification relies entirely on R1’s BGP table and AS-path regular-expression queries.

CCNP45 min5 objectives

AdvancedLocked

Lab 9: Path Selection with Weight (First Tiebreaker)

In this advanced CCNP BGP lab, you will steer a single router's outbound path choice using Cisco's Weight attribute, the very first BGP best-path tiebreaker. R1 (AS 65001) peers eBGP with two ISPs (R2 in AS 65002 and R3 in AS 65003). Both ISPs advertise the same prefix 172.16.50.0/24. Your job is to make R1 prefer the R3 path using the neighbor weight command and verify the outcome using IOS and Linux tools.

CCNP45 min5 objectives

IntermediateLocked

Transit AS: Carry eBGP across iBGP (next-hop-self)

In this CCNP-level lab (BGP Fundamentals Lab 4/10), you will build a small, realistic transit-AS scenario: an external route learned by R1 via eBGP from AS 65003 must be carried across iBGP to R2 inside AS 65001. You will intentionally encounter the classic iBGP next-hop problem (R2 sees an unreachable next-hop for 172.16.30.0/24) and fix it on R1 with neighbor next-hop-self. iBGP peering runs over Loopback0 addresses with reachability provided by OSPF area 0 between R1 and R2. Two hosts validate end-to-end data-plane reachability and routing control-plane state.

CCNP55 min5 objectives

AdvancedLocked

BGP Troubleshooting Capstone: eBGP + iBGP Repair

Advanced BGP capstone, run as a fault hunt. The hub lost its upstream service route overnight and the branch cannot see hub prefixes either. Sessions are not all down, which is what makes it interesting: one peering never establishes, one establishes and carries nothing, and one prefix is never originated at all. You get symptoms and the required end state — no fault list. Faults span all three routers, and one of them is not in BGP at all.

CCNP75 min5 objectives

IntermediateLocked

BGP Lab 7: Filtering Advertised Prefixes (Prefix-List)

Deploy eBGP between two routers and precisely control which locally-originated networks are advertised to a neighbor using an outbound prefix-list. R1 originates four /24 loopback routes but advertises only two to R2. Verify using IOS show commands and basic host reachability checks.

CCNP40 min5 objectives

IntermediateLocked

Lab 3: iBGP over Loopbacks with OSPF Reachability

Build an internal BGP (iBGP) peering between two IOS routers in the same AS over stable Loopback0 addresses, with OSPF providing loopback reachability. Each router originates a /24 from Loopback1 into BGP, and next-hop/peering behavior is validated from end hosts. This lab emphasizes the deterministic neighbor configuration (remote-as, update-source Loopback0, router-id) and exact-match network origination, supported by a minimal, secure OSPF core.

CCNP55 min5 objectives

AdvancedLocked

Inbound Steering: AS-Path Prepending (Primary/Backup eBGP)

Advanced CCNP BGP lab: Build parallel eBGP sessions between two ASes over primary and backup /30 links. Originate a service prefix from AS 65001 and influence AS 65002's inbound path by applying outbound AS-path prepending on the backup session only. Validate best-path selection and next-hop on the neighbor, and confirm reachability from hosts.

CCNP70 min5 objectives

IntermediateLocked

BGP Lab 5: Local Preference - Preferred Exit

Configure and validate BGP local-preference to prefer one provider when the same destination prefix is learned from two eBGP neighbors. You will see two equal AS-PATH routes to 172.16.100.0/24 on the edge router and then apply an inbound route-map on the R2 session to set local-preference 200 so the edge prefers exiting via R2. Verification includes host pings/traceroute and router BGP best-path checks.

CCNP45 min5 objectives

BeginnerLocked

BGP Lab 2: Exact-Match Prefix Origination

Configure eBGP between two routers and originate select connected /24s using the exact-match 'network ... mask' command. Verify that only the intended prefixes are advertised and learned by the neighbor, and use host-based tests to confirm reachability to the advertised networks. This beginner CCNP lab reinforces that the BGP network statement only advertises a route if an exact match exists in the RIB, and that the 'mask' keyword is mandatory for non-classful advertisements.

CCNP45 min5 objectives

BeginnerFree2026-07-03

eBGP Fundamentals: The First Peering

Build your first external BGP (eBGP) peering between two routers in different autonomous systems over a /30 point-to-point link and exchange one /24 prefix from each side using Loopback0. The topology is intentionally small yet realistic, with two edge routers (AS 65001 and AS 65002) and three Alpine hosts for basic reachability checks and operator context. You will configure deterministic BGP neighbors, originate prefixes with exact-match network statements, and validate reachability and route installation using standard IOS and Linux tools. This is Lab 1 of 10 in the CCNP-aligned BGP Fundamentals series and sets the foundation for later labs on iBGP, route filtering, and path selection.

CCNP35 min5 objectives

Free with an account

AdvancedLocked

EIGRP Troubleshooting Capstone

Advanced EIGRP capstone, run as a fault hunt. The branch LAN has disappeared from the network, one router sees only half its neighbours, and the routing process looks healthy on every device. Nothing was recorded. You get symptoms and the required end state — no fault list. Faults span all three routers, and two of them leave EIGRP running perfectly while doing nothing useful.

CCNP55 min5 objectives

IntermediateLocked

EIGRP Manual Route Summarization (AS 100)

Implement classic EIGRP manual summarization on R1 to collapse four contiguous /24 loopback routes into a single /22 summary toward R2, reducing R2’s routing table entries while preserving reachability.

CCNP40 min5 objectives

IntermediateLocked

EIGRP Lab 6: Propagating a Default Route

Inject a static default route from an edge router into an EIGRP domain so internal routers and hosts gain internet reachability. You will verify the D*EX 0.0.0.0/0 on the internal router and validate end-to-end connectivity from a branch host through the edge to an ISP-side server.

CCNP45 min5 objectives

AdvancedLocked

EIGRP Lab 7: Securing Adjacencies with MD5

Harden EIGRP adjacencies with MD5 authentication between two iol-xe routers over a /30 transit, then validate that only trusted peers form neighbors. You will configure a key chain, bind it to the transit interface, and enable EIGRP (AS 100) to exchange two user LANs. Verification includes neighbor state, key chain presence, and end-to-end host reachability.

CCNP45 min4 objectives

AdvancedLocked

EIGRP Stub Routing on a Spoke (Hub-and-Spoke, AS 100)

Configure a classic hub-and-spoke EIGRP domain where the single-homed branch (R2) is made an EIGRP stub, limiting query scope while still advertising its LAN. Validate that R1 flags R2 as a stub neighbor, routes still exchange, and query behavior is scoped appropriately.

CCNP50 min5 objectives

AdvancedLocked

EIGRP Unequal-Cost Load Balancing with Variance

Build a 3-router EIGRP domain where R1 reaches R3’s loopback over two paths (direct and via R2). You will tune interface delay so the indirect path becomes the successor and the direct path remains a feasible successor, then enable variance to install both unequal-cost paths in R1’s routing table. Two Alpine hosts validate end-to-end reachability while router show commands confirm unequal-cost load sharing.

CCNP65 min5 objectives

IntermediateLocked

Tuning HSRP Timers for Faster Failover

Configure HSRP on two routers with a shared virtual gateway and speed up failover by tightening hello/hold timers to 1/3 seconds. Validate deterministic active/standby selection and confirm timer settings via show commands.

CCNA & CCNP35 min5 objectives

AdvancedLocked

Load-Sharing with Two HSRP Groups

Implement two HSRP groups on a single VLAN so each router is Active for one group and Standby for the other. Two hosts split default gateways across the two virtual IPs for deterministic load-sharing with redundancy.

CCNA & CCNP40 min5 objectives

IntermediateLocked

Securing HSRP with MD5

Harden an HSRP virtual default gateway with MD5 authentication so only trusted routers can participate. You’ll secure an existing HSRP group on two IOS routers that share a user VLAN via a single L2 switch. Validate the authentication state on both routers and confirm the endpoint still reaches the virtual IP.

CCNA & CCNP35 min4 objectives

AdvancedLocked

Moving to HSRP Version 2

Migrate a single-subnet LAN from HSRP version 1 assumptions to HSRP version 2, enabling group numbers above 255. Configure HSRPv2 on two routers that share one virtual default gateway IP so hosts retain gateway resilience without reconfiguration.

CCNA & CCNP35 min4 objectives

AdvancedLocked

VRRP — The Open-Standard Alternative

Replace HSRP with open-standard VRRP to provide a shared virtual gateway on a single access VLAN. Configure VRRP group 1 with a common virtual IP and deterministic master/backup roles via priority and preempt. Validate using show vrrp commands and end-host pings.

CCNA & CCNP45 min4 objectives

Practicing for the CCNP with hands-on labs

Why it matters, and what these labs cover.

CCNP is where networking stops being about single features and starts being about designs that interact — multi-area OSPF with summarization, redundancy, policy, and the failure modes that only show up when several things are configured at once. Reading won't get you there; you need to build the topology, break it, and fix it.

These CCNP-aligned labs run on real Cisco IOS in Cisco Modeling Labs and go past the fundamentals: multi-area OSPF with an ABR and route summarization, stub-area design, redundant paths and failover, deeper ACL policy, and multi-fault troubleshooting capstones. Build each lab, verify it, and upload your CML export for per-requirement grading so you get objective feedback on designs that are easy to get almost right. The break/fix scenarios mirror the ENARSI-style troubleshooting the exam — and the enterprise NOC — actually test.

Frequently asked questions

What's the difference between the CCNA and CCNP labs here?

CCNA labs build core configuration and single-feature troubleshooting; CCNP labs go into multi-area and multi-protocol design, route summarization, redundancy, and multi-fault troubleshooting capstones. Labs are tagged by track so you can filter to your level.

Do I need my own CML for the CCNP labs?

Yes — each lab is a package for your own Cisco Modeling Labs instance, built on free-tier images so you don't need paid node licenses.

Are the CCNP labs graded?

Yes. You upload your CML export and it's checked requirement by requirement against the answer key — which matters most at CCNP level, where a configuration can look right but be subtly wrong.

Looking for something else? Browse the full lab archive, narrow it to self-standing labs, or see today's daily lab.