问题详情

You need to configure an 802.1Q link on a Ezonexam switch. Which commands, when used together, would do this? (Select two answer choices)


A、Switch(vlan) mode trunk

B、Switch(config) switchport access mode trunk

C、Switch(config-if) switchport mode trunk

D、Switch(config-if) switchport trunk encapsulation dot1q

E、Switch(config) switchport access mode 1

F、Switch(vlan) trunk encapsulation dot1q

时间:2022-01-09 16:26 关键词:

答案解析

CD
C,D 解析:Explanation:Creating this trunk link is a two step process. First you have to set the switchport mode to trunk, and then you configure the encapsulation. The giveaway on this question is the fact that to create a trunk on an interface, you have to be in interface configuration mode. So switchport mode trunk sets the trunk, and switchport trunk encapsulation dot1q sets the encapsulation.