某公司租用了一段 C 类地址 203.12.11.0/24 ~ 203.12.14.0/24 ,如图 1 所示。其网间地址是 172.11.5.14/24 。要求网内所有 PC 都能上网。 图1 某公司网络结构 (1) 接入层交换机 Switch1 的端口 24 为 trunk 口,其余各口属于 vlan11 ,请解释下列命令并完成交换机的配置。 Switch1#config 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)#(3) (允许所有 VLAN 从该端口交换数据) Switch1(config-if)#exit Switch1(config)#exit Switch1# vlan database Switch1(vlan)# vlan 11 name lab01 ( 4 ) Switch1(vlan)#exit Switch1#config terminal Switch1(config)#interface f0/9 (进入 f0/9 的配置模式) Switch1(config-if)# ( 5 ) (设置端口为接入链路模式) Switch1(config-if)# ( 6 ) 把 f0/9 分配给 VLAN11 ) Switch1(config-if)#exit Switch1(config)#exit (2) 以下两个配置中错误的是( ) ,原因是( 7 ) A . Switch0 (config)#interface gigabitEthernet 0/3 Switch0 (config-if)#switchport mode trunk Switch0 (config-if)#switchport trunk encapsulation dot1q Switch0(config)#exit Switch0# vlan database Switch0(vlan)# vlan 2100 name lab02 B . Switch0 (config)#interface gigabitEthernet 0/3 Switch0 (config-if)#switchport mode trunk Switch0 (config-if)#switchport trunk encapsulation ISL Switch0(config)#exit Switch0# vlan database Switch0(vlan)# vlan 2100 name lab02 (3)Switch1 的 f0/24 口接在 Switch0 的 f0/2 口上,请根据图 1 完成或解释以下 Switch0 的配置命令,假设VLAN11成员的默认网203.12.12.1。 Switch0(config)# interface ( 8 ) ( 进入虚子接口) Switch0(config-if)# ip address(9) (加 IP 地址) Switch0(config-if)# no shutdown (10) Switch0(config-if)# standby 1 ip 203.12.12.253(建HSRP组并设虚IP地址) Switch0(config-if)# standby 1 priority 110(配置该设备在HSRP组1中的优先级为110 设优先级) Switch0(config-if)# standby 1 preempt(开启HSRP的Active设备的抢占功能 设切换许可)