STP生成树协议和VTP


  • 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




      本文转自echoroot 51CTO博客,原文链接:http://blog.51cto.com/echoroot/1921826,如需转载请自行联系原作者




上一篇:mysql全文索引代替like查询


下一篇:DDD 应对具体业务场景,Domain Model 重新设计