Descargar archivo PKT
STP es uno de los protocolos importantes que se tiene que conocer como funciona para evitar problemas como los temidos loops de capa 2, por esta razón aquí explicamos breve mente su funcionamiento. Recuerde que estos temas siempre salen en los exámenes de certificación.
Primero verificamos el modo de STP por defecto en el Switch.
Switch-A#show run
spanning-tree mode pvst
Para verificar que switch es el Switch raíz emitimos el comando en cada uno de los switch hasta encontrar el que diga "This Bridge is the root" en este caso el Switch-A
Switch-A#show spanning-tree
VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 32769
Address 000C.859D.85D1
This bridge is the root
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)
Address 000C.859D.85D1
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 20
Interface Role Sts Cost Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/1 Desg FWD 19 128.1 P2p
Fa0/4 Desg FWD 19 128.4 P2p
Fa0/5 Desg FWD 19 128.5 P2p
Observando la salida vemos que la prioridad es la misma en todos los switchs así que el switch raíz debio ser elegido por tener la MAC address más baja se puede observar la comparación que hace la salida del comando para elegir el Switch raíz.
Switch-D#show spanning-tree
VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 32769
Address 000C.859D.85D1
Cost 19
Port 5(FastEthernet0/5)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)
Address 00E0.A3BC.569B
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 20
Interface Role Sts Cost Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/2 Altn BLK 19 128.2 P2p
Fa0/3 Altn BLK 19 128.3 P2p
Fa0/5 Root FWD 19 128.5 P2p
Para forzar que un switch cualquiera sea elegido el switch raíz vamos a cambiar la prioridad. Por ejemplo en el Switch-C
Switch-C>ena
Switch-C#conf t
Switch-C(config)#spanning-tree vlan 1 priority 4096
Switch-C(config)#end
Switch-C#copy run start
Si emitimos el comando show spanning-tree observamos que la situación a cambiado y que ahora el Switch-C es Root.
Switch-C#show spanning-tree
VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 4097
Address 0060.7087.7C64
This bridge is the root
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 4097 (priority 4096 sys-id-ext 1)
Address 0060.7087.7C64
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 20
Interface Role Sts Cost Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/1 Desg FWD 19 128.1 P2p
Fa0/2 Desg FWD 19 128.2 P2p
Observamos en la imagén el nuevo estado de todos los puertos de los Switch en la topología.
Switch-D#show spanning-tree
VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 4097
Address 0060.7087.7C64
Cost 19
Port 2(FastEthernet0/2)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)
Address 00E0.A3BC.569B
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 20
Interface Role Sts Cost Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/2 Root FWD 19 128.2 P2p
Fa0/3 Desg FWD 19 128.3 P2p
Fa0/5 Altn BLK 19 128.5 P2p
Confirmando el estado de los puertos en el Switch-D para evitar bucles o loops de capa 2.
No hay comentarios:
Publicar un comentario
"Tu opinión es importante, gracias por comentar"