Which Cisco IOS command would be used to control which VLANs are permitted to cross an interface configured and operational as a trunk?
A) switchport allowed trunk vlan vlan-ids
B) switchport allowed vlan vlan-ids
C) switchport trunk permit vlan vlan-ids
D) switchport trunk allowed vlan vlan-ids
D
Explanation: D) The switchport trunk allowed vlan vlan-ids command is used to control which VLANs are permitted to cross an established trunk.
Computer Science & Information Technology
You might also like to view...
Which function is best suited to capitalize the first letter of each word in a text string?
A) UPPER B) PROPER C) LOWER D) CONCATENATE
Computer Science & Information Technology
When an object is being newly created, a ____ is used to initialize the object's instance variables.
A. super class B. base class C. constructor D. mutator
Computer Science & Information Technology