这个型号 没有默认地址,通过console登录,手动配置一下,然后再用web登录。
默认也不开启 web 需要命令行手动开启
1、使能http https服务
sys
ip http enable
ip https enable
quit
---
2、添加管理地址:
sys
int vlan 1
ip ad 192.168.1.1 24
quit
----
添加用户:
3、增加新的用户即可:
系统视图下:
#进入系统视图:
sys
#增加新的用户 h3c (自定义)
local-user h3c class manage
#设置密码为 abcd@12345
password simple abcd@12345
#设置服务类型
service-type http https ssh telnet terminal
#设置账号权限为管理员
authorization-attribute user-role network-admin
4、保存配置
save
恢复出厂设置
restore factory-default
默认管理ip:192.168.0.233/24
账号密码:admin/admin
恢复出厂设置方法:
1、#清除已保存的配置
<H3C>reset save //清除已保存的配置
The saved configuration file will be erased. Are you sure? [Y/N]:Y
2、#重启设备
<H3C>reboot //重启设备
Start to check configuration with next startup configuration file, please wait.........DONE!
This command will reboot the device. Current configuration will be lost, save current configuration? [Y/N]:n
This command will reboot the device. Continue? [Y/N]:y
暂无评论
华三低端盒式设备默认web管理ip,一般为192.168.0.233 admin/admin
一般设备初始化没有设置管理ip,需要console 登录自定义设置;
sys
int vlan 1
ip ad 192.168.1.1 24
telnet ser en
ssh ser en
ip http en
ip https en
local-user h3c cl man
password simple dfly@2025
auth user-role network-admin
service-type ssh telnet http https
line vty 0 4
auth scheme
暂无评论
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论