现在再进去是空配置了,web页面访问192.168.1.1 访问不了,web页面能访问了,是不是需要配置什么啊?
(0)
最佳答案
您好,请知:
空配置情况下的路由器需要开启WEB功能,及创建用户后方可实现WEB登陆。可参考如下配置:
V7设备:
开启HTTP HTTPS功能
[H3C]ip http enable
[H3C]ip https enable
创建用户名、密码,并赋予HTTP HTTPS的权限
[H3C]local-user admin
New local user added.
[H3C-luser-manage-admin]password simple admin
[H3C-luser-manage-admin]service-type http https
[H3C-luser-manage-admin]authorization-attribute user-role network-admin
[H3C-luser-manage-admin]quit
[H3C]
V5设备:
开启HTTP HTTPS功能
[H3C]ip http enable
[H3C]ip https enable
创建用户名、密码,并赋予HTTP HTTPS的权限
[H3C]local-user admin
New local user added.
[H3C-luser-manage-admin]password simple admin
[H3C-luser-manage-admin]service-type web
[H3C-luser-manage-admin]authorization-attribute level 3
[H3C-luser-manage-admin]quit
[H3C]
前提条件,需确保PC能PING通路由器。
(0)
在执行service-type web命令时报错% Unrecognized command found at '^' position
在service-type打?看下支持哪些功能。
支持telent 和terminal
需要重新做配置了,就这就是恢复了出场配置。
ip http enable
local-user admin class manage
password simple
authorization-attribute user-role network-admin
authorization-attribute user-role network-operator
#
user-interface vty 0 4
authentication-mode scheme
#
进入接口:
interface g1/0/1
ip address 192.168.1.1 24
(0)
可能是V5的配置 authorization-attribute level 3
authorization-attribute user-role network-admin authorization-attribute user-role network-operator interface g1/0/1 ip address 192.168.1.1 24 这些命令在执行的时候报错% Unrecognized command found at '^' position
可能是V5的配置 authorization-attribute level 3
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
支持telent 和terminal