如何开启华为交换机 http

系列文章目录

提示:这里可以添加系列文章的所有文章的目录,目录需要自己手动添加

例如:第一章 Python 机器学习入门之pandas的使用


提示:写完文章后,目录可以自动生成,如何生成可参考右边的帮助文档

文章目录


查看系统版本型号

powershell 复制代码
<poe1admin1>dis  version 

开启 http 服务

powershell 复制代码
[poe1admin1]http secure-server enable  

Info: The HTTP secure server has been already started.

Warning: After configuring the source interface or source address, the listening socket will be created.

(信息:HTTP 安全服务器已启动。警告:配置源接口或源地址后,将创建监听套接字。)

powershell 复制代码
[poe1admin1]http server enable 

Info: The HTTP server has been already started.

Warning: After configuring the source interface or source address, the listening socket will be created.

(信息:HTTP 服务器已启动。警告:配置源接口或源地址后,将创建监听套接字。)

创建交换机账号

powershell 复制代码
[poe1admin1-aaa]local-user 账号 password cipher 密码

Info: Add a new user.

(信息:添加新用户。)

账号开启 http telnet 权限

powershell 复制代码
[poe1admin1-aaa]local-user 账号 service-type  http telnet 

Info: The cipher password has been changed to an irreversible-cipher password.

Warning: The user access modes include Telnet, FTP, or HTTP, so security risks exist.

Info: After changing the rights (including the password, access type, FTP directory, HTTP directory, and level) of a local user, the rights of users already online do not change. The change takes effect to users who go online after the change.

(信息:密文密码已更改为不可逆密文密码。

警告: 用户访问方式包括Telnet、FTP、HTTP,存在安全风险。

提示:修改本地用户的权限(包括密码、访问类型、FTP目录、HTTP目录、级别)后,已在线用户的权限不会改变。本次变更对变更后上线的用户生效。)

账号权限

level 15 表示系统管理员

powershell 复制代码
[poe1admin1-aaa]local-user 账号 privilege level 15 

Warning: This operation may affect online users, are you sure to change the user privilege level ?[Y/N]:y

(警告:此操作可能会影响在线用户,您确定要更改用户权限级别吗?[Y/N]:y)

保存配置

[poe1admin1]quit

sa

save

The current configuration will be written to flash:/vrpcfg.zip.

Are you sure to continue?[Y/N]:y

Now saving the current configuration to the slot 0...

Save the configuration successfully.

(当前配置将写入flash:/vrpcfg.zip。

您确定要继续吗?[Y/N]:y 现在将当前配置保存到插槽 0...保存配置成功。)

浏览器输入交换机地址:

总结

提示:小白可以使用此方案:

建议使用中端配置,WEB 有一些配置无法满足需求

相关推荐
仓鼠OO2 小时前
思科交换机telnet配置案例
网络·思科·远程
Andya_net2 小时前
网络安全 | F5-Attack Signatures-Set详解
网络·数据库·web安全
Zfox_3 小时前
HTTP cookie 与 session
linux·服务器·网络·c++·网络协议·http
qq_3927944811 小时前
为什么 TCP 挥手需要有 TIME_WAIT 状态?
网络·网络协议·tcp/ip
闲猫12 小时前
正向代理(动态 IP 代理)和反向代理
网络·网络协议·tcp/ip
一尘之中12 小时前
IPoIB(IP over InfiniBand)数据接收与发送机制详解
网络·tcp/ip·php
hvinsion12 小时前
Python 轻松扫描,快速检测:高效IP网段扫描工具全解析
网络·python·tcp/ip
WTT001115 小时前
C语言中危险函数
大数据·c语言·开发语言·网络·算法·渗透测试·we安全
这猪好帅18 小时前
【Linux网络编程】数据链路层--以太网协议
linux·服务器·网络
xianwu54320 小时前
反向代理模块1
开发语言·网络·数据库·c++·mysql