小型企业交换机批量配置VLAN
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了小型企业交换机批量配置VLAN相关的知识,希望对你有一定的参考价值。
一、 实验目的
在交换机内创建VLAN,并将所需端口加入到各VLAN中。
1-3端口:VLAN10;
4-6端口:VLAN20;
7-9端口:VLAN30。
二、 实验环境
- 软件
eNSP 1.2.00.500 - 虚拟设备:
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的主要内容,如果未能解决你的问题,请参考以下文章