阅读下面配置信息 解释(9)~(11)处的命令 将答案填写在相应的位置。 SW1>enab
问题详情
阅读下面配置信息,解释(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
SW1copy run start请帮忙给出正确答案和分析,谢谢!
参考答案
正确答案:(9)将当前端口设置为trunk(干道)模式(10)设置trunk中数据帧的封装形式为is1(11)设置VLAN1在当前端口的优先级为10
(9)将当前端口设置为trunk(干道)模式(10)设置trunk中数据帧的封装形式为is1(11)设置VLAN1在当前端口的优先级为10 解析:命令“switchport mode trunk”的功能是将当前端口设置为trunk(干道)模式;命令“switchport trunk encaps is1”的功能是设置trunk中数据帧的封装形式为is1;命令“spanning-tree vlan 1 port-priority 10”的功能是设置VLAN1在当前端口的优先级为10。