当前位置:网站首页>Some other configurations on Huawei's spanning tree
Some other configurations on Huawei's spanning tree
2022-07-04 01:05:00 【Garbage bags can be hidden】
stp pathcost-standard [legacy | dot1t | dot1d-1998] : To configure stp Medium cost computing method
stp timer [hello|forward|maxage] xxx: Configure the timer interval
stp mode [stp|mstp|rstp] : To configure stp The pattern of , The default is mstp
stp [enable | disable ]: On or off stp
stp edged-port enable : Open the edge port
stp bpdu-protection enable : Turn on bpdu Protect , When an edge port receives bpud After the message, it will become a common switch port , This switching process will lead to the recalculation of the switching network , So open bpdu Protect , When the edge port receives bpdu The message will be automatically closed
stp bpdu-filter enable : Turn on bpdu Filter function , Open on the interface view
stp root-protect : Turn on root Protect , Open in the interface view , After opening, when the interface receives bpdu Better bpdu, Will switch its port role to the specified port , And change to discard state , When a better one is not received in a certain period of time bpdu Before switching back .
stp tc-protection : Turn on tc Protect , Reduce switch pairs TC Message response , Prevent too many tc message , bring mac The address list shows long-term aging , The default is 2s Respond once , Deal with only one at a time TC message
stp tc-protection interval xx : Modify the response interval
stp tc-protection threshold xx : Modify each processing tc The number of messages
边栏推荐
- 7.1 学习内容
- Msp32c3 board connection MSSQL method
- A malware detection method for checking PLC system using satisfiability modulus theoretical model
- 基于.NetCore开发博客项目 StarBlog - (14) 实现主题切换功能
- HR disgusted interview behavior
- Att & CK actual combat series - red team actual combat - V
- Leetcode 121 best time to buy and sell stock (simple)
- For loop
- Beijing invites reporters and media
- 2-redis architecture design to use scenarios - four deployment and operation modes (Part 2)
猜你喜欢
Att & CK actual combat series - red team actual combat - V
Self study software testing. To what extent can you go out and find a job?
be based on. NETCORE development blog project starblog - (14) realize theme switching function
Regular expression of shell script value
Characteristics of ginger
Windos10 reinstallation system tutorial
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,
Since the "epidemic", we have adhered to the "no closing" of data middle office services
功能:将主函数中输入的字符串反序存放。例如:输入字符串“abcdefg”,则应输出“gfedcba”。
[complimentary ppt] kubemeet Chengdu review: make the delivery and management of cloud native applications easier!
随机推荐
Gauss elimination method and template code
HR disgusted interview behavior
Why use get/set instead of exposing properties
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
Sorry, Tencent I also refused
gslb(global server load balance)技术的一点理解
[common error] UART cannot receive data error
leetcode 121 Best Time to Buy and Sell Stock 买卖股票的最佳时机(简单)
About uintptr_ T and IntPtr_ T type
2-redis architecture design to use scenarios - four deployment and operation modes (Part 2)
Since the "epidemic", we have adhered to the "no closing" of data middle office services
AI helps make new breakthroughs in art design plagiarism retrieval! Professor Liu Fang's team paper was employed by ACM mm, a multimedia top-level conference
What is regression testing? Talk about regression testing in the eyes of Ali Test Engineers
How to be a professional software testing engineer? Listen to the byte five year old test
Who moved my code!
Anomalies seen during the interview
Data mining vs Machine Learning: what is the difference between them? Which is more suitable for you to learn
Day05 表格
Network layer - routing
C library function int fprintf (file *stream, const char *format,...) Send formatted output to stream