You need to configure an 802.1Q link on a Ezon
问题详情
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请帮忙给出正确答案和分析,谢谢!
参考答案
正确答案: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.