- 論壇徽章:
- 0
|
回復(fù) 131# ssffzz1
1、確認(rèn)45運(yùn)行的也是PVST嗎?我看37和29都是PVST版本的STP。
C4506#conf t
Enter configuration commands, one per line. End with CNTL/Z.
C4506(config)#span
C4506(config)#spanning-tree mode pvst
C4506(config)#end
C4506#wr
Building configuration...
Compressed configuration from 20487 bytes to 5850 bytes[OK]
C4506#
我只能是這樣的形式去做了,但做了之后,我在4506上看不到剛配的配置信息:
C4506#s run
Building configuration...
Current configuration : 20487 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service compress-config
!
hostname C4506
!
logging buffered 40960 debugging
enable secret 5 $1$8CXS$K1iAeYf2Nfpo4FT2i9B5L0
enable password xxxxxxxx
!
ip subnet-zero
!
!
spanning-tree extend system-id
spanning-tree vlan 1-100 priority 0
!
!
2、調(diào)整45和37間的port-channel的STP優(yōu)先級(jí)為最高,COST為最小。兩端要一直,我看你前面的配置文件是不一致的。
對(duì)于這個(gè)問題你能詳細(xì)的說一下嗎?
如果以上2步還有問題,請(qǐng)調(diào)整37和銷售大廳間的接口的STP 優(yōu)先級(jí)為最低。COST調(diào)到2000吧。
cost=2000,我想應(yīng)該是非常高的了,并不是你說的低。100m鏈路=19 port-channe100Ml鏈路=12 1000m鏈路=4,這些數(shù)據(jù)都是默認(rèn)的。 |
|