拓扑图如下: SW-1配置命令如下: system-view //进系统视图 [Huawei]sysname SW-1 //修改主机名 [SW-1]vlan batch 10 20 //创建vlan 10 20 [SW-1]interface e0/0/1 //进接口 [SW-1-Ethernet0/0/1]port link-type access //配置工作模式为access [SW-1-Ethernet0/0/1]port default vlan 10 //将e0/0/1接口加入到vlan10里 [SW-1