What Cisco IOS command is used to create a VLAN and enter into VLAN configuration mode?

A) interface vlan vlan
B) vlan vlan
C) vlan name
D) primary vlan vlan


B
Explanation: B) The Cisco IOS command used to create a VLAN and enter into VLAN configuration mode is the vlan vlan command. A VLAN also can be created by assigning a switchport into a VLAN that does not yet exist, which will then be automatically created; however, this will not place you into VLAN configuration mode.

Computer Science & Information Technology

You might also like to view...

What will be the output of the following program when the button is clicked?

Private Sub btnDisplay_Click(...) Handles btnDisplay.Click Dim x, y, z As Double x = 3 y = 3 If x > y Then z = x + y Else z = y - x End If txtBox.Text = CStr(z) End Sub``` ``` (A) 6 (B) 3 (C) 0 (D) No output

Computer Science & Information Technology

You can nest IF functions as deep as you want, but after you get beyond a nest of three IF functions, the logic becomes difficult to follow.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In the BST search algorithm there are two base cases: either we find the search argument in the tree, in which case we return the address of its node, or the search argument doesn't exist, in which case we return null.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

____ attacks are designed to deny wireless devices access to the access point itself.

A. DoS B. Phishing C. Rogue AP D. Wireless DoS

Computer Science & Information Technology