Home200-301 CCNAPractice questionsNetwork Access
200-301 CCNA · Cisco · Network Access · Bank updated 2026-09-20

200-301 CCNA practice questions: Network Access

5 free questions from 14 on this area · answer and explanation for each · no sign-up

These 5 questions come from the Network Access section of our 200-301 CCNA bank (14 questions on this area, which carries 20% of the real exam). Every question is original, with the correct answer explained and linked to the source it is drawn from.

Start 6 free in study mode → All 200-301 CCNA sample questions
1/5 · Network Access · easy
A branch office is served by access points that are managed by a controller in the central data center over a WAN link. The business requires wireless clients at the branch to stay associated and to keep reaching local printers even while the WAN link to the controller is down. Which access point mode fits that requirement?
ALeave the access points in local mode
BSwitch the access points over to monitor mode
CSwitch the access points to FlexConnect mode
DSwitch the access points to sniffer mode
Show answer & explanation
C is correct. Topic 2.6. Cisco documents FlexConnect as the capability of an access point to put wireless client traffic directly on the network at the access point (local switching) instead of centralizing it to the controller, and describes FlexConnect access points as able to switch client data traffic locally and perform client authentication locally when their connection to the controller is lost. That is exactly the branch survivability the requirement asks for. Monitor and sniffer are the non-client-serving modes, and local mode is the default centrally switched mode in which client traffic is carried in the CAPWAP tunnel to the controller.
↗ Cisco 200-301 CCNA v1.1 Exam Topics — Section 2: Network Access
2/5 · Network Access
R1 provides inter-VLAN routing for a Layer 2 switch over one physical link: R1: interface GigabitEthernet0/0.10 encapsulation dot1Q 10 ip address 10.10.0.1 255.255.255.0 interface GigabitEthernet0/0.20 encapsulation dot1Q 20 ip address 10.20.0.1 255.255.255.0 SW1 (port toward R1): interface GigabitEthernet1/0/24 switchport mode access switchport access vlan 10 Hosts in VLAN 10 reach their gateway, hosts in VLAN 20 reach nothing outside their own VLAN. Which change on SW1 restores routing for both VLANs?
AChange the port to switchport access vlan 20 and leave everything else.
BEnable ip routing on SW1 and let the switch route VLAN 20 itself.
CAdd a second subinterface for VLAN 20 on the switch port Gi1/0/24.
DConfigure the port as an 802.1Q trunk and allow VLANs 10 and 20 on it.
Show answer & explanation
D is correct. Topic 2.1.c and 2.2.a. With router-on-a-stick each subinterface matches one VLAN tag through encapsulation dot1Q. Cisco documents that a trunk port carries the traffic of multiple VLANs and that a packet whose VLAN ID matches the native VLAN is sent untagged while all other VLANs are tagged. An access port delivers only untagged frames of a single VLAN, so Gi0/0.20 never receives a frame carrying tag 20. Making the switch port a trunk that allows both VLANs is the only change that feeds both subinterfaces; by default a trunk allows VLANs 1 to 4094, so the allowed list only has to be trimmed for hygiene.
↗ Cisco 200-301 CCNA v1.1 Exam Topics — Section 2: Network Access
3/5 · Network Access
SW2 runs Rapid PVST+ and shows a stable topology: SW2# show spanning-tree vlan 20 Interface Role Sts Cost Prio.Nbr Type ---------------- ---- --- --------- -------- ---- Gi1/0/1 Root FWD 4 128.1 P2p Gi1/0/2 Altn BLK 4 128.2 P2p Gi1/0/3 Desg FWD 4 128.3 P2p Which statement describes Gi1/0/2 while the topology stays as shown?
AIt discards data frames, does not learn MAC addresses, and takes over the root role if Gi1/0/1 fails.
BIt discards data frames and keeps learning MAC addresses for as long as it holds the alternate role.
CIt is a backup port for the segment reached by Gi1/0/3 and protects that segment if Gi1/0/3 fails.
DIt was placed in a blocked state by an edge-port protection feature after a BPDU arrived on it.
Show answer & explanation
A is correct. Topic 2.5.a and 2.5.b. Cisco defines the Rapid PVST+ roles as root (a forwarding port elected for the spanning-tree topology), designated (a forwarding port elected for every switched LAN segment), alternate (a blocked port providing an alternate path to the root bridge) and backup (a blocked port in a loopback configuration). The states map to behavior as follows: discarding or blocking forwards nothing and learns nothing, learning does not forward but does learn addresses, and forwarding does both. So Altn/BLK on Gi1/0/2 means a loop-free standby path toward the root that is ready to be unblocked if the root port fails.
↗ Cisco 200-301 CCNA v1.1 Exam Topics — Section 2: Network Access
4/5 · Network Access
An operations team has to manage routers from a jump host with three requirements: the CLI session must be encrypted end to end, every administrator must authenticate with personal credentials held on a central server, and the same server must decide, command by command, what each administrator may run. Which combination satisfies all three?
ASSH to the device with TACACS+ as the authentication, authorization and accounting server
BSSH to the device with RADIUS as the authentication, authorization and accounting server
CTelnet to the device with TACACS+ as the authentication, authorization and accounting server
DHTTPS to the device's web interface with locally configured usernames
Show answer & explanation
A is correct. Topic 2.8. Cisco's comparison of the two AAA protocols states that TACACS+ uses TCP while RADIUS uses UDP, that TACACS+ encrypts the entire body of the packet while RADIUS encrypts only the password in the access-request packet, and that TACACS+ uses the AAA architecture, which separates authentication, authorization and accounting, whereas RADIUS combines authentication and authorization and therefore makes it difficult to decouple them. Per-command authorization is the classic consequence of that separation. The transport for the CLI session is a separate decision: Telnet is clear text, so SSH is the encrypted choice.
↗ Cisco 200-301 CCNA v1.1 Exam Topics — Section 2: Network Access
5/5 · Network Access · hard
Users in VLAN 20 on SW1 cannot reach VLAN 20 servers behind SW2, although both switches have access ports in VLAN 20 and the uplink between them is trunking. SW1# show interfaces trunk Port Mode Encapsulation Status Native vlan Gi1/0/24 on 802.1q trunking 1 Port Vlans allowed on trunk Gi1/0/24 1,10,20 Port Vlans allowed and active in management domain Gi1/0/24 1,10 Port Vlans in spanning tree forwarding state and not pruned Gi1/0/24 1,10 What does this output show about VLAN 20 on SW1?
ASpanning tree is blocking VLAN 20 on this trunk while the VLAN is allowed and active.
BThe native VLAN value on this trunk differs from the value at the far end of the link.
CVLAN 20 is missing from SW1's own VLAN database, or it is shut down on SW1.
DVLAN 20 was pruned from this trunk by VTP pruning on the far end of the link.
Show answer & explanation
C is correct. Topic 2.2.a. The show interfaces trunk output is read as three narrowing lists: what the administrator allowed, which of those VLANs are allowed and active (they exist locally and are not shut down), and which of those are in the spanning-tree forwarding state and not pruned. VLAN 20 drops out at the second list, so the fault is on SW1 itself: the VLAN has to be created in the VLAN database (vlan 20) or brought out of shutdown before the trunk can carry it. Allowing a VLAN on a trunk never creates it. By default a trunk allows VLANs 1 to 4094, so appearing in the first list proves nothing about the VLAN existing.
↗ Cisco 200-301 CCNA v1.1 Exam Topics — Section 2: Network Access
Practise all 14 Network Access questions - start free → See the whole 200-301 CCNA bank

Other 200-301 CCNA areas

The same kind of free sample for every other section of the 200-301 CCNA bank:

IP Connectivity18 qNetwork Fundamentals14 qSecurity Fundamentals10 qIP Services7 qAutomation and Programmability7 q

Study Network Access with instant feedback

6 free questions · filter study mode by area and difficulty · error log with spaced repetition · no card, no dumps, no ads.

Create your free account →
ExamDeck is an independent study tool, not affiliated with, endorsed by, or sponsored by Cisco. 200-301 CCNA and related marks are trademarks of their respective owners, used for identification only. Exam facts checked against official Cisco materials (as of September 2026); always confirm current details with the vendor before booking.