Which Cisco IOS command is used to create a new SVI on a switch?
A) interface vlan vlan-id
B) vlan vlan-id
C) switchport access vlan vlan-id
D) interface svi vlan-id
A
Explanation: A) The interface vlan vlan-id command is used to create/configure an SVI on a switch.
You might also like to view...
When is the expression “Not cond1” true?
(A) when cond1 is false (B) when cond1 is true (C) when cond1 is either true or false (D) None of the above
The basic generic functional interface ________ in package java.util.function contains method apply that takes a T argument and returns a value of type R. Calls a method on the T argument and returns that method’s result.
a. Consumer
Use the methods in the Picture class to draw a rainbow.
Note: One could make use of arc as in drawRainbow or circle (with part offscreen or “erased”) as in drawRainbow2 for the smile.
In graph terms, what is a path that begins and ends at the same vertex?
A. a simple path B. an undirected path C. a cycle D. a directed path