В процессе починки одного кольца обнаружил такую вот непонятную штуку
25-й, 26-й порт транковые
25-й смотрит в сторону узла (циска) 100Mb линк
26-й в сторону следующего коммутатора в кольце 1G линк
Код:
Command: show ports 25-26
Port State/ Settings Connection Address Trap
MDIX Speed/Duplex/FlowCtrl Speed/Duplex/FlowCtrl Learning State
----- ---------- --------------------- --------------------- -------- --------
25 Enabled Auto/Enabled 100M/Full/None Enabled Disabled
Auto
26 Enabled 1000M/Full/Enabled 1000M/Full/802.3x Enabled Disabled
Auto
Код:
Command: show stp ports 25-26
MSTP Port Information
----------------------
Port Index : 25 , Hello Time: 2 /2 , Port STP enabled
Restricted role : False , Restricted TCN : False
External PathCost : Auto/20000 , Edge Port : False/No , P2P : Auto /Yes
Port Forward BPDU : disabled , BPDU Type : RSTP
Msti Designated Bridge Internal PathCost Prio Status Role
----- ------------------ ----------------- ---- ----------- ----------
0 8000/000DBD870100 20000 128 Forwarding Root
MSTP Port Information
----------------------
Port Index : 26 , Hello Time: 2 /2 , Port STP enabled
Restricted role : False , Restricted TCN : False
External PathCost : Auto/20000 , Edge Port : False/No , P2P : Auto /Yes
Port Forward BPDU : disabled , BPDU Type : RSTP
Msti Designated Bridge Internal PathCost Prio Status Role
----- ------------------ ----------------- ---- ----------- ----------
0 8000/00179ABB764B 20000 128 Forwarding Designated
почему стоимость одинаковая для линков на разной скорости?
Код:
Firmware: Build 5.01-B15
#STP
config stp version rstp
config stp maxage 20 maxhops 20 forwarddelay 15 txholdcount 3 fbpdu enable
config stp priority 32768 instance_id 0
config stp hellotime 2
config stp mst_config_id name 00:15:E9:85:BC:7D revision_level 0
enable stp
config stp ports 1-24 externalCost auto edge true p2p auto state enable
config stp ports 1-26 fbpdu disable
config stp ports 1-26 restricted_role false
config stp ports 1-26 restricted_tcn false
config stp mst_ports 1-26 instance_id 0 internalCost auto priority 128
config stp ports 25-26 externalCost auto edge false p2p auto state enable