dc dotCreds
Reference guide

CCNP Course Notes

Study CCNP section notes, then jump straight into the guided course or related practice questions without losing your place.

Continue Course Start Practice
Checking access

Checking Pro access...

Looking for your active Pro access before showing Course Notes. This usually takes just a moment.

Course Notes preview

Unlock Pro for the full per-exam reference guide.

Preview one piece from each section. Pro includes every Course Notes section, summary, key point, common mistake, exam tip, related-question review, and PDF export.

Includes full Course Mode and Course Notes.

Section 1 Network Foundations Preview
More in this section
  • Full summary in Pro version
  • 5 more key points in Pro version
  • 2 more common mistakes in Pro version
  • 2 more exam tips in Pro version
  • 39 more related questions in Pro version

Summary

SD-Access separates endpoint identity from location by using LISP to map endpoint identifiers to routing locators. The control plane node stores and answers those EID-to-RLOC mappings so fabric edge devices can forward traffic without flooding the campus. In ENCOR questions, the clue is usually whether the device is forwarding user traffic or maintaining endpoint-location state.

Key Points

  • ENCOR Architecture: The enterprise design scope tested by ENCOR, including campus fabric, SD-WAN, forwarding, QoS, wireless deployment, cloud connectivity, and resiliency decisions.

Common Mistakes

  • Treating an SD-Access control plane node like a fabric edge; the control plane stores LISP endpoint mappings, while the edge node forwards user traffic.

Exam Tips

  • If the SD-WAN clue asks which controller distributes control policies and routes, look for vSmart.
Section 2 Virtualization Concepts Preview
More in this section
  • Full summary in Pro version
  • 8 more key points in Pro version
  • 2 more common mistakes in Pro version
  • 2 more exam tips in Pro version
  • 31 more related questions in Pro version

Summary

Hypervisor questions test where virtualization control runs. A Type 1 hypervisor runs directly on server hardware and is common in production data centers, while a Type 2 hypervisor runs on top of a host operating system and is more common for labs or endpoint virtualization. The networking implication is that virtual switches, VM interfaces, and uplinks must still map back to real underlay connectivity.

Key Points

  • Type 1 Hypervisor: A bare-metal hypervisor that runs directly on physical server hardware and hosts virtual machines without a separate host operating system.

Common Mistakes

  • Thinking an overlay replaces the underlay; VXLAN, GRE, and IPsec still depend on routed underlay reachability and correct MTU planning.

Exam Tips

  • VXLAN questions usually involve VTEPs, Layer 2 extension over Layer 3, and extra encapsulation overhead.
Section 3 Infrastructure Deployment Preview
More in this section
  • Full summary in Pro version
  • 8 more key points in Pro version
  • 2 more common mistakes in Pro version
  • 2 more exam tips in Pro version
  • 19 more related questions in Pro version

Summary

MST questions focus on region consistency. Switches are in the same MST region only when the region name, revision number, and VLAN-to-instance mapping match. If those values differ, the switches treat each other as being in different regions, which changes how STP information is exchanged and can produce unexpected forwarding paths.

Key Points

  • MST Region: A group of switches with matching MST region name, revision number, and VLAN-to-instance mapping.

Common Mistakes

  • Assuming two MST switches are in the same region when the region name, revision number, or VLAN-to-instance mapping differs.

Exam Tips

  • MST region consistency requires the same name, revision, and VLAN-to-instance mapping.
Section 4 Network Assurance & Monitoring Preview
More in this section
  • Full summary in Pro version
  • 4 more key points in Pro version
  • 2 more common mistakes in Pro version
  • 2 more exam tips in Pro version
  • 18 more related questions in Pro version

Summary

Traffic capture features answer different visibility needs. SPAN mirrors traffic on the same switch, RSPAN carries mirrored traffic across a Layer 2 VLAN, and ERSPAN encapsulates mirrored traffic across an IP network. The design question is where the analyzer sits relative to the source traffic and whether Layer 2 or Layer 3 transport is needed.

Key Points

  • ERSPAN: Encapsulated Remote SPAN, a traffic mirroring method that carries copied packets across an IP network to a remote analyzer.

Common Mistakes

  • Choosing SPAN when mirrored traffic must cross a routed IP network; ERSPAN encapsulates mirrored packets for remote analysis.

Exam Tips

  • Use IP SLA to generate synthetic tests, then object tracking when a route or FHRP state must react to the result.
Section 5 Security Implementation Preview
More in this section
  • Full summary in Pro version
  • 7 more key points in Pro version
  • 2 more common mistakes in Pro version
  • 2 more exam tips in Pro version
  • 19 more related questions in Pro version

Summary

CoPP protects the route processor by policing traffic destined to the control plane. It does not filter transit traffic the same way an interface ACL does. CCNP scenarios usually test whether the threat is excessive routing, management, or control traffic hitting the device itself rather than user traffic passing through the device.

Key Points

  • Control Plane Policing (CoPP): A QoS-based protection feature that classifies and polices traffic destined to the device control plane.

Common Mistakes

  • Confusing CoPP with an interface ACL; CoPP protects traffic destined to the control plane and keeps device CPU from being overwhelmed.

Exam Tips

  • DHCP Snooping builds the binding table that Dynamic ARP Inspection and IP Source Guard can use for enforcement.
Section 6 Automation & Programmability Preview
More in this section
  • Full summary in Pro version
  • 7 more key points in Pro version
  • 2 more common mistakes in Pro version
  • 2 more exam tips in Pro version
  • 18 more related questions in Pro version

Summary

REST API questions test how a client interacts with a resource. GET retrieves data, POST creates or submits data, PUT replaces or updates a resource, and DELETE removes a resource. The HTTP verb should match the operation, and the response status code indicates whether authentication, authorization, syntax, or server processing succeeded.

Key Points

  • REST API: An API style that uses HTTP methods to operate on resources, commonly exchanging JSON data.

Common Mistakes

  • Calling YANG a transport protocol; YANG models the data, while NETCONF and RESTCONF provide ways to access modeled configuration and state.

Exam Tips

  • GET reads, POST creates or triggers an action, PUT replaces or updates a named resource, and DELETE removes it.