如何开启华为交换机 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...保存配置成功。) ![在这里插入图片描述](https://i-blog.csdnimg.cn/direct/ac648ae4c60747bda081f89b271a8132.png) `浏览器输入交换机地址:` ![在这里插入图片描述](https://i-blog.csdnimg.cn/direct/a91f145044554e3390070718d329a418.png) ## 总结 `提示:小白可以使用此方案:` 建议使用中端配置,WEB 有一些配置无法满足需求

相关推荐
sdszoe49221 分钟前
0904网络设备配置与管理第二次授课讲义
网络·华为交换机基础
努力的小帅4 分钟前
CAN通信入门
网络·stm32·单片机·嵌入式硬件·stm32c8t6·can总线通信
久绊A1 小时前
指定端口-SSH连接的目标(告别 22 端口暴力破解)
linux·网络·ssh
bantinghy5 小时前
Linux系统TCP/IP网络参数优化
linux·网络·tcp/ip
wanhengidc7 小时前
云手机可以息屏挂手游吗?
运维·网络·安全·游戏·智能手机
一只小白菜~7 小时前
实战记录:H3C路由器IS-IS Level-1邻居建立与路由发布
运维·网络·计算机网络·智能路由器
kenwm7 小时前
家庭网络异常降速问题排查处理方案
网络·智能路由器
搬码临时工8 小时前
使用自定义固定公网URL地址远程访问公司内网OA办公系统,本地无需公网IP和专线让外网访问
网络·网络协议·tcp/ip
星马梦缘9 小时前
计算机网络6 第六章 应用层——解决“怎么发请求、怎么回响应”的问题(邮件整体传输流程)
网络·计算机网络·域名·ftp·dns·dhcp
@CLoudbays_Martin119 小时前
为什么动态视频业务内容不可以被CDN静态缓存?
java·运维·服务器·javascript·网络·python·php