This page follows Cisco's published 200-301 CCNA v2.0 blueprint for exams beginning February 3, 2027. If your exam is scheduled through February 2, 2027, Cisco says the active v1.1 blueprint still applies to that test date.
The v2.0 Final Review assumes the five domain guides are already familiar. It concentrates on the parts that need to stay fast under exam pressure: interpreting operational state, choosing the next verification step, following a packet through Layer 2 and Layer 3 decisions, and separating configuration intent from what the device is actually doing.
Final-review rule: Start with the expected traffic path, then prove each dependency with the smallest useful piece of evidence. Configuration tells you what should happen. Operational output tells you what is happening.
1. How to use this final review
Read each section as a recall test rather than a lesson.
For a command, table, or scenario, be able to answer:
- What state am I trying to prove?
- What should the correct state look like?
- Which command or packet evidence exposes that state?
- If the state is wrong, what dependency should I verify next?
- Is the problem local-link, Layer 2, Layer 3, service, security-policy, or management-plane related?
A useful final cycle is predict → verify → explain. Predict the output or forwarding decision before reading the answer. Verify it with the relevant IOS evidence. Then explain why the plausible alternatives do not fit.
2. v2.0 exam snapshot
Cisco has published the 200-301 CCNA v2.0 exam topics, but v2.0 does not become the live CCNA exam until February 3, 2027.
| Item | Published v2.0 detail |
|---|---|
| Exam code | 200-301 CCNA |
| Version | v2.0 |
| Launch date | February 3, 2027 |
| Duration | 120 minutes |
| Blueprint emphasis | Practical configuration, troubleshooting, security, AI-assisted operations, and evidence interpretation |
Cisco's v2.0 description says candidates may need to evaluate output and recommendations from agentic AI and digital network assistants. Treat those recommendations like any other operational input: verify them against device state and approved policy.
3. The five-domain map
| Domain | Weight | Keep fresh |
|---|---|---|
| 1.0 Network Infrastructure and Connectivity | 25% | Interfaces, cabling, virtualization, IPv4/IPv6, wireless, client connectivity, DHCPv4 |
| 2.0 Switching and Network Access | 25% | Interfaces, trunks, LACP, SVIs, edge ports, CDP/LLDP, show evidence, Rapid PVST+ |
| 3.0 IP Routing | 20% | Routing-table interpretation, static routes, OSPFv2/v3, HSRP, VRRP |
| 4.0 Network Services and Security | 20% | AAA, SFTP/SCP, NAT/PAT, DNS, IPsec, ACLs, Layer 2 protections |
| 5.0 AI, and Network Operations and Management | 10% | Agentic AI, prompting, management models, SNMP, Ansible, syslog |
The weights matter, but the domains do not operate independently. A failed DHCP relay can look like a client-address problem. A missing VLAN can keep an SVI down. A route can exist while an ACL or NAT rule still blocks the application. The exam increasingly rewards following the whole path.
4. Use a troubleshooting model that preserves evidence
When a client cannot reach a destination, move outward from the nearest dependency instead of changing several configurations at once.
A practical sequence is:
- Local interface: Is the link administratively and operationally usable?
- Addressing: Does the endpoint or routed interface have the intended IPv4/IPv6 address and prefix?
- Layer 2 placement: Is the access VLAN, trunk, port channel, SVI, or spanning-tree state correct?
- First hop: Is the gateway reachable and correct?
- Routing: Which installed route matches the destination, and is the next hop resolvable?
- Service/policy: Does DHCP, DNS, NAT, ACL, AAA, VPN, or another policy element permit the intended behavior?
- Evidence over assumption: Use logs, counters, packet capture, neighbor tables, translations, bindings, or route output to confirm the hypothesis.
Evidence rule: A successful ping proves only the tested reachability. An up/up interface proves the link is operational, not that VLAN, routing, DNS, NAT, ACL, application, or return-path behavior is correct.
5. Network Infrastructure and Connectivity
Domain 1 is 25% of v2.0 and begins with diagnosis rather than device-name memorization.
Read interface evidence before changing configuration
Useful interface clues include:
- Administratively down: configuration has disabled the interface.
- Down/down: physical signal, cable, optic, remote side, speed, or hardware deserves attention.
- Up/down: the physical layer may be present while the line protocol or logical dependency is not healthy.
- Input errors / CRC: corrupted received frames, cabling, optics, interference, or related physical issues.
- Late collisions: classic duplex-mismatch clue on Ethernet where collisions can occur.
- Drops: can reflect congestion, queues, hardware limits, or another resource condition.
show interfaces gives more evidence than an interface summary when counters, duplex, speed, or errors matter.
Match copper and fiber to the actual path
For copper, keep pinout, category, distance, speed, and negotiated settings together.
For fiber, match:
- Single-mode vs multimode
- Transceiver type
- Wavelength
- Supported distance
- Connector/path
- Receive/transmit direction and signal evidence
An optic that physically fits is not automatically compatible with the installed fiber and remote optic.
IPv4: subnet boundaries drive the answer
For a host or interface:
- Convert the prefix to the mask if needed.
- Identify the network boundary.
- Determine whether the destination is local or remote.
- Verify the host address and gateway belong where intended.
- Check for overlapping or incorrect prefixes.
Public vs private addressing is secondary to whether the configured prefix places the host on the intended subnet.
IPv6: keep address type and prefix context visible
Remember:
- Link-local addresses use
FE80::/10and work only on the local link. - Global unicast addresses are routable according to the configured topology.
- A typical LAN prefix is commonly
/64where SLAAC/EUI-64 behavior is expected. - Modified EUI-64 builds an interface identifier from the MAC address and flips the universal/local bit.
- A static route using a link-local next hop needs enough interface context to identify the local link.
Use the IPv6 Quick Review if compression, EUI-64, Neighbor Discovery, or link-local next-hop behavior is slow.
Wireless: separate radio, association, security, and IP
A wireless client can fail at several different stages:
- Band/channel or coverage
- RF interference/attenuation
- Association
- Security/authentication
- DHCP/addressing
- Gateway/routing
Strong signal does not prove the channel is uncongested or that authentication succeeded. A valid association does not prove DHCP or DNS works.
DHCPv4: follow the client, server, and relay path
On IOS devices, verify:
- Client link and VLAN
- DHCP pool and excluded addresses
- Available leases
- Default-router and DNS options
- Relay
ip helper-addresson the correct routed interface - Routing between relay and server
- Bindings/conflicts and logs
A relay problem is not repaired by editing the client DNS setting.
6. Switching and Network Access
Domain 2 is another 25%. Most switching questions become easier once you decide what the link is supposed to be.
Access, trunk, routed, and SVI are different interface jobs
- Access port: carries one access VLAN for a typical edge endpoint.
- 802.1Q trunk: carries multiple VLANs with tagging rules and a native VLAN.
- Routed port: operates as a Layer 3 interface rather than a switchport.
- SVI: provides a Layer 3 interface associated with a VLAN.
For an SVI to be operational, the VLAN and switch state must support it. Correct IP syntax alone does not make the SVI usable.
For trunks, read operational state and VLAN allowance separately
show interfaces trunk helps answer:
- Is the link actually trunking?
- Which native VLAN is in use?
- Which VLANs are allowed?
- Which VLANs are active and forwarding?
If one VLAN fails across a trunk while others succeed, the allowed-VLAN list and VLAN existence are stronger clues than a complete physical-link failure.
LACP EtherChannel: prove the logical bundle and every member
All member links must agree on relevant parameters. Use show etherchannel summary to distinguish:
- Port-channel exists
- Protocol/mode
- Member state
- Suspended or misconfigured member
- Layer 2 vs Layer 3 bundle
Troubleshoot the port-channel as a logical interface and the member links as physical/logical participants.
Edge ports depend on the attached device
A desktop, phone, access point, virtualized host, or network appliance may need different combinations of:
- Access VLAN
- Voice VLAN
- Trunking
- Power over Ethernet
- LACP/port channel
- Routed connectivity
Do not configure every edge connection like a desktop port.
CDP and LLDP test the documentation
Neighbor discovery provides observed device, interface, and capability evidence. If the diagram says one device is attached but CDP/LLDP shows another, investigate the mismatch instead of trusting the document by default.
Rapid PVST+: root, role, state, then protection
For each VLAN, keep this order:
- Which switch is root?
- What is the root port on each nonroot switch?
- Which segment gets a designated port?
- Which redundant port becomes alternate/other?
- Which ports should be edge ports?
Protection features defend different assumptions:
| Feature | Protects against | Strong placement clue |
|---|---|---|
| PortFast | Waiting through normal convergence on a true edge port | Host-facing edge |
| BPDU Guard | An edge port unexpectedly receiving BPDUs | PortFast/edge assumption |
| Root Guard | An attached switch trying to become root where it should not | Boundary where superior BPDUs should not change root placement |
| Loop Guard | A blocked/redundant path incorrectly forwarding after BPDUs disappear | Redundant switch-to-switch path |
A spanning-tree blocked/alternate port can be the correct loop-prevention state, not a fault.
7. IP Routing
Domain 3 is 20% and rewards reading the routing table precisely.
Keep route learning, installation, and forwarding separate
A route can be:
- Configured or learned
- Eligible or ineligible for installation
- Installed in the routing table
- Selected for one packet because its prefix is the longest match
The forwarding decision starts with longest-prefix match among installed routes.
Administrative distance matters when competing route sources offer the same prefix. Metrics compare paths inside the relevant routing process or route source.
Read a route entry field by field
Be able to identify:
- Route source/code
- Prefix/mask
- Administrative distance
- Metric
- Next hop
- Exit interface
- Default route/candidate default
Do not compare administrative distance before confirming the routes describe the same destination prefix.
Static routes fail for predictable reasons
Check:
- Destination prefix/mask
- Next hop
- Exit interface where required
- Recursive next-hop resolution
- Interface state
- Administrative distance for floating statics
- Return path
- IPv6 link-local next-hop interface context
A configured floating static route may correctly remain absent while the preferred route is available.
OSPF: adjacency before routes
For OSPFv2 and OSPFv3, troubleshoot in layers:
- Interface/addressing and reachability
- OSPF enabled on the intended interface
- Area/network behavior
- Neighbor adjacency
- Router ID and other required compatibility
- Learned routes
OSPF process IDs do not need to match between neighbors.
On broadcast networks, Designated Router (DR) and Backup Designated Router (BDR) behavior affects adjacency expectations. Do not assume every router pair on a broadcast segment must appear FULL with each other.
Point-to-point links do not elect DR/BDR.
Router ID is an identifier, not a forwarding address
Know how the configured/selected router ID affects OSPF identity and verify the process after changing it.
HSRP and VRRP solve first-hop availability
Interpret:
- Virtual IP
- Active/standby for HSRP
- Master/backup for VRRP
- Priority
- Preemption where configured
- Interface/group state
The protocol names differ, but the operational goal is a resilient default gateway.
8. Network Services and Security
Domain 4 is 20% and mixes management, translation, naming, VPN, filtering, and Layer 2 protection.
AAA: identity method and fallback order matter
CCNA v2.0 expects local usernames plus AAA-client configuration for TACACS+ and RADIUS management.
Keep these ideas separate:
- Local identity database
- Central AAA server
- Authentication method list/order
- Authorization/accounting where configured
- Reachability to the AAA service
- Fallback behavior
A fallback method is not the same as "try the next method after every rejected login." Distinguish an unreachable/failed method from a valid authentication denial according to the configured behavior.
Secure file transfer still depends on prerequisites
SFTP/SCP questions may involve:
- IP reachability
- SSH prerequisites
- Credentials/authorization
- Source and destination path
- File space
- Successful transfer verification
A successful copy proves the transfer completed. It does not prove the software image is appropriate or bootable for the target device.
NAT/PAT: prove roles, matching, and translation state
For NAT/PAT:
- Verify inside/outside interfaces.
- Confirm the traffic matches the intended source addresses.
- Confirm pool/static/overload configuration.
- Generate traffic.
- Inspect translations and statistics.
- Verify routing and return path.
An ACL used to identify NAT traffic is not automatically filtering packets on an interface.
DNS record type should match the broken lookup
| Record | Maps or identifies | Troubleshooting clue |
|---|---|---|
| A | Name to IPv4 address | IPv4 host/web access by name |
| AAAA | Name to IPv6 address | IPv6 host/web access by name |
| CNAME | Alias to canonical name | Alias points at wrong target |
| MX | Mail exchanger | Mail delivery by domain |
| NS | Authoritative name server | Delegation/authority problem |
| PTR | Address to name | Reverse lookup |
Check what DNS actually returned before editing an unrelated record.
IPsec: remote access and site-to-site answer different connectivity needs
Keep the concepts at the published depth:
- Remote-access VPN connects a remote endpoint/user toward protected resources.
- Site-to-site VPN protects traffic between networks.
- IKE helps negotiate IPsec security associations.
- ESP commonly provides confidentiality plus integrity/authentication services.
- AH provides authentication/integrity without payload encryption.
- Tunnel mode protects the original packet inside a new IP packet.
- Transport mode protects the payload while retaining the original IP header context.
ACLs: order, specificity, direction, and implicit deny
For IPv4 ACLs:
- Standard ACLs primarily match source IPv4 addresses.
- Extended ACLs can match source, destination, protocol, and ports.
- Named and numbered forms identify/configure the ACL in different ways.
- Entries are processed top to bottom.
- First match wins.
- An implicit deny remains at the end.
- Placement and interface direction determine which traffic sees the list.
Wildcard-mask logic is inverse-mask matching logic. Do not read a wildcard like a subnet mask.
Layer 2 security controls protect different assumptions
| Control | Primary job | Evidence to verify |
|---|---|---|
| DHCP snooping | Control trusted DHCP sources and build bindings | Trust state, VLAN scope, binding table, rate limits |
| Dynamic ARP Inspection | Validate ARP using trusted information such as DHCP snooping bindings | Bindings, trust state, dropped ARP evidence |
| Storm control | Limit excessive broadcast/multicast/unknown-unicast traffic | Threshold and action/state |
| RA Guard | Block unauthorized IPv6 Router Advertisements | Role/policy attachment and RA behavior |
| Port security | Restrict allowed/learned MAC behavior on a switchport | Secure MACs, maximum, violation mode, aging, violations |
Do not mark an uplink trusted merely because it "looks like" infrastructure. Trust should match the actual attached role.
9. AI, Network Operations, and Management
Domain 5 is 10%, but the blueprint explicitly connects AI output with troubleshooting activity.
Agentic AI still needs an operational boundary
An agentic system can plan steps, use tools, collect evidence, and recommend or perform actions within granted permissions.
Keep these questions visible:
- What data is the AI allowed to receive?
- What tools and credentials can it use?
- Which actions require approval?
- What evidence supports its conclusion?
- How is the result verified?
- What is the rollback path if it changes configuration?
AI output is not device state.
A useful prompt specifies the network decision
Strong prompts make the evidence and constraints explicit:
- Persona/role
- Goal
- Relevant evidence
- Data classification/privacy limits
- Instructions and prohibited actions
- Required output format
- Need for uncertainty or verification steps
"Fix the network" is weak. "Using this sanitized show ip route and show interfaces output, identify the most likely forwarding break, cite the evidence, and list the next two read-only verification commands" is operationally useful.
Management approaches change the control plane, not the need to verify
Know the broad differences among:
- Device-based management
- Cloud-based management
- Controller-based management
- Automation-based management
- Infrastructure as Code (IaC)
A controller or repository may represent intended state. Device output represents realized operational state. If they disagree, determine which is authoritative and why deployment or drift occurred.
SNMP: polling and notification answer different questions
Know:
- Manager / Network Management System (NMS)
- Agent
- Management Information Base (MIB)
- Object Identifier (OID)
- Polling
- Trap
- Inform
Polling asks for state. Traps/informs push event information toward the manager. SNMP is not "alerts only."
Ansible: know what the playbook is targeting and returning
Before trusting automated command output, verify:
- Inventory/target hosts
- Connection variables
- Credentials/privilege path
- Module/collection
- Command being executed
- Returned output
- Failed/unreachable hosts
Automation can make a correct task repeatable. It can also spread a wrong assumption quickly.
Syslog: severity is only one field
Keep the standard severity ordering:
| Level | Name |
|---|---|
| 0 | Emergency |
| 1 | Alert |
| 2 | Critical |
| 3 | Error |
| 4 | Warning |
| 5 | Notification |
| 6 | Informational |
| 7 | Debugging |
Lower number means higher severity. Still read the facility, mnemonic, message text, timestamp, and surrounding events before deciding what happened.
10. IOS evidence map
The best next command is the one that answers the next unresolved question.
| Question | Useful evidence |
|---|---|
| Are local interfaces up and addressed? | show ip interface brief, show ipv6 interface brief |
| Are counters, speed, duplex, and errors healthy? | show interfaces |
| What VLAN is an edge port actually using? | show interfaces switchport, show vlan brief |
| Is a link trunking and carrying the VLAN? | show interfaces trunk |
| Is the LACP bundle healthy? | show etherchannel summary |
| Which switch/port is root, designated, or alternate? | show spanning-tree |
| What device is actually connected? | show cdp neighbors, show lldp neighbors |
| Which route is installed? | show ip route, show ipv6 route |
| Did OSPF form neighbors? | show ip ospf neighbor, OSPFv3 neighbor output |
| Is DHCP assigning addresses? | show ip dhcp pool, show ip dhcp binding, show ip dhcp conflict |
| Which FHRP device is forwarding? | show standby brief, show vrrp brief |
| What does the IPv4 ACL contain? | show ip access-lists |
| Is NAT/PAT creating translations? | show ip nat translations, show ip nat statistics |
| What is the device logging? | show logging |
| Can I test a specific source/path? | extended ping, traceroute, packet capture |
Use the full IOS Verification Commands page when you need the surrounding interpretation rather than only the command name.
11. Common exam traps
- Reading running configuration without checking operational state.
- Treating
up/upas proof the entire path is healthy. - Changing an IPv4 mask because two addresses look visually close instead of calculating the prefix boundary.
- Forgetting that an IPv6 link-local next hop needs local-link/interface context.
- Treating every Wi-Fi failure as RF when authentication or DHCP is failing.
- Troubleshooting DHCP only on the server and ignoring the relay/VLAN path.
- Trusting a network diagram over CDP/LLDP evidence.
- Treating an STP alternate/blocked port as a fault when it is preventing a loop.
- Enabling PortFast on an infrastructure link simply to make convergence faster.
- Troubleshooting an EtherChannel without checking member consistency.
- Applying administrative distance before longest-prefix match.
- Assuming a configured static route must appear in the routing table.
- Forgetting the return path.
- Expecting OSPF process IDs to match between neighbors.
- Expecting every router pair on a broadcast OSPF network to be FULL.
- Reading a NAT match ACL as though it were an interface filtering ACL.
- Forgetting top-down ACL processing and the implicit deny.
- Editing DNS before confirming which record is wrong.
- Treating a secure file copy as proof the copied image is valid for the device.
- Trusting every uplink-looking switchport for DHCP snooping or DAI.
- Reversing syslog severity because 7 looks "higher" than 0.
- Treating intended state in a controller/IaC repository as proof the network implemented it.
- Trusting an AI recommendation without checking the supplied evidence and actual device state.
- Running automated commands against the wrong inventory because the playbook itself looks correct.
12. Final readiness checklist
You are ready for another full v2.0 practice session when you can explain or verify these without relying on recognition alone:
- [ ] Interface administrative state, line protocol, counters, duplex, speed, and common error clues
- [ ] Copper/fiber compatibility, distance, transceiver, and signal considerations
- [ ] Hypervisor, virtual machine, and container roles
- [ ] IPv4 subnet boundaries, private/public context, gateway placement, and assignment faults
- [ ] IPv6 address types, prefix sizing, compression, modified EUI-64, and link-local next-hop behavior
- [ ] Wireless band/channel, RF, security, and interference distinctions
- [ ] Client connectivity sequence across link, IP, gateway, DNS, and wireless security
- [ ] DHCPv4 client, server, pool, binding, conflict, and relay evidence
- [ ] Access vs trunk vs routed ports and when an SVI is operational
- [ ] Native/allowed VLAN behavior
- [ ] LACP EtherChannel member consistency and operational evidence
- [ ] Edge-port differences for desktops, phones, APs, virtualized hosts, and appliances
- [ ] CDP/LLDP validation of network documentation
- [ ] Rapid PVST+ root/port roles and PortFast, BPDU Guard, Root Guard, and Loop Guard
- [ ] Route-selection order: longest prefix, then source/AD where applicable, then metric within the source
- [ ] Default, network, host, and floating static routes for IPv4 and IPv6
- [ ] OSPFv2/OSPFv3 neighbor, router-ID, point-to-point, broadcast, and DR/BDR behavior
- [ ] HSRP and VRRP operational roles and virtual gateway behavior
- [ ] Local AAA, TACACS+, RADIUS, method/fallback logic, and management reachability
- [ ] SFTP/SCP prerequisites and transfer verification
- [ ] NAT/PAT inside/outside roles, match logic, overload, translations, and statistics
- [ ] A, AAAA, CNAME, MX, NS, and PTR troubleshooting roles
- [ ] IPsec remote-access vs site-to-site and tunnel vs transport context
- [ ] Standard/extended, named/numbered IPv4 ACL logic, wildcard masks, direction, order, and implicit deny
- [ ] DHCP snooping, DAI, storm control, RA Guard, and port-security purposes
- [ ] Agentic AI boundaries, evidence verification, data classification, and prompt constraints
- [ ] Device/cloud/controller/automation/IaC management differences
- [ ] SNMP manager, agent, MIB, OID, polling, trap, and inform roles
- [ ] Ansible inventory, target, connection, command module, and returned evidence
- [ ] Syslog severity order plus facility, mnemonic, timestamp, and message interpretation
- [ ] Which IOS command answers the next unresolved troubleshooting question
If several items are still slow, use the matching CCNA Quick Review or domain guide rather than rereading everything. Then take a fresh CCNA v2.0 practice test and see whether the repaired decisions hold when the evidence changes.
13. Official references
- Cisco 200-301 CCNA v2.0 Exam Topics
- Cisco CCNA exam page
- Cisco guidance for the v1.1 to v2.0 transition
- Cisco IOS XE interface and hardware command reference
- Cisco IOS XE OSPF configuration
- Cisco IOS XE Access Control Lists configuration
- Cisco IOS XE NAT configuration
- Cisco IOS XE SNMP configuration
- Cisco IOS XE system message logging