【正确答案】
C
【答案解析】配置交换机端口通信方式:Switch一6500>(enable)set port duplex<mod/port>full/half
配置交换机端口传输速率: Switch一6500> (enable)set port speed<mod/port><port_speed>
其中,g0为千兆以太网端口,速率为1000Mbps。
设置VTP域名:Switch一6500>(enable)set vtp domain<域名>
配置VTP工作模式:Switch一6500>(enable)set vtp mode<模式名>
其中,题目中要求工作模式为transparent。
建立VLAN:Switch.6500>(enable)set vlan<vlan—mum>name<vlan—name>
配置VLAN Trunk模式,封装VLAN协议: Switch一6500>(enable)set trunk<mod/port><mode><type>
其中,VLAN协议ISL只适用于Cisco交换机内部链路,IEEE 802.1Q(dotlq)是国际 标准,可用于不同厂家的交换机设备互联。
设置允许中继的VLAN: Switch一6500>(enable)set trunk<mod/port>vlan<vlan>,故选择C选项。