设置端口fa0/24类型为Trunk的配置代码是:Switch(config)# fastethernet 0/24Switch(config-if)#
举一反三
- 如何将交换机设备端口设置为trunk模式 A: Switch(config)#f0/24Switch(config-if)#switchportmode trunkSwitch(config-if)# exit B: Switch(config)#int f0/24Switch(config-if)#switchportmode accessSwitch(config-if)# exit C: Switch(config)#int f0/24Switch(config-if)#switchporttrunkSwitch(config-if)# exit D: Switch(config)#intf0/24Switch(config-if)#switchportmode trunkSwitch(config-if)# exit
- 将交换机的端口配置为Trunk端口。下列哪个命令是正确的配置命令? A: Switch(config-if)#switchportmodetrunk B: Switch(config)#switchportmodetrunk C: Switch(config)#noswitchportmodeaccess D: Switch(config-if)#noswitchportmodeaccess
- 配置交换机端口 0/13,设定端口描述为“to_pc 13 I like Intranet!”,数据传输速率是10Mbit/s,通信模式是半双工,端口状态为开启。然后使用show命令查看该端口信息。 switch>___________ switch#____________ switch(config)#_____________ switch(config-if)#________________ switch(config-if)#________________ switch(config-if)#________________ switch(config-if)#________________ switch(config)#________________ switch#_________________
- 下面是交换机完成端口配置的过程,请根据题目要求,完成下列配置。 Switch(config)# interface f0/7 (进入端口7配置模式) Switch(config-if)# _____ (设置端口为静态VLAN访问模式) Switch(config-if)# _____ (把端口7分配给Vlan10) Switch(config-if)# exit Switch(config)# exit
- Switch>;enableSwitch#configure terminalSwitch(config)#(1) ________________________ !设置网络设备名称为SW1Switch(config)#interface fa0/3Switch(config-if)#(2) ________________________ !配置端口速度为100Mbit/sSwitch(config-if)# (3)________________________ !配置端口的双工模式为全双工Switch(config-if)#(4) ________________________ !返回全局配置模式Switch(config)# (5)________________________ !进入VLAN 10的接口配置模式Switch(config-if)# (6)________________________________________ !配置VLAN 10的IP地址为192.168.10.1,子网掩码为255.255.255.0Switch(config-if)#(7) ________________________ ! 开启VLAN 10端口Switch(config-if)#(8) ________________________ !返回特权模式Switch#(9)________________________ !保存交换机配置Switch#(10)________________________ !重新启动交换机