华为s5700怎么删除vlan命令
相关话题
网络交换器具有性能价格比高、高度灵活、相对简单、易于实现等特点。所以,以太网技术已成为当今最重要的一种局域网组网技术,网络交换机也就成为了最普及的交换机。下面是小编给大家整理的一些有关华为s5700 删除vlan命令的方法,希望对大家有帮助!
华为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的方法,谢谢阅读,希望能帮到大家,。
华为s5700怎么删除vlan命令的评论条评论