List the commands used to create VLAN5 and name this VLAN Marketinggroup.

What will be an ideal response?

SwitchA#configure terminal
SwitchA(config)#vlan 5
SwitchA(config-vlan)#name Marketing-group

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a) C# does not include an exponentiation operator. b) The expression Math.Pow(x, y) calculates the value of x raised to the yth power. c) C# will implicitly convert a double to a decimal, or vice versa. d) In loops, avoid calculations for which the result never changes—such calculations should typically be placed before the loop. Optimizing compilers will typically do this for you.

Computer Science & Information Technology

The _____ allows the core of a computer to communicate with other CPU components, such as the memory controller and other cores.

A. ?prefetch unit B. ?decode unit C. ?bus interface unit D. ?control unit

Computer Science & Information Technology