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

admin2017-02-25  35

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

选项 A、Switch-6500>(enable)set port duplex4/5full
Switch-6500>(enable)set port speed4/5 1000
Switch-6500>(enable)set vtp domain bupt
Switch-6500>(enable)set vtp mode client
Switch-6500>(enable)set vlan101namevl101
Switch-6500>(enable)set vlan102namevl102
Switch-6500>(enable)set trunk4/5on dot1q
Switch-6500>(enable)set trunk4/5vlan101,102
B、Switch-6500>(enable)set port duplex4/5full
Switch-6500>(enable)set port speed4/5 1000000
Switch-6500>(enable)set vtp domain bupt
Switch-6500>(enable)set vtp mode transparent
Switch-6500>(enable)set vlan101name vl101
Switch-6500>(enable)set vlan102name vl102
Switch-6500>(enable)set trunk4/5on isl
Switch-6500>(enable)set trunk4/5vlan101-102
C、Switch-6500>(enable)set port duplex4/5full
Switch-6500>(enable)set port speed4/5 1000
Switch-6500>(enable)set vtp domain bupt
Switch-6500>(enable)set vtp mode transparent
Switch-6500>(enable)set vlan101name vl101
Switch-6500>(enable)set vlan102name vl102
Switch-6500>(enable)set trunk4/5on dot1q
Switch-6500>(enable)set trunk4/5vlan101-102
D、Switch-6500>(enable)set port duplex4/5half
Switch-6500>(enable)set port speed4/5 1000
Switch-6500>(enable)set vtp domain bupt
Switch-6500>(enable)set vtp mode server
Switch-6500>(enable)set vlan101name vl101
Switch-6500>(enable)set vlan102name vl102
Switch-6500>(enable)set trunk4/5on isl
Switch-6500>(enable)8et trunk4/5vlan vl101,vl102

答案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_nHm>name<vlan_name>
配置VLAN]]Trunk模式,封装VLAN协议:
Switch-6500>(enable)set trunk<mocL/port><mode><type>
其中,VLAN协议ISL只适用于Cisco交换机内部链路,IEEE802.1Q(dot1q)是国际
标准,可用于不同厂家的交换机设备互联。
设置允许中继的VLAN:
Switch-6500>(enable)set trunk<mod/port>vlan<vlan>,故选择C选项。
转载请注明原文地址:https://jikaoti.com/ti/kJ07FFFM
0

最新回复(0)