Drag steps to the numbered slots on the right, or tap a step then tap a slot.
200-201 Practice Question: Drag and drop the steps to configure a VLAN on a…
Drag and drop the steps to configure a VLAN on a Cisco switch into the correct order.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Enter global configuration mode, then create the VLAN, then name the VLAN, then assign ports to the VLAN.
The correct sequence for VLAN configuration on a Cisco switch is to first enter global configuration mode with 'configure terminal', then create the VLAN using 'vlan vlan-id', which places you in VLAN configuration mode. Next, assign a name with 'name vlan-name', and finally exit VLAN config mode and configure interfaces to belong to the VLAN using 'switchport access vlan vlan-id'. This order ensures the VLAN exists and has a meaningful identifier before ports are assigned.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Enter global configuration mode, then create the VLAN, then name the VLAN, then assign ports to the VLAN.
Why this is correct
This order follows the standard Cisco IOS workflow: first access global config, then create the VLAN (which puts you in VLAN config mode), then optionally name it, and finally assign access ports to the VLAN from interface configuration mode.
- ✗
Enter global configuration mode, then name the VLAN, then create the VLAN, then assign ports to the VLAN.
Why it's wrong here
You cannot name a VLAN before it exists. The VLAN must be created first before you can assign a name to it.
- ✗
Create the VLAN, then enter global configuration mode, then name the VLAN, then assign ports to the VLAN.
Why it's wrong here
You must be in global config mode to create a VLAN. The command 'vlan vlan-id' is executed from global config mode, not before.
- ✗
Enter global configuration mode, then create the VLAN, then assign ports to the VLAN, then name the VLAN.
Why it's wrong here
While you can technically assign ports before naming, it's best practice to name the VLAN while still in VLAN config mode. More importantly, if you exit VLAN config mode before naming, you must re-enter it. Standard order puts naming before port assignment to keep steps logical.
Visual reference
Go deeper
Related to this question
About these practice questions
Courseiva writes every 200-201 question from scratch — 979 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This 200-201 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-201 exam.