当前位置:网站首页>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

边栏推荐
- It's OK to have hands-on 8 - project construction details 3-jenkins' parametric construction
- 0 basic learning C language - nixie tube dynamic scanning display
- What is the GPM scheduler for go?
- Function: find the approximate value of the limit of the ratio of the former term to the latter term of Fibonacci sequence. For example, when the error is 0.0001, the function value is 0.618056.
- Software testers, how can you quickly improve your testing skills? Ten minutes to teach you
- How to use AHAS to ensure the stability of Web services?
- 不得不会的Oracle数据库知识点(三)
- For loop
- Wechat official account and synchronization assistant
- On the day when 28K joined Huawei testing post, I cried: everything I have done in these five months is worth it
猜你喜欢
![[prefix and notes] prefix and introduction and use](/img/a6/a75e287ac481559d8f733e6ca3e59c.jpg)
[prefix and notes] prefix and introduction and use

On the day when 28K joined Huawei testing post, I cried: everything I have done in these five months is worth it
![[error record] configure NDK header file path in Visual Studio](/img/9f/89f68c037dcf68a31a2de064dd8471.jpg)
[error record] configure NDK header file path in Visual Studio

长文综述:大脑中的熵、自由能、对称性和动力学

On covariance of array and wildcard of generic type

What is the GPM scheduler for go?

HackTheBox-baby breaking grad

Release and visualization of related data

I don't care about you. OKR or KPI, PPT is easy for you

Introduction to unity shader essentials reading notes Chapter III unity shader Foundation
随机推荐
I don't care about you. OKR or KPI, PPT is easy for you
Summary of common tools and technical points of PMP examination
MySQL - use of aggregate functions and group by groups
Gauss elimination method and template code
Fundamentals of machine learning: feature selection with lasso
Makefile judge custom variables
be based on. NETCORE development blog project starblog - (14) realize theme switching function
[prefix and notes] prefix and introduction and use
Data mining vs Machine Learning: what is the difference between them? Which is more suitable for you to learn
Oracle database knowledge points (IV)
Function: find the sum of the elements on the main and sub diagonal of the matrix with 5 rows and 5 columns. Note that the elements where the two diagonals intersect are added only once. For example,
Future source code view -juc series
查询效率提升10倍!3种优化方案,帮你解决MySQL深分页问题
数据库表外键的设计
0 basic learning C language - nixie tube dynamic scanning display
我管你什么okr还是kpi,PPT轻松交给你
Oracle database knowledge points that cannot be learned (II)
On covariance of array and wildcard of generic type
Unity Shader入门精要读书笔记 第三章 Unity Shader基础
From functools import reduce -- see the use of reduce function from typical examples