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

边栏推荐
- Avoid playing with super high conversion rate in material minefields
- Flutter local database sqflite
- The culprit of unrestrained consumption -- Summary
- Sorry, Tencent I also refused
- 功能:求5行5列矩阵的主、副对角线上元素之和。注意, 两条对角线相交的元素只加一次。例如:主函数中给出的矩阵的两条对角线的和为45。
- 求esp32C3板子连接mssql方法
- Regular expression of shell script value
- Att & CK actual combat series - red team actual combat - V
- Network layer - routing
- [common error] custom IP instantiation error
猜你喜欢

技术实践|线上故障分析及解决方法(上)

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

Self study software testing. To what extent can you go out and find a job?

How to use AHAS to ensure the stability of Web services?

GUI 应用:socket 网络聊天室

Sorry, Tencent I also refused

GUI application: socket network chat room

swagger中响应参数为Boolean或是integer如何设置响应描述信息

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

1-redis architecture design to use scenarios - four deployment and operation modes (Part 1)
随机推荐
[prefix and notes] prefix and introduction and use
Pytest unit test framework: simple and easy to use parameterization and multiple operation modes
About uintptr_ T and IntPtr_ T type
Avoid playing with super high conversion rate in material minefields
MPLS experiment
Att & CK actual combat series - red team actual combat - V
How to use AHAS to ensure the stability of Web services?
Future source code view -juc series
Oracle database knowledge points (I)
Mobile asynchronous sending SMS verification code solution -efficiency+redis
Interview script of Software Test Engineer
使用dnSpy对无源码EXE或DLL进行反编译并且修改
基于.NetCore开发博客项目 StarBlog - (14) 实现主题切换功能
Flutter local database sqflite
Pair
打印菱形图案
be based on. NETCORE development blog project starblog - (14) realize theme switching function
不得不会的Oracle数据库知识点(一)
删除所有值为y的元素。数组元素中的值和y的值由主函数通过键盘输入。
Regular expression of shell script value