• 全部
  • 经验案例
  • 典型配置
  • 技术公告
  • FAQ
  • 漏洞说明
  • 全部
  • 全部
  • 大数据引擎
  • 知了引擎
产品线
搜索
取消
案例类型
发布者
是否解决
是否官方
时间
搜索引擎
匹配模式
高级搜索

H3C SecPath U200-C 怎么开启WEB呢

2024-06-23提问
  • 1关注
  • 0收藏,218浏览
粉丝:0人 关注:2人

问题描述:

这个配置了,但是陆不了网页,是不是那个命令没有做得,

[H3C-luser-admin]service-type ?   

  ftp         FTP service type

  lan-access  LAN-ACCESS service type

  portal      Portal service type

  ppp         Specify user type to ppp

  ssh         Secure Shell service type

  telnet      TELNET service type

  terminal    TERMINAL service type

这些那个是开启web网页呢

 

 

[H3C]dis cu

#

 version 5.20, Release 5116P20

#

 sysname H3C

#

 undo voice vlan mac-address 00e0-bb00-0000

#

 domain default enable system

#

vlan 1

#

vlan 10

#

domain system

 access-limit disable

 state active

 idle-cut disable

 self-service-url disable

#

user-group system

#

local-user admin

 password simple winwin999

 authorization-attribute user-profile level-0

 service-type lan-access

 service-type ssh telnet terminal

 service-type ppp

#

wlan rrm

 dot11a mandatory-rate 6 12 24

 dot11a supported-rate 9 18 36 48 54

 dot11b mandatory-rate 1 2

 dot11b supported-rate 5.5 11

 dot11g mandatory-rate 1 2 5.5 11

 dot11g supported-rate 6 9 12 18 24 36 48 54

#

interface NULL0

#

interface Vlan-interface10

 ip address 192.168.10.1 255.255.255.0

#

interface GigabitEthernet0/0

 port link-mode route

#

interface GigabitEthernet0/1

 port link-mode route

#               

interface GigabitEthernet0/2

 port link-mode route

#

interface GigabitEthernet0/3

 port link-mode route

#

interface GigabitEthernet0/4

 port link-mode bridge

 port access vlan 10

#

interface WLAN-Radio1/0

#

 load xml-configuration

#

 load tr069-configuration

#

user-interface con 0

user-interface vty 0 4

#

return

[H3C]ping 192.168.10.1

  PING 192.168.10.1: 56  data bytes, press CTRL_C to break

    Reply from 192.168.10.1: bytes=56 Sequence=1 ttl=255 time=1 ms

    Reply from 192.168.10.1: bytes=56 Sequence=2 ttl=255 time=1 ms

    Reply from 192.168.10.1: bytes=56 Sequence=3 ttl=255 time=1 ms

    Reply from 192.168.10.1: bytes=56 Sequence=4 ttl=255 time=1 ms

    Reply from 192.168.10.1: bytes=56 Sequence=5 ttl=255 time=1 ms

 

  --- 192.168.10.1 ping statistics ---

    5 packet(s) transmitted

    5 packet(s) received

    0.00% packet loss

    round-trip min/avg/max = 1/1/1 ms

 

3 个回答
已采纳
粉丝:10人 关注:7人

您好,请知:

可以使用如下命令开启WEB功能。

ip http enable

ip https enable


local-user admin

service-type http https

quit

另外检查防火墙的全策略是否有限制。


[H3C]ip https enable Error: Please configure ssl-server-policy of HTTPS server first!

SonlyXu松 发表时间:2024-06-24

U200-C 开启Web <telecom>sys System View: return to User View with Ctrl+Z. [telecom]ip http enable Info: HTTP server has been started! [telecom]interface Vlan-interface 1 [telecom-Vlan-interface1]ip address 10.0.10.1 24 [telecom-Vlan-interface1]qu [telecom]local-user abc New local user added. [telecom-luser-abc]password simple 123456 [telecom-luser-abc]service-type web (用portal与telnet来代替) ^ % Unrecognized command found at '^' position. [telecom-luser-abc]service-type ? ftp FTP service type lan-access LAN-ACCESS service type portal Portal service type ppp Specify user type to ppp ssh Secure Shell service type telnet TELNET service type terminal TERMINAL service type [telecom-luser-abc]service-type ^ % Incomplete command found at '^' position. [telecom-luser-abc]service-type portal [telecom-luser-abc]service-type telnet (必须开启才能访问) [telecom-luser-abc]authorization-attribute level 3 [H3C-luser-abc] quit //退出当前视图 # 保存配置。 [H3C] save force //保存配置

SonlyXu松 发表时间:2024-06-30
粉丝:2人 关注:2人

[H3C-luser-admin]service-type ?   //这个是给本地用户授权指定的登录方式的

看一下 ip http en 和ip https en开了吗

[H3C]ip http enable

SonlyXu松 发表时间:2024-06-23

[H3C-luser-admin]service-type ? 开web网页用那个方式

SonlyXu松 发表时间:2024-06-23

[H3C-luser-admin]service-type ? 这个可以先不用管,直接ip http enable和ip https enable 然后ping一下设备看能ping通吗,能ping通就浏览器登录ping通的地址,看一下能不能打开web

欧小景 发表时间:2024-06-23

我上面是能拼通的,就是登陆不了[H3C]ping 192.168.10.1 PING 192.168.10.1: 56 data bytes, press CTRL_C to break Reply from 192.168.10.1: bytes=56 Sequence=1 ttl=255 time=1 ms Reply from 192.168.10.1: bytes=56 Sequence=2 ttl=255 time=1 ms Reply from 192.168.10.1: bytes=56 Sequence=3 ttl=255 time=1 ms Reply from 192.168.10.1: bytes=56 Sequence=4 ttl=255 time=1 ms Reply from 192.168.10.1: bytes=56 Sequence=5 ttl=255 time=1 ms

SonlyXu松 发表时间:2024-06-23

[H3C]ip https ssl-server-policy ? STRING<1-16> SSL server policy name [H3C]ip https ssl-server-policy STRING<1-16> [H3C]ip https enable Error: Failed to enable HTTPS server. [H3C] %Jun 23 02:31:55:700 2024 H3C HTTPD/4/Log:Failed to start HTTPS server. [H3C]

SonlyXu松 发表时间:2024-06-23

undo https ssl-server-policy 关掉这个

欧小景 发表时间:2024-06-23

undo https ssl-server-policy 这个命令配不进去

SonlyXu松 发表时间:2024-06-23
SonlyXu松 知了小白
粉丝:0人 关注:2人

怎么给命令呢

sys ip http enable ip https enable 用户权限 service-type http https

专业人士非 发表时间:2024-06-23

编辑答案

你正在编辑答案

如果你要对问题或其他回答进行点评或询问,请使用评论功能。

分享扩散:

提出建议

    +

亲~登录后才可以操作哦!

确定

亲~检测到您登陆的账号未在http://hclhub.h3c.com进行注册

注册后可访问此模块

跳转hclhub

你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作

举报

×

侵犯我的权益 >
对根叔社区有害的内容 >
辱骂、歧视、挑衅等(不友善)

侵犯我的权益

×

泄露了我的隐私 >
侵犯了我企业的权益 >
抄袭了我的内容 >
诽谤我 >
辱骂、歧视、挑衅等(不友善)
骚扰我

泄露了我的隐私

×

您好,当您发现根叔知了上有泄漏您隐私的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您认为哪些内容泄露了您的隐私?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)

侵犯了我企业的权益

×

您好,当您发现根叔知了上有关于您企业的造谣与诽谤、商业侵权等内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到 pub.zhiliao@h3c.com 邮箱,我们会在审核后尽快给您答复。
  • 1. 您举报的内容是什么?(请在邮件中列出您举报的内容和链接地址)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
  • 3. 是哪家企业?(营业执照,单位登记证明等证件)
  • 4. 您与该企业的关系是?(您是企业法人或被授权人,需提供企业委托授权书)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

抄袭了我的内容

×

原文链接或出处

诽谤我

×

您好,当您发现根叔知了上有诽谤您的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您举报的内容以及侵犯了您什么权益?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

对根叔社区有害的内容

×

垃圾广告信息
色情、暴力、血腥等违反法律法规的内容
政治敏感
不规范转载 >
辱骂、歧视、挑衅等(不友善)
骚扰我
诱导投票

不规范转载

×

举报说明