当前位置:网站首页>Huawei BFD and NQA
Huawei BFD and NQA
2022-07-04 01:05:00 【Garbage bags can be hidden】
bfd : Turn on bfd
bfd fuck bind peer ip 192.168.0.1 : Use regularly with peer ip Communication judge whether it is connected
discrimination local 10 : Local identity
discrimination remote 20 : Peer identification
commit : Configuration submission
ip route-static 192.168.1.0 24 192.168.0.1 track bfd-session fuck : Apply on static routing bfd
The identification of the local end and the opposite end are opposite , For example, local local=10,remote=20, So the opposite end local=20,remote=10.

nqa test-instance admin test1 : Create a nqa Test case , among admin On behalf of nqa Administrator name of ,test1 Is the name of the instance
test-type icmp : The way to represent the test is to pass icmp package
destination-address ipv4 10.1.12.1 : Indicates that the object of the test is this ip Address , We can also use destination-port Test the port number
frequency 6 : Indicates the test interval of each round
probe-count 2 : Indicates how many times each round of testing
interval-second 2 : Indicates the sending interval of each packet in each round of test
timeout 2: Indicates the specified timeout
start now : now , Of course, also specify a fixed time to start
ip route-static 192.168.1.0 24 192.168.0.1 track naq admin test1 : Apply on static routing nqa
display nqa results : Show nqa Specific test results

Among them completion:success It means success
display nqa history : Show nqa About , But the results are easier to understand

边栏推荐
- How to use AHAS to ensure the stability of Web services?
- 不得不会的Oracle数据库知识点(二)
- MySQL -- Introduction and use of single line functions
- Who moved my code!
- 在寻求人类智能AI的过程中,Meta将赌注押向了自监督学习
- [common error] custom IP instantiation error
- Gauss elimination method and template code
- Pratique technique | analyse et solution des défaillances en ligne (Partie 1)
- The difference between fetchtype lazy and eagle in JPA
- Force deduction solution summary 1189- maximum number of "balloons"
猜你喜欢

在寻求人类智能AI的过程中,Meta将赌注押向了自监督学习

【.NET+MQTT】. Net6 environment to achieve mqtt communication, as well as bilateral message subscription and publishing code demonstration of server and client

Long article review: entropy, free energy, symmetry and dynamics in the brain

Pratique technique | analyse et solution des défaillances en ligne (Partie 1)

Regular expression of shell script value

Unity Shader入门精要读书笔记 第三章 Unity Shader基础

Future源码一观-JUC系列

On covariance of array and wildcard of generic type

Gauss elimination method and template code
![[prefix and notes] prefix and introduction and use](/img/a6/a75e287ac481559d8f733e6ca3e59c.jpg)
[prefix and notes] prefix and introduction and use
随机推荐
2-Redis架构设计到使用场景-四种部署运行模式(下)
On the day when 28K joined Huawei testing post, I cried: everything I have done in these five months is worth it
How to use AHAS to ensure the stability of Web services?
Delete all elements with a value of Y. The values of array elements and y are entered by the main function through the keyboard.
关于 uintptr_t和intptr_t 类型
Pytest unit test framework: simple and easy to use parameterization and multiple operation modes
All in one 1407: stupid monkey
Regular expression of shell script value
[prefix and notes] prefix and introduction and use
Pair
Force deduction solution summary 1189- maximum number of "balloons"
The difference between objects and objects
QML add gradient animation during state transition
功能:求出菲波那契数列的前一项与后一项之比的极限的 近似值。例如:当误差为0.0001时,函数值为0.618056。
机器学习基础:用 Lasso 做特征选择
gslb(global server load balance)技术的一点理解
Oracle database knowledge points (IV)
[complimentary ppt] kubemeet Chengdu review: make the delivery and management of cloud native applications easier!
Flutter local database sqflite
On covariance of array and wildcard of generic type