Which Cisco IOS command is used to determine the VLANs that have been enabled for transport over a specific trunk?

A) show trunks
B) show switchport trunk
C) show vlan trunk
D) show interfaces trunk

D
Explanation: D) The show interfaces trunk command is used to display the current active trunks on a switch, including which VLANs will be allowed over the trunks.

Computer Science & Information Technology

You might also like to view...

Which Cisco IOS command is used to have OSPFv3 advertise a default route regardless of the existing routes in the routing table?

A) default-information originate always B) default-information originate C) ospfv3 default originate D) ospfv3 originate default route

Computer Science & Information Technology

What character(s) do you use to make a conditional AND operator within a C# program?

A. || B. | C. && D. &

Computer Science & Information Technology