Domain 1 accounts for 25% of the published CCNA 200-301 v2.0 blueprint. It covers a wide troubleshooting path: physical interfaces, copper and fiber, virtualization, IPv4, IPv6, wireless, endpoint connectivity, and Dynamic Host Configuration Protocol version 4 (DHCPv4) on IOS devices.
The topics belong together. A client that cannot reach the network might have a damaged cable, a disabled interface, the wrong prefix, a failed wireless authentication, a missing DHCP relay, or a correct address with no route beyond the local network. The useful skill is finding the first broken assumption without changing unrelated configuration.
Use this guide for v2.0. Cisco says the 200-301 v2.0 exam begins February 3, 2027. Candidates testing through February 2, 2027 should use the active v1.1 blueprint for exam-specific coverage.
Domain 1 objective map
| Objective | Main skill | Useful question |
|---|---|---|
| 1.1 | Interfaces and cabling | Which physical, speed, duplex, distance, pinout, error, or signal clue explains the link behavior? |
| 1.2 | Virtualization | What role is played by the hypervisor, virtual machine (VM), container, virtual interface, and host network? |
| 1.3 | IPv4 | Is the address, mask, assignment method, subnet, and gateway correct for the intended path? |
| 1.4 | IPv6 | Is the unicast address, prefix, link-local behavior, and interface identifier consistent with the design? |
| 1.5 | Wireless principles | Do band, channel, radio frequency (RF) conditions, security, and interference support a reliable association? |
| 1.6 | Client connectivity | Did the endpoint fail at link, association, authentication, IP configuration, name resolution, or routed reachability? |
| 1.7 | DHCPv4 on IOS | Did the client, relay, server, pool, and return path all participate in the address exchange? |
Use a troubleshooting order that preserves evidence
A network symptom can tempt you to jump directly to the technology you most recently studied. Resist that. Start with the lowest condition that must be true and move upward as each condition is proven.
A practical sequence is:
- Link: Is the interface or wireless connection physically usable?
- Local network: Is the client attached to the expected Layer 2 network?
- Address: Does it have the correct IPv4 or IPv6 address and prefix?
- Gateway: Does it know where to send traffic for remote networks?
- Service: Did Dynamic Host Configuration Protocol (DHCP), Domain Name System (DNS), authentication, or another required service complete?
- Path: Can traffic reach the destination and return?
Do not interpret the sequence as a rule that every ticket begins at Layer 1. Strong evidence can move you forward. If a client can reach a server by IP but not by name, the physical link, local switching, IP address, gateway, and routed path are already working well enough to support the session. DNS becomes a stronger lead than the cable.
Interfaces and cabling: read the link before changing it
Start with a compact state view:
show ip interface brief
The important distinction is between Status and Protocol. An interface that is administratively down needs a different response from an interface that is physically down. An interface that is physically up while the line protocol is down points toward a different class of failure again.
Use the full interface output when counters and negotiation matter:
show interfaces GigabitEthernet1/0/1
Useful clues include:
- Interface and line-protocol state
- Configured or negotiated speed
- Duplex
- Input and output errors
- cyclic redundancy check (CRC)-related errors
- Drops
- Resets or state transitions
- Traffic counters
A single old counter is weaker evidence than a counter that continues increasing while the problem occurs. Clear baselines matter. If a port accumulated errors months ago and has been stable since, the raw total may not explain today's complaint.
Duplex and collision clues
Modern switched Ethernet normally operates full duplex. Persistent collisions or late collisions deserve attention because they can indicate a negotiation or duplex problem, a legacy shared segment, or another physical-layer issue.
A classic duplex mismatch can produce confusing symptoms: the link stays up, light traffic may work, and performance collapses as load increases. One side may report collision-related behavior while the other records errors. Verify both ends rather than changing only the side you can see.
Copper: pinout, category, and distance
Twisted-pair Ethernet depends on the correct copper category, termination, pair integrity, and supported distance.
Two pinout standards are common for eight-position modular Ethernet cabling:
- T568A places the green pair on pins 1 and 2 and the orange pair on pins 3 and 6.
- T568B places the orange pair on pins 1 and 2 and the green pair on pins 3 and 6.
Using the same standard at both ends produces a straight-through pinout. Using A at one end and B at the other produces a crossover pinout. Modern automatic medium-dependent interface crossover (auto-MDI-X) support often removes the operational need to choose crossover cabling for ordinary Ethernet device combinations, but pinout mistakes and split pairs can still produce real faults.
Cable category also matters. Cat 5e commonly supports 1000BASE-T to 100 meters. Cat 6a supports 10GBASE-T to 100 meters. Cat 6 can support 10GBASE-T at shorter distances under appropriate conditions. When a link requirement approaches the limit, use the standard, device documentation, cable certification, and installation environment rather than guessing from the jacket label alone.
Fiber: match the optic to the path
Fiber troubleshooting requires you to match several properties:
- Single-mode or multimode fiber
- Optic type on each end
- Supported wavelength
- Reach of the optic
- Connector and polarity
- Transmit and receive signal levels when monitoring is available
Multimode fiber is common for shorter building and data-center links. Single-mode fiber supports much longer reaches when paired with the appropriate optics.
On supported Cisco platforms, transceiver detail can expose optical monitoring information:
show interfaces transceiver detail
The exact command and fields vary by platform. When digital optical monitoring is available, compare received and transmitted levels with the optic's supported thresholds. A link can fail because the signal is too weak, but an unexpectedly strong received signal can also exceed a receiver's acceptable range.
Physical-layer rule: link up does not prove link healthy. Error counters, speed, duplex, optic compatibility, signal levels, and intermittent state changes can explain a path that technically remains up.
Hypervisors, virtual machines, and containers
Virtualization changes where a network boundary exists, but packets and frames still need addresses, forwarding decisions, and policy. A virtual machine (VM) commonly has a virtual network interface card (NIC), a Media Access Control (MAC) address, and may attach to a virtual local area network (VLAN).
| Component | Role | Networking clue |
|---|---|---|
| Hypervisor | Creates and manages virtual machines and their access to physical resources. | Connects virtual interfaces to virtual switches, VLANs, or physical uplinks according to the platform design. |
| Virtual machine | Runs its own guest operating system with virtualized central processing unit (CPU), memory, storage, and network interfaces. | Has its own virtual NIC, MAC address, IP configuration, routes, and guest firewall behavior. |
| Container | Packages an application and its dependencies while sharing the host operating system kernel. | May use a virtual bridge, namespace, overlay, port mapping, or another host-managed network model. |
A VM can fail network access even while the physical host is healthy. The guest may have the wrong VLAN, a disconnected virtual NIC, incorrect IP configuration, or a guest firewall rule. Conversely, several VMs failing together can point toward the host uplink, virtual switch, trunk, or shared upstream network.
Containers are generally lighter than full VMs because they do not each require a separate guest kernel. That does not mean their networking is simpler. Container platforms can add virtual bridges, overlays, network namespaces, service translation, and policy between an application and the physical interface.
IPv4: prove the address, prefix, and path
IPv4 troubleshooting begins with four values:
- Address
- Subnet mask or prefix
- Default gateway
- Assignment method
A correct-looking address with the wrong mask can be worse than no address because the client may incorrectly decide that a remote destination is local. It then tries Address Resolution Protocol (ARP) instead of sending the packet to its gateway.
Private and public addressing
Request for Comments (RFC) 1918 defines three IPv4 ranges for private internets:
10.0.0.0/8172.16.0.0/12192.168.0.0/16
These ranges are not globally routed on the public internet. Network Address Translation is commonly used when privately addressed systems need IPv4 internet access.
An address in 169.254.0.0/16 on a client often indicates link-local self-assignment after ordinary DHCP configuration was unavailable. Treat that as evidence of an address-assignment problem, then determine whether the fault is the client, local link, relay, server, or scope.
Work the prefix, not the visual pattern
Consider:
192.0.2.77/26
A /26 mask is 255.255.255.192, giving a block size of 64 in the final octet. The subnet boundaries are 0, 64, 128, and 192. Address 77 therefore belongs to:
- Network:
192.0.2.64 - Broadcast:
192.0.2.127 - Traditional usable range:
192.0.2.65through192.0.2.126
Use the IPv4 Subnetting Reference for the complete method and the IPv4 Subnet Calculator to check your work.
Basic IOS interface configuration
A simple routed-interface example looks like this:
interface GigabitEthernet0/0/0
ip address 192.0.2.1 255.255.255.192
no shutdown
Then verify the live state:
show ip interface brief
show interfaces GigabitEthernet0/0/0
Do not stop after reading the running configuration. A correct configuration on a physically down interface still produces a broken path.
IPv6 addressing, prefixes, and modified Extended Unique Identifier 64-bit (EUI-64)
IPv6 uses 128-bit addresses and prefix notation. The same first question still matters: which bits identify the network and which identify the interface?
Common unicast scopes include:
| Type | Common range | Use |
|---|---|---|
| Global unicast | 2000::/3 | Globally routable unicast addressing. |
| Link-local | FE80::/10 | Communication on the local link and important neighbor or next-hop functions. |
| Unique local | FC00::/7 | Internal unicast addressing that is not intended for ordinary global internet routing. |
A LAN commonly uses a /64 prefix. Do not apply IPv4 host-count habits to IPv6. IPv6 subnet design is normally about prefix hierarchy and interface behavior, not squeezing a few extra host addresses out of each LAN.
Compression rules
You may remove leading zeros from each hexadecimal group and replace one continuous run of all-zero groups with ::.
For example:
2001:0db8:0010:0020:0000:0000:0000:0042
can be written as:
2001:db8:10:20::42
Use :: only once in an address so the omitted number of groups remains unambiguous.
Modified EUI-64
Cisco's v2.0 blueprint explicitly includes modified Extended Unique Identifier 64-bit (EUI-64). The method can derive a 64-bit interface identifier from a 48-bit MAC address.
Using MAC address 00:1A:2B:3C:4D:5E:
- Split the MAC in half:
00:1A:2Band3C:4D:5E. - Insert
FF:FE:00:1A:2B:FF:FE:3C:4D:5E. - Flip the universal/local bit in the first byte.
00becomes02. - The interface identifier becomes
021A:2BFF:FE3C:4D5E.
With prefix 2001:db8:10:20::/64, the resulting address is:
2001:db8:10:20:21a:2bff:fe3c:4d5e
On IOS XE, an interface can be configured to derive the interface ID this way:
interface GigabitEthernet0/0/0
ipv6 address 2001:db8:10:20::/64 eui-64
If the device must route IPv6 traffic, global IPv6 forwarding is enabled with:
ipv6 unicast-routing
Verify the resulting interface state and addresses rather than trying to reconstruct everything from memory:
show ipv6 interface brief
show ipv6 interface GigabitEthernet0/0/0
Real endpoint operating systems may use privacy-oriented or randomly generated interface identifiers rather than modified EUI-64. The exam objective still expects you to understand the EUI-64 mechanism and recognize its result.
Wireless principles: separate radio frequency (RF), association, security, and IP
A wireless client can fail before IP addressing begins. Treat the connection as several stages:
- Can the client hear a usable signal?
- Is it using the intended service set identifier (SSID) and band?
- Can it associate with the access point?
- Does security authentication succeed?
- Does the client receive usable IP configuration?
- Can it reach the local gateway and remote destinations?
Bands and channels
The main Wi-Fi bands have different operating tradeoffs:
| Band | General strength | Common concern |
|---|---|---|
| 2.4 GHz | Longer effective range and stronger penetration through many obstacles. | Fewer clean channel choices and substantial interference from Wi-Fi and non-Wi-Fi devices. |
| 5 GHz | More channel capacity and commonly less congestion than 2.4 GHz. | Higher attenuation through distance and building materials than lower frequencies. |
| 6 GHz | Large amount of spectrum for newer Wi-Fi operation and many channel options. | Requires compatible clients and access points, with propagation constraints that matter in coverage design. |
For 2.4 GHz Wi-Fi using 20 MHz channels in common North American planning, channels 1, 6, and 11 are the familiar non-overlapping set. Wider channels consume more spectrum. More width can increase potential throughput, but it can also reduce the number of independent channel choices in a crowded environment.
RF characteristics and interference
Wireless quality depends on more than raw signal strength.
- Attenuation reduces signal power over distance and through materials.
- Absorption converts some RF energy into another form as it passes through material.
- Reflection bounces RF energy from surfaces.
- Diffraction bends energy around edges.
- Refraction changes the path as energy passes between materials.
- Interference introduces competing energy that makes the desired signal harder to interpret.
Received Signal Strength Indicator (RSSI) tells you about received signal level. Signal-to-noise ratio (SNR) compares useful signal with background noise. A client can show a seemingly adequate signal and still perform poorly when noise or contention is high.
Security protocols
Wi-Fi Protected Access 2 (WPA2) with Advanced Encryption Standard (AES)-based protection remains widely deployed. Wi-Fi Protected Access 3 (WPA3) improves modern Wi-Fi security, including stronger personal-mode authentication with Simultaneous Authentication of Equals (SAE). Enterprise wireless local area networks (WLANs) commonly use 802.1X with an authentication backend rather than one shared personal passphrase.
Legacy Wired Equivalent Privacy (WEP) and Temporal Key Integrity Protocol (TKIP)-based designs should be recognized as weak choices. A client that sees the SSID but cannot authenticate may have the wrong credential, unsupported security mode, certificate or 802.1X problem, or incompatible client settings. Do not start with DHCP until association and authentication are successful.
Wired and wireless client connectivity
Cisco's v2.0 objective explicitly includes Windows, macOS, and Linux clients. You do not need every operating-system command memorized, but you should be able to expose the same facts on each platform: interface state, IP address, prefix, gateway, DNS, route, neighbor information, and path reachability.
| Question | Windows | macOS or Linux examples |
|---|---|---|
| What address, mask/prefix, gateway, and DNS are configured? | ipconfig /all | ifconfig on macOS; ip address on Linux |
| What route would the client use? | route print | route -n get default on macOS; ip route on Linux |
| What local neighbor mappings exist? | arp -a | arp -a or platform-specific neighbor commands |
| Can the destination respond? | ping | ping |
| Where does the path stop responding? | tracert | traceroute |
| Does DNS return the expected record? | nslookup | dig or nslookup when installed |
Exact tools and output vary by operating-system version and installed packages. Focus on the network fact you need, then use the local tool that exposes it.
A useful client-side test order
For a wired client with no access to remote networks:
- Confirm interface/link state.
- Inspect address and prefix.
- Confirm the default gateway.
- Ping the local gateway when policy permits.
- Test a known remote IP address.
- Test name resolution separately.
- Use traceroute only after simpler local checks support a path problem.
For wireless, add SSID, band, signal, association, and authentication checks before the IP steps.
Dynamic Host Configuration Protocol version 4 (DHCPv4): client, server, and relay on IOS
DHCPv4 automates several settings a client needs, commonly including address, mask, default gateway, DNS servers, and lease information.
A basic initial exchange follows four familiar messages:
- Discover: the client looks for a DHCP server.
- Offer: a server proposes configuration.
- Request: the client requests the offered address and identifies the selected server.
- Acknowledgment: the server confirms the lease and options.
The first client messages are local broadcasts because the client does not yet have ordinary IP configuration. Routers do not normally forward those broadcasts between subnets, which is why a relay is needed when the server lives elsewhere.
IOS DHCP server example
The following example reserves infrastructure addresses and creates a pool for 192.0.2.0/26:
ip dhcp excluded-address 192.0.2.1 192.0.2.10
ip dhcp pool USERS
network 192.0.2.0 255.255.255.192
default-router 192.0.2.1
dns-server 198.51.100.53
Useful server verification commands include:
show ip dhcp pool
show ip dhcp binding
show ip dhcp conflict
Ask different questions of each command. The pool view helps with scope and utilization. Bindings show leases. Conflicts show addresses IOS has identified as unsuitable for ordinary assignment.
IOS DHCP client
An IOS interface that should obtain its IPv4 address dynamically can use:
interface GigabitEthernet0/0/0
ip address dhcp
no shutdown
Then check the resulting address and interface state with:
show ip interface brief
If no usable address appears, verify the link and Layer 2 path before assuming the DHCP server is broken.
DHCP relay
When clients and the DHCP server are separated by a router, configure the helper on the client-facing Layer 3 interface:
interface GigabitEthernet0/0/1
ip address 192.0.2.1 255.255.255.192
ip helper-address 198.51.100.20
The relay forwards the client's DHCP/Bootstrap Protocol (BOOTP) broadcast toward the configured server. Cisco IOS XE uses relay information, including the gateway address field, so the server can identify the subnet from which the request originated and select the appropriate pool.
A relay troubleshooting sequence should therefore verify:
- Client-facing interface and subnet
- Helper address
- Route from relay to server
- Server pool matching the client subnet
- Available leases
- Return reachability
- Any access control list (ACL) or policy that could block the exchange
Common mistake: putting ip helper-address on the server-facing interface. The command belongs where the client broadcast is received.
Integrated scenario: a client has no usable address
A user connects a laptop to an access switch. The link light is on, but the laptop self-assigns 169.254.31.44 and cannot reach its gateway. The DHCP server is located on another routed subnet.
A disciplined investigation might look like this:
Step 1: Prove the local link
Check the switchport state and error counters. If the port is physically down or accumulating errors, fix the link before investigating DHCP.
Step 2: Prove Layer 2 placement
Confirm that the access port belongs to the intended VLAN. If several clients in the same VLAN are affected, inspect the shared path rather than assuming multiple endpoints failed at once.
Step 3: Check the gateway interface
Confirm the VLAN's Layer 3 interface is up with the expected IPv4 address and prefix.
Step 4: Inspect the relay
The client-facing Layer 3 interface should contain the correct helper address. Then verify the relay can route to the server.
Step 5: Inspect the server state
Check the DHCP pool and bindings. A pool with no free addresses produces a different remedy from a relay that never reaches the server.
Step 6: Test recovery
Renew the client lease or reconnect after the fault is fixed. Confirm that the endpoint receives the expected address, mask, gateway, and DNS values, then test gateway and remote reachability.
Notice how the 169.254.x.x symptom narrowed the problem without proving the root cause. It indicated that ordinary address assignment had failed. The investigation still had to separate link, VLAN, gateway, relay, path, and server possibilities.
Common Domain 1 traps
Assuming up/up means healthy
An interface can be operational while errors, duplex problems, congestion, or bad higher-layer configuration still break applications. up/up is a checkpoint, not a verdict.
Changing the subnet mask because two addresses look close
Visual similarity does not determine subnet membership. Apply the prefix and calculate the boundary.
Treating every wireless failure as an RF problem
A strong signal does not prove successful authentication, DHCP, DNS, or routed access. Separate the stages.
Troubleshooting DHCP only at the server
DHCP depends on the client's local link and, when subnets differ, the relay and routed path. A healthy server cannot answer a request that never arrives.
Assuming a virtual workload bypasses ordinary networking rules
A VM or container may add virtual network layers, but IP addressing, Layer 2 placement, routes, policy, and upstream physical connectivity still matter.
Memorizing modified EUI-64 without checking the bit flip
The inserted FFFE is only part of the method. Remember to invert the universal/local bit in the first byte before forming the interface ID.
Rapid review checklist
You are ready to move beyond Domain 1 review when you can:
- Distinguish administratively down, physically down, line-protocol down, and healthy interface states.
- Explain what increasing CRC errors, collision-related counters, speed, duplex, and drops can tell you.
- Compare copper and fiber troubleshooting by medium, pinout, optic, distance, and signal constraints.
- Explain the network role of a hypervisor, VM, container, virtual NIC, and physical uplink.
- Calculate IPv4 subnet boundaries and determine whether two hosts consider each other local.
- Recognize public, private, and IPv4 link-local addressing.
- Compress and expand IPv6 addresses and recognize global, link-local, and unique-local unicast scopes.
- Derive a modified EUI-64 interface identifier from a MAC address.
- Separate Wi-Fi band/channel/RF problems from authentication and IP problems.
- Use endpoint commands to inspect addressing, routes, neighbors, DNS, and path behavior on Windows, macOS, or Linux.
- Explain DHCP Discover, Offer, Request, and Acknowledgment in the context of a real client exchange.
- Configure or recognize a basic IOS DHCP pool, DHCP client, and
ip helper-addressrelay. - Troubleshoot a failed DHCP exchange from the client-facing link through the server and return path.