阅读以下的配置信息,解释(7)处的命令,将答案填写在相应的位置。 Switch#cofing t Switch(cofing)#nterface fo/5 //进入接口5配置模式 Switch(coling-if)#switchport mode access (7) Switch(cofing-if)#switchport access vlan 2 //把端口5分配给相信的vlan2 Switch(cofing)#exit Switch(cofing)#interface fo/6 Switch(cofing-if)#switchport mode access Switch(cofing-if)#switchport access vlan 3 Switch(cofing-if)#exit Switch(cofing)#exit Switch#
  • 1、
【正确答案】 1、正确答案:7设置端口为静态vlan访问模式。    
【答案解析】解析:Switch(config)#interface of/5配置端口fo/5。 Switch(config-if)#switchport mode access设置端口为静态访问模式。