如图5-1所示,为了实现交换机SW1和SW2之间的冗余连接以提高传输速度和可靠性,在这两台交换机使用两条双绞线互连。为了避免网络环路的出现,在两台交换机之间使用了生成树协议(Spanning Tree Protocol,STP),通过修改Trunk(干道)端口的属性,使不同的VLAN数据从不同的端口中传输。
[*]
阅读下面配置信息,解释(9)~(11)处的命令,将答案填写在相应的位置。
SW1>enable (进入特权模式)
SW1(config)#interface f0/23 (进入接口23配置模式)
SW1(config-if)#switchport mode trunk (9)
SW1(config-if)#switchport trunk encaps isl (10)
SW1(config-if)#spanning-tree vlan 1 port-priority 10 (11)
SW1(config-if)#spanning-tree vlan 2 port-priority 10
SW1(config-if)#spanning-tree vlan 3 port-priority 10
SW1(config-if)#interface f0/24 (进入接口24配置模式)
SW1(config-if)#…….. (对端口24进行配置)
SW1(config-if)#end
SW1#copy run start