当前位置:网站首页>Related configuration commands of Huawei rip
Related configuration commands of Huawei rip
2022-07-04 01:05:00 【Garbage bags can be hidden】
Most of the following commands are in RIP Enter... Under view , The exception will be pointed out
undo summary : Turn off auto rollup
version 2 : edition 2
network 192.168.0.0 : The Internet
( Interface view )rip metricin 2000 2 : All enter the interface and match acl2000 Of rip The metric value of the route entry will be added 2
default-route originate cost 1[match default] : Publish default route , And published about the default route cost by 1 , If there is no back macth default, Then whether there is a default route on the router or not will publish the RIP Default route
rip authentication-mode md5 [usual|nonstandard] cipher xxx : Use md5 By RIP verification , Other plaintext verifications are not written , Because you don't usually use
rip summary-address 172.16.0.0 255.255.0.0 :rip Manual summary , Automatic summary generally has poor automatic effect , So manual work is recommended
silent-interface g0/0/1 : Silent port
( Interface view )rip input : Open the interface RIP Sending of relevant messages , Default on ,undo rip input close
( Interface view )rip output : Open the interface RIP Sending of relevant messages , Default on ,undo rip output close
bfd all-interface enable : Turn on RIP Of bfd Dynamic linkage
bfd all-interface min-rx-interval 100 min-tx-interval 100 detect-multiplier 10 : Set up bfd Relevant sending parameters of , Default rx and tx All are 1000 millisecond , This command is set to 100 millisecond ,detect-multiplier 10 It's a parameter , The really expected receiving interval is rx* This parameter , See my other blog for details
display rip process-id bfd session {interface xxx|neighbor-id|ipaddress|all} : Show bfd conversation
( Interface view )rip bfd block : Block and... On this interface RIP dependent bfd The reception of messages
边栏推荐
- Struct in linked list
- Introduction to unity shader essentials reading notes Chapter III unity shader Foundation
- Severity code description the project file line prohibits the display of status error c4996 fopen ('fscanf ', StrCmp): this function or variable may be unsafe The most comprehensive solution
- [dynamic programming] leetcode 53: maximum subarray sum
- Analysis and solution of lazyinitializationexception
- Query efficiency increased by 10 times! Three optimization schemes to help you solve the deep paging problem of MySQL
- [prefix and notes] prefix and introduction and use
- CesiumJS 2022^ 源码解读[8] - 资源封装与多线程
- Regular expression of shell script value
- Five high-frequency questions were selected from the 200 questions raised by 3000 test engineers
猜你喜欢
Mobile asynchronous sending SMS verification code solution -efficiency+redis
Eight year test old bird, some suggestions for 1-3 year programmers
Future源码一观-JUC系列
[common error] custom IP instantiation error
How to be a professional software testing engineer? Listen to the byte five year old test
be based on. NETCORE development blog project starblog - (14) realize theme switching function
Fundamentals of machine learning: feature selection with lasso
@EnableAsync @Async
The FISCO bcos console calls the contract and reports an error does not exist
功能:求5行5列矩阵的主、副对角线上元素之和。注意, 两条对角线相交的元素只加一次。例如:主函数中给出的矩阵的两条对角线的和为45。
随机推荐
机器学习基础:用 Lasso 做特征选择
Function: store the strings entered in the main function in reverse order. For example, if you input the string "ABCDEFG", you should output "gfedcba".
12. Go implementation of integer to Roman numeral and leetcode
Introduction to unity shader essentials reading notes Chapter III unity shader Foundation
Cloud dial test helps Weidong cloud education to comprehensively improve the global user experience
Summary of common tools and technical points of PMP examination
不得不会的Oracle数据库知识点(二)
How to use AHAS to ensure the stability of Web services?
功能:求出菲波那契数列的前一项与后一项之比的极限的 近似值。例如:当误差为0.0001时,函数值为0.618056。
Struct in linked list
Day05 table
1-redis architecture design to use scenarios - four deployment and operation modes (Part 1)
A little understanding of GSLB (global server load balance) technology
2022 Software Test Engineer skill list, please check
Future源码一观-JUC系列
Self study software testing. To what extent can you go out and find a job?
Stringutils and collectionutils
Generic
MySQL uses the view to report an error, explain/show can not be issued; lacking privileges for underlying table
Delete all elements with a value of Y. The values of array elements and y are entered by the main function through the keyboard.