Comandos CLI
Asignar nombre a un SWITCH
[php]
Switch>enable
Switch#configure terminal
Switch(config)#hostname sw1
sw1(config)#
[/php]
Prioridada por defecto en cisco 32769
BRIDGE ID
*********************
+ baja Prioridad
+ baja Mac Address
Tenemos la siguiente topologia:
Mostrar la red de un switch VLAN
[php]
sw1#show spanning-tree
[/php]
Establecer SW1 como ROOT PRIMARIO:
[php]
sw1# configure terminal
sw1(config)# spanning-tree vlan 1 root primary
[/php]
Establecer SW2 como ROOT SECUNDARIO:
[php]
sw2# configure terminal
sw2(config)# spanning-tree vlan 1 root secondary
[/php]
OTRA MANERA:
[php]
Sw1# configure terminal
Sw1(config)# spanning-tree vlan 1-2 priority 0
Sw2# configure terminal
Sw2(config)# spanning-tree vlan 1-2 priority 4096
[/php]
Al final tendríamos lo siguiente:
Video de explicación:
Enlaces de referencia:
http://www.redesymas.org/2012/01/protocolo-spanning-tree.html
http://www.redesymas.org/2012/01/configuracion-del-spanning-tree-definir.html