Questa domanda è un ripubblicare della stessa domanda in The Cisco Learning Network ; tuttavia, le risposte sono uniche per Stack Exchange.
Ho sempre accettato che il valore di priorità predefinito di STP (802.1d) sia 32768 (32768 + sys-id-ext x) come mostrato in "mostra spanning-tree" di seguito -
SW3#show spanning-tree
VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 24577
Address 00D0.D3E6.9838
Cost 19
Port 1(FastEthernet0/1)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)
Address 00D0.BCB5.B556
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 20
Interface Role Sts Cost Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/8 Desg FWD 19 128.8 P2p
Fa0/1 Root FWD 19 128.1 P2p
Fa0/24 Altn BLK 19 128.24 P2p
SW3 #
Ora, quando voglio configurare la priorità, non capisco PERCHÉ la priorità deve essere in incrementi di 4096? C'è un motivo specifico per il valore predefinito di entrambi questi numeri?
SW3(config)#spanning-tree vlan 1 priority ?
<0-61440> bridge priority in increments of 4096
SW3(config)#spanning-tree vlan 1 priority
Grazie in anticipo.