当前位置:网站首页>There is only one switch, how to realize the nqa of master-slave automatic switching
There is only one switch, how to realize the nqa of master-slave automatic switching
2022-08-05 09:05:00 【ah this】
The configuration used here is: static routing and NQA linkage
To learn more about what NQA is, check out this article: What is NQA (Network Quality Analysis)?How does NQA work?- Huawei
Cite the diagram in the text:

The following is how to configure and related instructions:
#Create a nqa test instance, the test management account name is admin, and the test instance name is test_icmp[HUAWEI]nqa test-instance admin test_icmp#Test type is icmp protocol test[HUAWEI-nqa-admin-bjyh_icmp]test-type icmp#Detection interval 10s[HUAWEI-nqa-admin-bjyh_icmp]frequency 10number of tests 4[HUAWEI-nqa-admin-bjyh_icmp]probe-count 4The probed address is 10.0.0.1[HUAWEI-nqa-admin-bjyh_icmp]destination-address ipv4 10.0.0.1Start a test instance[HUAWEI-nqa-admin-bjyh_icmp]start nowWarning: It is recommended that the frequency be greater than 18. Otherwise, the test result may be incorrect.(Frequency greater than 18 is recommended. Otherwise, the test results may be incorrect.)#Configure the default route and NQA linkage, the main line is normal, the next hop is 10.0.0.1, the main line is abnormal, the backup line is used, and the next hop is 10.1.0.1#The default priority value is 60, so the priority value of the standby line should be set greater than 60#Need to specify the vlanif outbound interface[HUAWEI]ip route-static 172.18.1.37 255.255.255.255 Vlanif10 10.0.0.1 track nqa admin test_icmp[HUAWEI]ip route-static 172.18.1.37 255.255.255.255 Vlanif20 10.1.0.1 preference 70边栏推荐
- XSS靶机通关以及XSS介绍
- DPU — 功能特性 — 存储系统的硬件卸载
- leetcode points to Offer 10- I. Fibonacci sequence
- DPU — 功能特性 — 安全系统的硬件卸载
- 接口全周期的生产力利器Apifox
- DPU — 功能特性 — 管理系统的硬件卸载
- 嵌入式实操----基于RT1170 移植memtester做SDRAM测试(二十五)
- ps怎么把图片变清晰,自学ps软件photoshop2022,简单快速用ps让照片更清晰更有质感
- 【零基础玩转BLDC系列】无刷直流电机无位置传感器三段式启动法详细介绍及代码分享
- leetcode 剑指 Offer 10- II. 青蛙跳台阶问题
猜你喜欢

宝塔实测-搭建中小型民宿酒店管理源码

Embedded practice ---- based on RT1170 transplant memtester to do SDRAM test (25)

Data source object management Druid and c3p0

sql server中 两表查询 平均数 分组

汇编语言(8)x86内联汇编

Detailed explanation of DNS query principle

Chapter 12 贝叶斯网络

Adb authorization process analysis

spark集群部署(第三弹)

Spark cluster deployment (third bullet)
随机推荐
手机上流行的各类谜语
tensorflow.keras无法引入layers
selectPage 动态改变参数方法
CROS and JSONP configuration
明天去订票,准备回家咯~~
行走社会100绝招
Pagoda measurement - building small and medium-sized homestay hotel management source code
使用稀疏 4D 卷积对 3D LiDAR 数据中的运动对象进行后退分割(IROS 2022)
DPU — 功能特性 — 网络系统的硬件卸载
宝塔实测-搭建中小型民宿酒店管理源码
程序员的七种武器
【LeetCode】623. Add a row to the binary tree
七夕给自己new一个chatRobot当对象
基于多块信息提取和马氏距离的k近邻故障监测
sphinx matches the specified field
(转)[Json]net.sf.json 和org.json 的差别及用法
【无标题】目录
周报2022-8-4
How to replace colors in ps, self-study ps software photoshop2022, replace one color of a picture in ps with another color
Luogu P3368: 【模板】树状数组 2