Cisco Certified Network Associate (CCNA) Practice Exam

Disable ads (and more) with a membership for a one time $4.99 payment

Prepare for the Cisco Certified Network Associate (CCNA) Practice Exam. Test your knowledge with our interactive quizzes featuring multiple choice questions, hints, and explanations. Equip yourself for success!

Practice this question and more.


What command is used to configure a management VLAN interface?

  1. (config)L#vlan VLAN NUMBER

  2. (config-if)#ip address IP ADDRESS AND SUBNET MASK

  3. (config)#interface vlan VLAN NUMBER

  4. (config-vlan)#end

The correct answer is: (config)L#vlan VLAN NUMBER

The command used to configure a management VLAN interface is the one that allows you to create and enter the configuration mode for a specific VLAN. This is accomplished by specifying the VLAN number within the command. By using "vlan VLAN NUMBER," you initiate the configuration for a VLAN, which is the essential first step in defining a management VLAN interface. Specifically, it allows you to access the VLAN configuration context where additional properties, such as the VLAN name, and tasks like assigning the VLAN to an interface or configuring IP addressing can be done. For configuring a management VLAN, it’s crucial to first define the VLAN, and thus, this command sets the groundwork for later configurations including IP address assignment. This process is foundational in enabling network devices to communicate for management purposes, especially when using VLANs to segregate different types of network traffic.