最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

华为交换机基本配置

IT圈 admin 27浏览 0评论

2024年2月6日发(作者:唐琛瑞)

1、进入系统配置页面

system-view #进入配置页面

2、华为交换机清空所有配置

reset saved-configuration

持续[是/否]:是

reboot #重启

Info: The system is now comparing the configuration, please wait.

Warning: All the configuration will be saved to the configuration file for the next startup:,

Continue?[Y/N]:n #警告:所有配置都将保存到配置文件中,以便下次启动:,是否继续?[是/否]:N#询问是否

Info: If want to reboot with saving diagnostic information, input 'N' and then execute 'reboot save

diagnostic-information'.

System will reboot! Continue?[Y/N]:y

启动:,是否继续?[是/否]:Y#询问是否

注意:重启需要先选择N再选择Y

3、更改交换机名字

[Huawei]sysname R1 #R1就是系统名称

[Huawei]save

#保存配置

#设置华为console 0口的登录密码

#设置consle认证方式为密码认证

#设置登录密码为明文登#设置登录密码为密文登4、设置交换机consle登录密码

[Huawei]user-interface console 0

[Huawei-ui-console0]authentication-mode password

#警告:所有配置都将保存到配置文件中,以便下次 #重置保存的配置

The configuration will be erased to reconfigure. Continue? [Y/N]:Y #配置将被擦除以重新配置。[Huawei-ui-console0]set authentication password simple huawei1

[Huawei-ui-console0]set authentication password cipher huawei1

5、设置交换机telnet远程登录账号和密码

system-view

#进入系统

#打开telnet服务

[Huawei]telnet server enable

[Huawei]user-interface vty 0 4

[Huawei-aaa]quit

[Huawei]aaa

录密码,后面huawei1为密码,用dis au查看配置的时候可以看到具体的密码

录密码,后面huawei1为密码,用dis au查看配置的时候看不到密码配置,显示为加密

#进入vty 0 4 虚拟接口,因为telnet登陆无物理接口

#设置虚接口即telnet认证模式为aaa

#返回上一级菜单

#新增用户账号为admin,密码为华为1

#设置admin为telnet登陆用户

[Huawei-ui-vty0-4]authentication-mode aaa

#telnet 远程登陆设置一般通过aaa认证,首先我们进入aaa认证

[Huawei-aaa]local-user admin password cipher huawei1

[Huawei-aaa]local-user admin service-type telnet

[Huawei-aaa]local-user admin privilege level 3 #设置admin的账号权限等级,0为最低级(访问级),只能ping等等,1为监控级,可以查看dis,2为系统级,可以进行配置,3为管理级,可以下载配置等等

dis local-user #查看用户有哪些

6、设置接口IP地址(需要确定是否是三层交换还是二层交换,需要做对应转换,进入接口查看,如果有port switch则是二层,如果是Route Port则是三层,三层可以配置IP地址,二层不能)

[Huawei]interface e0/0/0

#进入接口

#三层接口转二层接口

#二层转三层接口

[Huawei-Ethernet0/0/0]portswitch

[Huawei-Ethernet0/0/0]undo portswitch

7、设置VLAN和VLAN IP地址,配置好了IP地址之后可以把电脑接到这个接口,配置新IP看能否ping通,如果中间有两台交换机,需要配置trunk,并且允许对应vlan通过

[Huawei]vlan 100

#创建vlan 100

#把E0/0/0口加入到vlan 100里面

#把E0/0/0到13号口加入到vlan 100里面,[Huawei-vlan100]port Ethernet 0/0/0

[Huawei-vlan100]port Ethernet 0/0/0 to e0/0/13

转换成access模式,命令如下:

[Huawei]interface e0/0/0

[Huawei-Ethernet0/0/0]port link-type access

[Huawei-vlan100]quit

[Huawei]interface Vlanif 100

[Huawei]interface g0/0/0

如果出现报错Error: Trunk or Hybrid port(s) can not be added or deleted in this man,需要把端口#端口转为ACCESS模式

#退出

#进入vlanif100

#配置vlanif 100的IP地址 [Huawei-Vlanif100]ip address 192.168.2.1 255.255.255.0

#进入两台交换机的连接口,配置trunk

#配置trunk,两边接口都需要配置 [Huawei-Ethernet0/0/0]port link-type trunk

[Huawei-Ethernet0/0/0port trunk allow-pass vlan 100 200 #vlan100和vlan200是需要通过的vlan

2024年2月6日发(作者:唐琛瑞)

1、进入系统配置页面

system-view #进入配置页面

2、华为交换机清空所有配置

reset saved-configuration

持续[是/否]:是

reboot #重启

Info: The system is now comparing the configuration, please wait.

Warning: All the configuration will be saved to the configuration file for the next startup:,

Continue?[Y/N]:n #警告:所有配置都将保存到配置文件中,以便下次启动:,是否继续?[是/否]:N#询问是否

Info: If want to reboot with saving diagnostic information, input 'N' and then execute 'reboot save

diagnostic-information'.

System will reboot! Continue?[Y/N]:y

启动:,是否继续?[是/否]:Y#询问是否

注意:重启需要先选择N再选择Y

3、更改交换机名字

[Huawei]sysname R1 #R1就是系统名称

[Huawei]save

#保存配置

#设置华为console 0口的登录密码

#设置consle认证方式为密码认证

#设置登录密码为明文登#设置登录密码为密文登4、设置交换机consle登录密码

[Huawei]user-interface console 0

[Huawei-ui-console0]authentication-mode password

#警告:所有配置都将保存到配置文件中,以便下次 #重置保存的配置

The configuration will be erased to reconfigure. Continue? [Y/N]:Y #配置将被擦除以重新配置。[Huawei-ui-console0]set authentication password simple huawei1

[Huawei-ui-console0]set authentication password cipher huawei1

5、设置交换机telnet远程登录账号和密码

system-view

#进入系统

#打开telnet服务

[Huawei]telnet server enable

[Huawei]user-interface vty 0 4

[Huawei-aaa]quit

[Huawei]aaa

录密码,后面huawei1为密码,用dis au查看配置的时候可以看到具体的密码

录密码,后面huawei1为密码,用dis au查看配置的时候看不到密码配置,显示为加密

#进入vty 0 4 虚拟接口,因为telnet登陆无物理接口

#设置虚接口即telnet认证模式为aaa

#返回上一级菜单

#新增用户账号为admin,密码为华为1

#设置admin为telnet登陆用户

[Huawei-ui-vty0-4]authentication-mode aaa

#telnet 远程登陆设置一般通过aaa认证,首先我们进入aaa认证

[Huawei-aaa]local-user admin password cipher huawei1

[Huawei-aaa]local-user admin service-type telnet

[Huawei-aaa]local-user admin privilege level 3 #设置admin的账号权限等级,0为最低级(访问级),只能ping等等,1为监控级,可以查看dis,2为系统级,可以进行配置,3为管理级,可以下载配置等等

dis local-user #查看用户有哪些

6、设置接口IP地址(需要确定是否是三层交换还是二层交换,需要做对应转换,进入接口查看,如果有port switch则是二层,如果是Route Port则是三层,三层可以配置IP地址,二层不能)

[Huawei]interface e0/0/0

#进入接口

#三层接口转二层接口

#二层转三层接口

[Huawei-Ethernet0/0/0]portswitch

[Huawei-Ethernet0/0/0]undo portswitch

7、设置VLAN和VLAN IP地址,配置好了IP地址之后可以把电脑接到这个接口,配置新IP看能否ping通,如果中间有两台交换机,需要配置trunk,并且允许对应vlan通过

[Huawei]vlan 100

#创建vlan 100

#把E0/0/0口加入到vlan 100里面

#把E0/0/0到13号口加入到vlan 100里面,[Huawei-vlan100]port Ethernet 0/0/0

[Huawei-vlan100]port Ethernet 0/0/0 to e0/0/13

转换成access模式,命令如下:

[Huawei]interface e0/0/0

[Huawei-Ethernet0/0/0]port link-type access

[Huawei-vlan100]quit

[Huawei]interface Vlanif 100

[Huawei]interface g0/0/0

如果出现报错Error: Trunk or Hybrid port(s) can not be added or deleted in this man,需要把端口#端口转为ACCESS模式

#退出

#进入vlanif100

#配置vlanif 100的IP地址 [Huawei-Vlanif100]ip address 192.168.2.1 255.255.255.0

#进入两台交换机的连接口,配置trunk

#配置trunk,两边接口都需要配置 [Huawei-Ethernet0/0/0]port link-type trunk

[Huawei-Ethernet0/0/0port trunk allow-pass vlan 100 200 #vlan100和vlan200是需要通过的vlan

与本文相关的文章

发布评论

评论列表 (0)

  1. 暂无评论