时间:2021-05-23
<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的方法,谢谢阅读,希望能帮到大家,请继续关注,我们会努力分享更多优秀的文章。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
现在一些比较高端一点点的三层交换机都是FTP和TFTP的功能;比如华为的S5700系列的三层交换机;你可以用FTP功能上传bin文件或者是zip文件也可以是.c
1.单臂路由:通过一个路由器来实现VLAN间通信(Routeronastick) 1.1交换机划分vlan这里不赘述主要提一下将接口划分进VLAN: s
什么是UnifiSwitch交换机?UnifiSwitch交换机怎么配置vlan及trunk口?下面小编收集整理的UnifiSwitch交换机配置vlan及tr
区别就是一个支持划分VLAN,一个不支持;划分VLAN可以隔离广播域,通常就是指划分网段。多个vlan相当于将交换机分成独立的多个交换机用,交换机之间是不能互通
在使用华为交换机华为S5700-28C-HI的过程中,经常需要将用户mac地址和IP地址进行绑定,下面我们就来看看详细的教程。1、登录华为交换机,进入系统视图模