华为5700配置

恢复出厂设置,清空配置

1、更改名字

system-view

sysname tp-10-50-01-04

2、配置管理接口

int vlan 1

ip add 10.50.1.4 255.255.254.0

quit

2、链路汇聚

interface eth-trunk 1

mode lacp

quit

3、绑定端口

interface eth-trunk 1

trunkport gigabitethernet 0/0/45 to 0/0/48

quit

3、telnet

telnet server enable

4、http

http server enable

5、acl

acl 2000

rule permit source 10.50.1.253 0

rule permit source 10.50.1.252 0

quit

6、认证配置

user-interface vty 0 4

authentication-mode aaa

quit

aaa

local-user admin password irreversible-cipher *123

local-user admin service-type http telnet terminal web

local-user admin privilege level 15

quit

acl 2000

rule permit source 10.50.1.253 0

rule permit source 10.50.1.252 0

quit

user-interface vty 0 4

acl 2000 inbound

quit

user-interface vty 0 4

authentication-mode aaa

protocol inbound all

6、登录测试

查看配置

相关推荐
油泼辣子多加几秒前
HTTP 请求体格式详解
网络·网络协议·http
范紫涵-19期-工职大38 分钟前
虚拟机之CentOS、网络设置的有趣问题
linux·网络·centos
TeleostNaCl1 小时前
OpenWrt | 在 PPP 拨号模式下启用 IPv6 功能
网络·经验分享·智能路由器·ip
爱笑的眼睛112 小时前
HarmonyOS 应用开发深入浅出:基于 Stage 模型与声明式 UI 的现代化状态管理实践
华为·harmonyos
bantinghy2 小时前
RPC内核细节(转载)
linux·服务器·网络·网络协议·rpc
爱笑的眼睛113 小时前
HarmonyOS 应用开发深度解析:掌握 ArkTS 声明式 UI 与现代化状态管理
华为·harmonyos
爱笑的眼睛113 小时前
HarmonyOS 应用开发深度解析:基于 ArkTS 的跨组件状态管理最佳实践
华为·harmonyos
前端世界3 小时前
鸿蒙系统下的智能设备故障检测实战:从监控到自愈的全流程实现
华为·harmonyos
2501_919749033 小时前
flutter鸿蒙:使用flutter_local_notifications实现本地通知
flutter·华为·harmonyos
我言秋日胜春朝★3 小时前
【Linux网络编程】传输层协议-----UDP协议
linux·网络·udp