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

查看配置

相关推荐
Double Point28 分钟前
(三十三)Dart 中使用 Pub 包管理系统与 HTTP 请求教程
网络·网络协议·http
大丈夫立于天地间1 天前
ISIS协议中的数据库同步
运维·网络·信息与通信
Dream Algorithm1 天前
路由器的 WAN(广域网)口 和 LAN(局域网)口
网络·智能路由器
IT猿手1 天前
基于CNN-LSTM的深度Q网络(Deep Q-Network,DQN)求解移动机器人路径规划,MATLAB代码
网络·cnn·lstm
吴盐煮_1 天前
使用UDP建立连接,会存在什么问题?
网络·网络协议·udp
hyshhhh1 天前
【算法岗面试题】深度学习中如何防止过拟合?
网络·人工智能·深度学习·神经网络·算法·计算机视觉
写雨.01 天前
鸿蒙定位开发服务
华为·harmonyos·鸿蒙
Hellc0071 天前
轮询、WebSocket 和 SSE:实时通信技术全面指南(含C#实现)
网络
xujiangyan_1 天前
nginx的反向代理和负载均衡
服务器·网络·nginx