- STP
#show spanning-tree bri 查看STP生成树
SW conf#spanning-tree vlan 1 priority root 修改优先级为根,可以改成数字,0为最低
SW conf#spanning-tree vlan 1 priority primary 自动指定根和被根
Portfast
SW conf-if>spanning-tree portfast 不去计算根和被根,端口下只能接主机,不能接交换机等
SW conf-if>spanning-tree portfast bpduguard 私接交换机断网
- VTP
cont#vtp
domain NAME 两边VLAN的VTP设置一样的名字
cont# vtp
mode server/client server的vlan传到client,client不能创建VLAN
cont# vtp
mode transparent 更改为传输模式再打开VTP后,可以从client收到vlan
VTP保存在flash:
vlan.dat下
#dir
flash: 有个vlan.dat文件
#show vtp
status查看VTP
时间: 2024-12-11 04:39:21