Courseiva

200-301 · topic practice

Show Interfaces Trunk practice questions

Practise 200-301 VLAN and trunking questions covering access ports, trunk ports, allowed VLAN lists, native VLAN, inter-VLAN routing, and command-output troubleshooting.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security
10 questionsDomain: Show Interfaces Trunk

What the exam tests

What to know about Show Interfaces Trunk

VLAN and trunking questions usually test whether the VLAN exists, whether the trunk is active and whether the VLAN is allowed across the link.

Access ports, trunk ports and native VLAN behaviour.

Allowed VLAN lists and trunk verification.

How to read show vlan brief and show interfaces trunk output.

Why hosts in the same VLAN may fail across switches.

Why learners struggle

Why Show Interfaces Trunk questions are commonly missed

VLAN questions are commonly missed because learners assume a VLAN configured on one switch exists everywhere, or that a trunk being active means all VLANs are allowed. The real problem is usually in the details: VLAN membership, allowed VLAN lists, native VLAN, or inter-VLAN routing setup.

  • ·A VLAN must exist on both switches — configuring it on one switch is not enough
  • ·A trunk being active does not mean the VLAN appears in the allowed VLAN list
  • ·Native VLAN mismatch causes unexpected untagged traffic forwarding between switches
  • ·Access port vs trunk port — wrong mode silently blocks all traffic for other VLANs
  • ·Inter-VLAN routing requires a router-on-a-stick or Layer 3 switch SVI
  • ·show vlan brief and show interfaces trunk reveal different pieces of the puzzle

Watch out for

Common Show Interfaces Trunk exam traps

  • A VLAN can exist on one switch but not another.
  • A trunk can be active while still blocking a specific VLAN.
  • Native VLAN mismatch can create confusing symptoms.
  • A wrong access VLAN can look like a routing issue.

Practice set

Show Interfaces Trunk questions

10 questions · select your answer, then reveal the explanation

You are connected to a Multilayer Switch MLS1. Configure the switch so that interface GigabitEthernet1/0/1 is an access port for VLAN 10, with voice VLAN 110 for an IP phone, and enable PoE. Additionally, interface GigabitEthernet1/0/2 must be an access port for VLAN 20 to connect an AP. Verify the configuration using 'show interfaces switchport' and 'show power inline'.

Exhibit

Current running-config (partial):
!
hostname MLS1
!
vlan 10
 name DATA
!
vlan 20
 name AP
!
vlan 110
 name VOICE
!
interface GigabitEthernet1/0/1
 description IP Phone Port
!
interface GigabitEthernet1/0/2
 description AP Port
!
interface Vlan1
 ip address 192.168.1.1 255.255.255.0
 no shutdown
!
line con 0
 logging synchronous
 exit

You are connected to SW1. Two switches, SW1 and SW2, are connected via four GigabitEthernet links. Configure LACP EtherChannel between them using interfaces GigabitEthernet0/1 through GigabitEthernet0/4 on SW1. Set the channel-group mode to active on SW1. The port-channel interface must be configured as a trunk, allowing VLANs 10, 20, 30. However, the EtherChannel is not forming. The current configuration is shown below. Identify and fix the issue, then verify the EtherChannel is operational.

Network Topology
+interface GigabitEthernet0/1switchport mode trunkswitchport trunk allowed vlan 10,20,30channel-group 1 mode activeinterface GigabitEthernet0/2interface GigabitEthernet0/3interface GigabitEthernet0/4interface Port-channel1no switchportip address 192.168.1.1 255.255.255.0SW1# show etherchannel summaryH - Hot-standby (LACP only)u - unsuitable for bundlingd - default portNumber of aggregators: 1Group Port-channel Protocol Ports
Question 3mediumdrag order
Open the full VLAN trunking answer →

Drag and drop the following steps into the correct order to create VLANs, assign access ports, configure 802.1Q trunks, set the native VLAN, and verify with 'show vlan brief' and 'show interfaces trunk'.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 4mediumdrag order
Open the full VLAN trunking answer →

Drag and drop the following steps into the correct order to configure an LACP EtherChannel on two Cisco switches using active mode.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 5hardmultiple choice
Open the full VLAN trunking answer →

After configuring a trunk port to allow VLAN 40, a technician finds that VLAN 40 is not listed among the VLANs in spanning tree forwarding state in the show interfaces trunk output. What is the most likely cause?

Question 6hardmultiple choice
Open the full VLAN trunking answer →

A network technician notices CDP native VLAN mismatch warnings between switches SW1 and SW2 on their trunk link. The technician runs 'show interfaces trunk' on SW1 and sees native VLAN 1, then on SW2 and sees native VLAN 99. Data traffic is currently passing, but the mismatch can cause broadcast loops. What should the technician do next?

Question 7hardmultiple choice
Open the full VLAN trunking answer →

A network engineer notices that a newly connected switch-to-switch link is up, but traffic from multiple VLANs is not passing. When issuing the show interfaces trunk command, no trunk ports are listed. Both switch ports are configured with switchport mode dynamic auto. What is the most likely cause?

Question 8hardmultiple choice
Open the full VLAN trunking answer →

A network technician is troubleshooting a connectivity issue for a PC connected to switch port Gi1/0/12. The PC can ping its default gateway (192.168.10.1) but cannot ping a server at 192.168.20.10. The switch is configured with VLAN 10 for the access port and is connected to a router-on-a-stick. The technician runs 'show vlan brief' and 'show interfaces trunk' on the switch. What is the most likely cause of the problem?

Exhibit

Switch#show vlan brief

VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active    Gi1/0/1, Gi1/0/2, Gi1/0/3
10   Sales                            active    Gi1/0/12
20   Engineering                      active    Gi1/0/15
1002 fddi-default                     act/unsup
1003 token-ring-default               act/unsup
1004 fddinet-default                  act/unsup
1005 trnet-default                    act/unsup

Switch#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-4094

Port        Vlans allowed and active in management domain
Gi1/0/24    1,10,20

Port        Vlans in spanning tree forwarding state and not pruned
Gi1/0/24    1,10,20
Question 9mediummulti select
Open the full VLAN trunking answer →

Which TWO statements are true about configuring and verifying VLANs, 802.1Q trunking, native VLAN, and inter-VLAN routing with router-on-a-stick?

Question 10mediummultiple choice
Open the full VLAN trunking answer →

A switch shows this output from the "show interfaces trunk" command:

Gi0/1 on 802.1q trunking 1 Gi0/2 auto 802.1q not-trunking 1

Which statement is correct?

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused Show Interfaces Trunk sessions

Start a Show Interfaces Trunk only practice session

Every question in these sessions is drawn from the Show Interfaces Trunk domain — nothing else.

Related practice questions

Related 200-301 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the 200-301 exam test about Show Interfaces Trunk?
VLAN and trunking questions usually test whether the VLAN exists, whether the trunk is active and whether the VLAN is allowed across the link.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Show Interfaces Trunk questions in a focused session?
Yes — the session launcher on this page draws every question from the Show Interfaces Trunk domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other 200-301 topics?
Use the topic links above to move to related areas, or go back to the 200-301 question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the 200-301 exam covers. They are not copied from any real exam or dump site.