阅读下面的配置信息,解释(5)处的命令。
Switch
Switchconfig
Switch(config)interface f0/1(进入接口1配置模式)
Switch(config-if)switchport mode trunk(5)
Switch(config-if)switchpoft trunk allowed vlan all(设置允许从该接口交换数据的VLAN)
Switch(config-if)exit
Switch(config)exit
SwitCh
第1题:
Switch1的f0/24口接在Switch 0的f0/2口上,请根据本题的示意图完成或解释以下 Switch0的配置命令。
Switch0(config) interface(8)(进入虚子接口)
Switch0(config-if) ip address 203.12.12.1 255.255.255.0(加IP地址)
Switch0(config-if) no shutdown(9)
Switch0(config-if) standby 1 ip 203.12.12.253(建HSRP组并设虚IP地址)
Switch0(config-if) standby 1 priority 110(10)
Switch0(config-if) standby 1 preempt(11)
第2题:
阅读以下说明,回答问题1至问题3,将解答填入解答栏内。
【说明】
某公司租用了一段C类地址203.12.11.0/24~203.12.14.0/24,如下图所示。其网间地址是172.11.5.14/24。要求网内所有PC都能上网。
接入层交换机Switch1的端口24为trunk口,其余各口属于vlan11,请解释下列命令并完成交换机的配置。
Switch1config terminal
Switch1(config)interface f0/24(进入端口24配置模式)
Switch1(config-if) switchport mode trunk(1)
Switch1(config-if)switchport trunk encapsulation dotlq(2)
Switch1(config-if) switchport trunk allowed all(允许所有VLAN从该端口交换数据)
Switch1(config-if)exit
Switch1(config)exit
Swkch1 vlan database
Switch1(vlan) vlan11 name lab01(3)
Switch1(vlan)exit
Switch1 config terminal
Switch1(config)interface f0/9(进入f0/9的配置模式)
Switch1(config-if)(4)(设置端口为接入链路模式)
Switch1(config-if)(5)(把f0/9分配给VLAN11)
Switch1(config-if)exit
Switch1(config)exit
第3题:
阅读以下的配置信息,将(1)、(2)空缺处的内容填写完整,以实现图3-12所示的拓扑结构图中交换机主干道的相关配置。
Switch>enable (进入特权模式)
Switchconfig terminal
Switch (config) (1)
Switch (config-if) switchport (2)
Switch (config-if) end
第4题:
使Switch1的千兆端口允许所有VLAN通过的配置命令如下,请给出空白处的配置内容:
Switchl(config)interface gigabit0/1(进入千兆端口配置模式)
Switch1(config-if)switchport(4)
Switch1(config-if)switchport(5)
第5题:
A、Switch(config-if)#switchport mode access
B、Switch(config-if)#switchport dynamic auto
C、Switch(config-if)#switchport mode trunk
D、Switch(config-if)#switchport mode dynamic