华为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、登录测试

查看配置

相关推荐
anyup11 小时前
来简单聊聊鸿蒙开发,万元奖金的事~
前端·华为·harmonyos
程序猿追7 天前
那个右下角的小数字怎么“卡”住我打字——我用 HarmonyOS 自己写了一个字数限制输入框
pytorch·华为·harmonyos
古德new7 天前
鸿蒙PC使用electron迁移:Joplin Electron 桌面适配全记录
华为·electron·harmonyos
世人万千丶7 天前
桌面便签小应用 - HarmonyOS ArkUI 开发实战-TextArea与Flex布局-PC版本
华为·harmonyos·鸿蒙·鸿蒙系统
慧海灵舟7 天前
AGenUI 鸿蒙端实战踩坑录:从 Column 布局消失到异步组件宽度为 0
华为·harmonyos
yuegu7777 天前
HarmonyOS应用<节气通>开发第33篇:状态管理实战
华为·harmonyos
YM52e7 天前
买菜计算器小应用 - HarmonyOS ArkUI 开发实战-PC版本
学习·华为·harmonyos·鸿蒙·鸿蒙系统
网络研究院7 天前
2026年网络安全
网络·安全·法律·法规·趋势·发展
阿捏利7 天前
系列总览-鸿蒙科普系列完全指南
华为·harmonyos
酣大智7 天前
ARP代理--工作原理
运维·网络·arp·arp代理