码迷,mamicode.com
首页 > 其他好文 > 详细

华为S5700划分VLAN

时间:2014-09-18 03:12:43      阅读:272      评论:0      收藏:0      [点我收藏+]

标签:华为交换机   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 
命令用来显示路由器的名称

 

本文出自 “西门庆他小叔” 博客,请务必保留此出处http://718693.blog.51cto.com/708693/1554524

华为S5700划分VLAN

标签:华为交换机   s5700 划分vlan

原文地址:http://718693.blog.51cto.com/708693/1554524

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!