锐捷交换机RG-S2628G-I HTTP服务配置
1) 配置本地数据库的身份认证信息,用户名为 admin,明文密码为 ruijie,15 级权限
Ruijie#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Ruijie(config)#username admin password ruijie
Ruijie(config)#username admin privilege 15
2) 打开 HTTP 和 HTTPS 服务
Ruijie#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Ruijie(config)#enable service web-server
3) 配置 HTTP 服务认证方式为 local
Ruijie#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Ruijie(config)#ip http authentication local
4) 配置 HTTP 服务端口为 8080
Ruijie#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Ruijie(config)#ip http port 8080
5) 配置 HTTPS 服务端口为 4430
Ruijie#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Ruijie(config)#ip http secure-port 4430
显示验证
查看 HTTP 配置信息
Ruijie#show web-server status
http server status : enabled
http server port : 8080
https server status: enabled
https server port: 4430
http(s) use memory block: 768, create task num: 0
特别说明:如出现设备web页面中的login按钮点击后无反应或者输入用户名和密码显示密码错误,但是密码输入正确,该情况下都是浏览器的兼容性问题导致的,可以做以下的操作;
⑴使用电脑系统自带的ie浏览器,点击左上级的工具,选择兼容性视图设置;
⑵将管理IP地址192.168.1.200填写到添加此网站中,点击添加,即可点击关闭;
⑶再次点击login即可正常弹出登陆页面。
THE END
0
二维码
打赏
海报
锐捷交换机RG-S2628G-I HTTP服务配置
1) 配置本地数据库的身份认证信息,用户名为 admin,明文密码为 ruijie,15 级权限
Ruijie#configure terminal
Enter configuration commands, one per line.……
共有 0 条评论