小型企业交换机批量配置VLAN

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了小型企业交换机批量配置VLAN相关的知识,希望对你有一定的参考价值。

一、 实验目的
在交换机内创建VLAN,并将所需端口加入到各VLAN中。
1-3端口:VLAN10;
4-6端口:VLAN20;
7-9端口:VLAN30。

二、 实验环境

  1. 软件
    eNSP 1.2.00.500
  2. 虚拟设备:
    PC:PC1 – PC3
    S3700交换机:SW1

三、 实验拓扑
技术分享图片

四、 实验步骤
SW1:
<Huawei>sys #进入视图模式
[Huawei]sys SW1 #修改交换机名称为SW1
[SW1]vl ba 10 20 30 #批量创建VLAN10、VLAN20、VLAN30
[SW1]disp vl #查看VLAN是否创建成功

[SW1]port-group 1 #创建端口1组
[SW1-port-group-1]gr eth 0/0/1 to eth 0/0/3 #将1 – 3端口加入该组
[SW1-port-group-1]port link-t acc #将该组端口配置为access端口模式
[SW1-port-group-1]po de vl 10 #将该组端口加入VLAN10
[SW1-port-group-1]quit #返回视图模式
[SW1]port-group 2 #创建端口2组
[SW1-port-group-2]gr eth 0/0/4 to eth 0/0/6 #将4 – 6 端口加入该组
[SW1-port-group-2]port link-t acc #将该组端口配置为access端口模式
[SW1-port-group-2]po de vl 20 #将该组端口加入VLAN20
[SW1-port-group-2]quit #返回视图模式

[SW1]port-group 3 #创建端口3组
[SW1-port-group-3]gr eth 0/0/7 to eth 0/0/9 #将7 – 9 端口加入该组
[SW1-port-group-3]port link-t acc #将该组端口配置为access端口模式
[SW1-port-group-3]po de vl 30 #将该组端口加入VLAN30
[SW1-port-group-3]quit #范湖视图模式

五、 结果验证
[SW1]disp vl #查看VLAN信息,确认端口配置

技术分享图片

以上是关于小型企业交换机批量配置VLAN的主要内容,如果未能解决你的问题,请参考以下文章

中小型企业网络构建

中小型企业网络构建-交换机

[小型企业]不同vlan配置DHCP服务

第十一期 小型企业自动分配IP地址和不同网段通信

中小型网络企业构建-交换机

VLAN的 基本用法与配置