CCNA Question of the Week – Week 10
Good day everyone,
Here are this week’s four CCNA questions. Please try answering from memory before checking online, using notes, or reviewing other responses.
Getting an answer wrong is completely fine—the goal is to discuss the reasoning and learn from one another.
Question 1 – Route Selection
A router has the following routes in its routing table:
192.168.8.0/24via static route, AD 1192.168.8.0/25via OSPF, AD 110192.168.8.64/26via EIGRP, AD 90192.168.8.64/27via RIP, AD 120
A packet is destined for 192.168.8.70.
Which route will the router use?
A. 192.168.8.0/24 via static route
B. 192.168.8.0/25 via OSPF
C. 192.168.8.64/26 via EIGRP
D. 192.168.8.64/27 via RIP
Question 2 – Spanning Tree Protocol
A switch receives two BPDUs advertising the same root bridge, same root path cost, and same sender bridge ID.
The BPDU details are:
- Gi0/1 receives a BPDU with sender port ID
128.1 - Gi0/2 receives a BPDU with sender port ID
128.2
Which port will be selected as the root port?
A. Gi0/1, because it received the lower sender port ID
B. Gi0/2, because it received the higher sender port ID
C. Both ports will become root ports
D. Neither port will be used because this creates a loop
Question 3 – EtherChannel
Two switches are connected with four links. The administrator wants to form an LACP EtherChannel.
SW1 is configured with:
channel-group 1 mode active
SW2 is configured with:
channel-group 1 mode on
What is the expected result?
A. The EtherChannel forms successfully using LACP
B. The EtherChannel forms successfully using PAgP
C. The EtherChannel may fail because one side is using LACP and the other is forced on
D. The links automatically become routed ports
Question 4 – ACL Processing
A router has the following ACL configured:
access-list 10 deny 192.168.10.0 0.0.0.255access-list 10 permit 192.168.10.50 0.0.0.0access-list 10 permit any
A packet arrives from source IP 192.168.10.50.
What happens to the packet?
A. It is permitted because there is a specific permit statement for 192.168.10.50
B. It is denied because the first matching ACL statement denies the entire 192.168.10.0/24 network
C. It is permitted because permit any overrides the deny statement
D. It is checked against all ACL entries before the router decides
Bonus Mini Lab – Inter-VLAN Routing Troubleshooting
A small office has two VLANs:
- VLAN 10:
192.168.10.0/24 - VLAN 20:
192.168.20.0/24
A Layer 3 switch is being used for inter-VLAN routing.
PC1 in VLAN 10 has:
- IP address:
192.168.10.50 - Default gateway:
192.168.10.1
PC2 in VLAN 20 has:
- IP address:
192.168.20.50 - Default gateway:
192.168.20.1
The switch has the following configuration:
interface vlan 10ip address 192.168.10.1 255.255.255.0no shutdown
interface vlan 20ip address 192.168.20.1 255.255.255.0no shutdown
Both PCs can ping their own default gateway, but PC1 cannot ping PC2.
Answer the following:
- What command is likely missing on the Layer 3 switch?
- Why can the PCs ping their gateways but not each other?
- What command could you use to verify whether the switch is routing between VLANs?
Please share your answers and explain your reasoning where possible.
#CCNA #Cisco #Networking #Subnetting #QOTW