华为生成树协议STP分析过程与配置方法
一、学习目的:
1、掌握配置STP的方法
2、掌握修改网桥优先级影响根选举的方法
3、掌握修改端口优先级影响根端口与指定端口选举的方法 4、掌握配置RSTP的方法
5、掌握STP与RSTP的相互兼容问题
6、掌握配置MSTP实现不同vlan负载均衡的方法 7、掌握MSTP与STP的相互兼容问题 8、掌握生成树中的保护方法
二、重点命令
1、开启stp
[plain] view plain copy
1. stp enable 2. stp mode stp
2、查看stp状态
[plain] view plain copy
1. dis stp 2. dis stp brief
3、指定stp主根和备根
[plain] view plain copy
1. stp root primary 2. stp root secondary
4、手工指定根桥优先级
[plain] view plain copy
1. stp priority 4096(4096的倍数)
5、指定RP
[plain] view plain copy
1. int g0/0/10
2. stp port priority 16(16的倍数)
6、指定DP
[plain] view plain copy
1. int g0/0/24 2. stp cost 2000000
7、开启rstp
[plain] view plain copy
1. stp enable 2. stp mode rstp
8、配置mstp
[plain] view plain copy
1. stp enable 2. stp mode mstp
3. stp region-configuration 4. region-name RG1
5. instance 1 vlan 1 to 10 6. instance 2 vlan 11 to 20 7. active region-configuration
9、查看mstp实例配置
[plain] view plain copy
1. display stp region-configuration
10、配置mstp的多实例优先级
[plain] view plain copy
1. stp instance 1 priority 4096 2. stp instance 2 priority 8192
11、配置指定端口保护
[plain] view plain copy
1. 配置在根桥的DP口上 2. int g0/0/1
3. stp root-protection
12、配置边缘端口保护
[plain] view plain copy
1. 配置在接入服务器的端口