如下图所示,Cisco Catalyst 6500的千兆以太网端口4/5与Cisco Catalyst 3500的端口g0/8相连,g0/8工作在全双工方式。两台交换机之间需传输两个VLAN,其VLAN ID为10l、102,VLAN名为VL101、VL1

admin2020-07-09  24

问题 如下图所示,Cisco Catalyst 6500的千兆以太网端口4/5与Cisco Catalyst 3500的端口g0/8相连,g0/8工作在全双工方式。两台交换机之间需传输两个VLAN,其VLAN ID为10l、102,VLAN名为VL101、VL102。下列Cisco Catalyst 6500的端口配置和VLAN配置,正确的是(    )。

选项 A、Switch-6500>(enable)set port duplex 4/5 full
Switch-6500>(enable)set port speed 4/5 1000
Switch-6500>(enable)set vtp domain bupt
Switch-6500>(enable)set vtp mode client
Switch-6500>(enable)set vlan 101 name v1101
Switch-6500>(enable)set vlan 102 name v1102
Switch-6500>(enable)set trunk 4/5 on dotlq
Switch-6500>(enable)set trunk 4/5 vlan 101,102
B、Switch-6500>(enable)set port duplex 4/5 full
Switch-6500>(enable)set port speed 4/5 1000000
Switch-6500>(enable)set vtp domain bupt
Switch-6500>(enable)set vtp mode transparent
Switch-6500>(enable)set vlan 101 name v1101
Switch-6500>(enable)set vlan 102 name v1102
Switch-6500>(enable)set trunk 4/5 on isl
Switch-6500>(enable)set trunk 4/5 vlan 101-102
C、Switch-6500>(enable)set port duplex 4/5 full
Switch-6500>(enable)set port speed 4/5 1000
Switch-6500>(enable)set vtp domain bupt
Switch-6500>(enable)set vtp mode transparent
Switch-6500>(enable)set vlan 101 name v1101
Switch-6500>(enable)set vlan 102 name v1102
Switch-6500>(enable)set trunk 4/5 on dotlq
Switch-6500>(enable)set trunk 4/5 dan 101-102
D、Switch-6500>(enable)set port duplex 4/5 half
Switch-6500>(enable)set port speed 4/5 1000
Switch-6500>(enable)set vtp domain bupt
SWItch-6500>(enable)set vtp mode server
Switch-6500>(enable)set vlan 101 name v1101
Switch-6500>(enalle)set vlan 102 name v1102
Switch-6500>(enable)set trunk 4/5 on isl
Switch-6500>(enable)set trunk 4/5 vlan v1101,v1102

答案C

解析 配置交换机端口通信方式:Switch-6500>(enable)set port duplex<mod/port>full/half
配置交换机端口传输速率:
Switch-6500>(enable)set port speed
其中,go为千兆以太网端口,速率为1000Mbps。
设置VTP域名:Switch-6500>(enable)set vtp domain<域名>
配置VTP工作模式:Switch-6500>(enable)set vtp mode<模式名>
其中,题目中要求工作模式为transparent。
建立VLAN:Switch-6500>(enable)set vlanname
配置VLAN Trunk模式,封装VLAN协议:Switch-6500>(enable)set trunk
其中,VLAN协议ISL只适用于Cisco交换机内部链路,IEEE 802.1Q(dotlq)是国际标准,可用于不同厂家的交换机设备互联。
设置允许中继的VLAN:
Switch-6500>(enable)set trunkvlan
故C选项正确。
转载请注明原文地址:https://kaotiyun.com/show/hSdZ777K
0

最新回复(0)