下面是交换机完成端口配置的过程,请根据题目要求,完成下列配置。 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)________________________ !重新启动交换机
- 如何将交换机设备端口设置为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
- }将端口分配给一个VLAN Switch(config)#( ) //进入交换机端口 f0/1 Switch(config-if)# switchport mode ( ) //将端口配置为access口 Switch(config-if)# switchport access ( ) //将端口指派到VLAN 10中去
- 如下图所示的网络拓扑结构中。将下面的交换机配置命令补充完整,使得主机A属于虚拟局域网VLAN10,主机B属于虚拟局域网VLAN20。 Switch>enable Switch# (1) Switch(config)# (2) Switch(config-vlan)#exit Switch(config)#vlan 20 Switch(config-vlan)#exit Switch(config)#interface (3) Switch(config-if)#switch access vlan 10 Switch(config-if)#no shutdown Switch(config-if)#exit Switch(config)#interface (4) Switch(config-if)# (5) Switch(config-if)#no shutdowne2e092ff2147dcd328ef09a1fcfb4e0e.jpg
- 将交换机的端口配置为Trunk端口。下列哪个命令是正确的配置命令? A: Switch(config-if)#switchportmodetrunk B: Switch(config)#switchportmodetrunk C: Switch(config)#noswitchportmodeaccess D: Switch(config-if)#noswitchportmodeaccess