Networking350-601300-610300-615300-620300-625300-635

CCNP Data Center: NX-OS, ACI, and Storage Networking

Data center networking is a different world from campus and WAN. You're dealing with leaf-spine topologies, VXLAN fabrics, FCoE storage, and programmable infrastructure. CCNP Data Center validates that you can design, deploy, and troubleshoot the infrastructure inside modern data centres — including Cisco's ACI SDN fabric.

13 min
4 sections · 6 exam key points

NX-OS Fundamentals and Leaf-Spine Architecture

Cisco Nexus switches run NX-OS, which differs from IOS in several ways: features must be explicitly enabled (feature ospf, feature bgp, feature vpc), VDC (Virtual Device Context) allows logical partitioning on high-end platforms, and vPC (virtual Port Channel) eliminates STP blocked ports by allowing active-active dual uplinks. vPC components: vPC domain ID (must match on both peers), vPC peer-link (carries VLAN traffic for orphan ports and SVI traffic), vPC peer-keepalive (out-of-band heartbeat for split-brain detection), and vPC member ports (the actual LAG to downstream devices). Peer-link failure does not cause failover — keepalive failure does.

VXLAN BGP EVPN Fabric

VXLAN (RFC 7348) encapsulates L2 frames in UDP port 4789, extending L2 domains across L3 boundaries. BGP EVPN (RFC 7432) is the control plane that distributes MAC and IP reachability (type-2 routes), host mobility (type-2 with sequence number), prefix routes (type-5), and multicast group membership (type-6/7). In a leaf-spine fabric: leafs are VTEP (VXLAN Tunnel Endpoints), spines are route reflectors for BGP EVPN. Underlay uses IS-IS or OSPF for loopback reachability. Anycast gateway (same gateway MAC and IP on all leafs for a VNI) eliminates default gateway bouncing. Distributed Anycast Gateway is the standard design.

ACI: APIC, Tenants, and Contracts

ACI (Application Centric Infrastructure) uses a policy model based on the logical construct hierarchy: Tenant > VRF > Bridge Domain > EPG (Endpoint Group). Communication between EPGs requires a Contract (provider EPG advertises, consumer EPG uses, subject defines the filters/protocols). APIC is the SDN controller — it programs all leaf and spine policies via OpFlex. ACI fabric uses IS-IS as the underlay and VXLAN+ARP gleaning for the overlay (no BGP EVPN unless L3Out is configured). Microsegmentation: EPGs can contain endpoints by attribute (IP, VM tag, domain) for zero-trust within the fabric.

Storage Networking: FC, FCoE, and NVMe-oF

Fibre Channel concepts: World Wide Port Name (WWPN) identifies HBAs, World Wide Node Name (WWNN) identifies arrays. Zoning controls which initiators can see which targets — hard zoning by port, soft zoning by WWN (less secure). VSANs virtualise the FC fabric similar to VLANs. FCoE (Fibre Channel over Ethernet) maps FC frames to Ethernet using the FCoE protocol (EtherType 0x8906). Requires lossless Ethernet: PFC (Priority Flow Control) per-priority pausing, DCBx (Data Center Bridging Exchange) to negotiate lossless settings. FIP (FCoE Initialisation Protocol) handles FCF discovery and VF_Port login. NVMe-oF (NVMe over Fabrics) is the modern successor: NVMe commands transmitted over RDMA (RoCE v2 for Ethernet) or FC (FC-NVMe). Latency is dramatically lower than FCoE because the protocol stack is thinner.

Key exam facts — 350-601 / 300-610 / 300-615 / 300-620 / 300-625 / 300-635

  • DCCOR (350-601) is mandatory; electives include DCID (design), DCIT (troubleshooting), DCACI (ACI), DCSAN (storage), or DCAUTO (automation)
  • vPC peer-keepalive must be reachable even if peer-link fails — use an out-of-band management network, not the peer-link itself
  • VXLAN type-2 EVPN routes carry both MAC and IP in a single advertisement — this enables ARP suppression on the fabric
  • ACI contracts are directional: provider EPG is the server side, consumer EPG is the client side
  • PFC operates per-priority (802.1p CoS bits 0-7) — FCoE traffic must be on a no-drop priority class
  • Distributed Anycast Gateway uses the same virtual MAC (vmac) across all leafs for a given subnet

Common exam traps

vPC peer-link is a production traffic trunk between the two peer switches

vPC peer-link is not a trunk for production traffic — it carries only orphan port traffic and control plane

ACI uses STP to prevent L2 loops like a traditional network

ACI does not use STP — the fabric is routed from leaf uplinks, eliminating L2 loops

FCoE runs over any standard Ethernet network without special queuing

FCoE requires lossless Ethernet; standard Ethernet with tail-drop queuing will corrupt FC frames

Practice this topic

Test yourself on CCNP Data Center

JT Exams routes you to questions in your exact weak areas — automatically, after every session.

No credit card · Cancel anytime

Related certification topics