华三和华为交换机如何批量添加端口到VLAN
方法1 :
interface range e1/0/1 to e1/0/20 建立端口范围
port link-type access 设置端口为access模式
port access vlan 1 将上面范围端口添加到VLAN1
方法2:
port-group manual 1 手动建立为1的端口组
group-member Ethernet 0/4/0 to Ethernet 0/4/5 将需要添加的端口加入到1组中
port link-type access 设置端口为access模式
port access vlan 1 将上面指定端口组1添加到VLAN1


