这篇文章主要为大家介绍了华为S5700交换机配置VLAN的方法,不知道如何配置的朋友可以进来学习一下,内容简单易懂,很容易上手,需要的朋友可以参考下。

<Huawei>system-view 进入配置模式
Enter system view, return user view with Ctrl+Z.
[Huawei]sysname center_switch 更改交换机名

创建vlan
[center_switch]vlan 40
[center_switch-vlan40]quit

给vlan配置IP地址
[center_switch]interface Vlanif 40
[center_switch-Vlanif40]ip address 10.10.40.1 255.255.255.0

将某个端口加入到vlan中
[center_switch] interface port GigabitEthernet 0/0/24
[center_switch-GigabitEthernet0/0/24]port link-type access
[center_switch-GigabitEthernet0/0/24]port default vlan40

将交换机中一组端口加入到一个VLAN中
创建vlan
[center_switch]vlan 42
[center_switch-vlan42]quit

给vlan 配置IP地址
[center_switch]interface Vlanif 42
[center_switch-Vlanif42]ip add
[center_switch-Vlanif42]ip address 10.10.42.1 255.255.255.0

创建端口组
[center_switch]port-group port1to8forvlan40

将相应的端口加入组中
[center_switch]port-group port1to8forvlan40]group-member GigabitEthernet 0/0/1 to GigabitEthernet 0/0/8

设置端口方式
[center_switch-port-group-port1to8forvlan42]port link-type access

设置端口组默认vlan(即之前创建好的vlan ID 42)
[center_switch-port-group-port1to8forvlan42]port default vlan 42
[center_switch]display vlan
<center_switch>save
[Quidway] display version

显示VRP版本号
[Quidway] display current-configuration

显示系统运行配置信息
[Quidway] display saved-configuration

显示保存的配置信息
[Quidway] display interfaces brief

显示接口配置信息
[Quidway]display ip routing-table

显示路由表
[Quidway]display systname

以上就是华为S5700交换机配置VLAN的方法。

老孔雀

作者 老孔雀

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

防复制