The Cisco 300-420 exam, officially titled Designing Cisco Enterprise Networks Exam, validates your ability to design scalable, secure, and resilient enterprise network architectures. This certification is a core requirement for the Cisco Certified Network Professional and Cisco Certified Network Professional Enterprise credentials. This page provides a focused study roadmap covering the exam syllabus, question formats, and actionable preparation strategies to help you pass with confidence.
Use this topic map to guide your study for Cisco 300-420 (Designing Cisco Enterprise Networks Exam) within the Cisco Certified Network Professional and Cisco Certified Network Professional Enterprise path.
The 300-420 exam uses multiple-choice and scenario-based questions to assess both theoretical knowledge and practical design reasoning. Questions progress in difficulty and require you to apply concepts to realistic enterprise situations.
Questions emphasize decision-making under constraints, encouraging you to think like an architect rather than memorize isolated facts.
A structured study plan breaks the five major topics into manageable weekly goals and reinforces connections between design layers. Allocate more time to Advanced Enterprise Campus Networks and WAN for Enterprise Networks, as these typically carry greater weight on the exam.
Explore other Cisco certifications: view all Cisco exams.
Strengthen your preparation with up-to-date resources from validexamdumps.com. These materials align to 300-420 and cover practical scenarios with clear explanations.
Visit the exam page to download the PDF, Online Practice Test, or get a bundle discount for both formats: Designing Cisco Enterprise Networks Exam.
Advanced Enterprise Campus Networks and WAN for Enterprise Networks typically account for 40-50% of exam content. These topics test your ability to make architectural decisions under real-world constraints. Advanced Addressing and Routing Solutions and Network Services each represent 15-20%, while Automation covers 10-15% and is growing in importance as enterprises adopt programmable infrastructure.
In practice, these domains overlap significantly. You begin with Advanced Addressing and Routing Solutions to establish the foundation, then design the campus network topology (Advanced Enterprise Campus Networks) and WAN strategy (WAN for Enterprise Networks) to connect sites. Network Services are then distributed across this infrastructure, and Automation tools are applied to manage configuration and monitoring at scale. The exam tests your ability to see these dependencies and make trade-offs across all layers.
Hands-on lab work with Cisco routers, switches, and design tools (such as Cisco Modeling Labs or GNS3) reinforces your understanding of protocol behavior and convergence. Prioritize labs covering OSPF and BGP design, VLAN and STP optimization, MPLS and SD-WAN configuration, and API-based automation. Real-world experience designing or supporting multi-site networks is invaluable, but focused lab practice on the five core topics will prepare you effectively even without production experience.
Frequent errors include overlooking convergence time and failover implications when selecting routing protocols, underestimating the impact of bandwidth constraints on WAN design, and failing to align redundancy strategies with business requirements. Candidates also sometimes miss the connection between addressing design and routing scalability, or neglect to consider how automation and monitoring fit into the overall architecture. Read scenario questions carefully and consider all design layers before selecting an answer.
Spend 60% of your final week reviewing Advanced Enterprise Campus Networks and WAN for Enterprise Networks through targeted question sets and scenario reviews. Use 20% to reinforce Advanced Addressing and Routing Solutions, especially BGP and OSPF design decisions. Dedicate 20% to Network Services and Automation, focusing on integration points with the other domains. On exam day, read each scenario thoroughly, eliminate obviously wrong answers, and trust your design reasoning.
Refer to the exhibit. A network engineer is designing an OSPF solution to connect a company's remote to a newly provisioned MPLS VPN backbone. Some of the branches have a direct dark fiber connection between each other. The engineer wants to ensure that the dark fibers are used only when the MPLS core is unavailable. Which solution must the engineer choose?
An OSPF sham link is the correct MPLS VPN design when backdoor links exist between customer sites and should be used only if the MPLS core is unavailable. In MPLS Layer 3 VPN designs that run OSPF between CE and PE routers, the MPLS VPN path can appear as an interarea route, while a direct dark-fiber backdoor link may appear as an intra-area route. OSPF prefers intra-area routes over interarea routes, so traffic could incorrectly prefer the dark-fiber path during normal operation. Cisco sham links solve this by creating an intra-area logical link across the MPLS VPN backbone between PE routers, making the MPLS path competitive or preferred according to OSPF cost. A virtual link connects disconnected OSPF area 0 sections and is not the right MPLS VPN tool. Stub and NSSA area types control external LSA behavior, not MPLS-backdoor path preference. The sham link preserves the desired routing hierarchy while keeping the direct dark fiber as backup. Reference topics: OSPF sham link, MPLS L3VPN, PE-CE routing, backdoor links, route preference.
Which function does the Cisco SD-Access intermediate node perform?
An SD-Access intermediate node routes and transports IP traffic between fabric nodes. It is part of the underlay transport path, comparable to a routed distribution or core device that provides IP reachability between edge, border, and control-plane nodes. Intermediate nodes do not perform endpoint registration, VXLAN encapsulation for attached users, virtual-network mapping, or anycast gateway services. Those functions belong primarily to fabric edge nodes. They also do not act as LISP proxy tunnel routers, which is a border-node function used for communication between the fabric and external networks. The intermediate node's role is deliberately simple: maintain underlay routing, provide resilient transport, and forward encapsulated traffic across the fabric infrastructure. This separation of roles is what lets Cisco SD-Access scale by keeping endpoint intelligence at the edge and mapping intelligence in the control plane while the intermediate layer remains a stable IP transport network. Reference topics: SD-Access intermediate node, routed underlay, IP transport, fabric roles, edge and border node separation.
Refer to the exhibit.

Refer to the exhibit. Which two points in the network must an engineer configure the ports for explicit trust when using a DiffServ model?
Explicit QoS trust should be configured at the network boundary points where markings first enter the managed DiffServ domain and are known to be reliable. In a DiffServ design, traffic classification and marking are typically performed at the access edge or at a controlled ingress boundary, and downstream devices then honor DSCP or CoS markings based on the trust boundary. Cisco QoS design stresses that the trust boundary must be intentionally placed; endpoints or unmanaged devices should not be trusted by default because they can mark traffic incorrectly and steal priority treatment. The exhibit answer identifies B and E as the correct trust points, meaning those are the controlled ingress locations where markings should be accepted. Options that trust uncontrolled endpoint-facing points or internal transit locations would either create a security problem or add no practical value. Once traffic is trusted and marked at the correct boundary, queuing, policing, and shaping policies can use the DSCP values consistently across the campus or WAN. Reference topics: DiffServ, QoS trust boundary, DSCP marking, classification, enterprise QoS design.
An ISP provides Layer 3 VPN service over MPLS to a customer with four branches and multiple CE routers at
each branch. To exchange the routes that are learned from the CE routers, which BGP address family should
the ISP activate among the PE routers?
The provider must activate the VPNv4 unicast address family between PE routers. In an MPLS Layer 3 VPN, customer routes learned from CE routers are placed into VRFs on the PE routers. To carry those customer routes across the provider backbone without overlap, MP-BGP advertises VPNv4 routes, which combine an IPv4 prefix with a route distinguisher. Route targets then control which receiving VRFs import the routes. Plain IPv4 unicast would not preserve customer VPN context and would not solve overlapping route separation. L2VPN EVPN is used for Ethernet VPN services and data center or Layer 2 VPN use cases, not classic MPLS L3VPN route exchange between PEs. Address-family multicast is unrelated to exchanging customer unicast routes between PE routers. Cisco MPLS VPN design relies on MP-BGP VPNv4 between provider edge routers, while PE-CE routing can be static, OSPF, EIGRP, BGP, or another supported method. Therefore, VPNv4 unicast is the correct PE-to-PE address family. Reference topics: MPLS Layer 3 VPN, MP-BGP, VPNv4 unicast, route distinguishers, route targets, PE-CE routing.
Which two best practices must be followed when designing an out-of-band management network? (Choose two.)
An out-of-band management network should be isolated from the production data network and protected with strict access control. Cisco SAFE design principles treat the management plane as a sensitive function because it provides administrative access to infrastructure devices. Isolation ensures that production outages, routing problems, or compromised user segments do not automatically remove the operator's ability to manage routers, switches, firewalls, and controllers. Access control ensures that only authorized administrators and management systems can reach the management interfaces and protocols. The management network should not be treated as a backup data path, because that undermines separation and can expose management devices to production traffic risks. It should also not be used as a general-purpose data backup network. ''Facilitate network integration'' is too vague and can conflict with the isolation requirement. Therefore, the best practices are to enforce access control and ensure network isolation. In a mature design, this normally includes dedicated management interfaces or VRFs, jump hosts, AAA, logging, and tightly controlled management protocol access.