cancel
Showing results for 
Search instead for 
Did you mean: 

configuracion en stp en 4 swtiches

configuracion en stp en 4 swtiches

Abner_Saul_Marr
New Contributor
hola a todos,

tengo que realizar la configuracion de stp con 2 vlan, en 4 switches que estan conectados en forma de un anillo .

en cada switch realize esta configuracion

create vlan v10 tag 10 description ADMINISTRACION
configure vlan 10 add ports 8-9 untagged
configure vlan 10 add ports 11 tagged
configure vlan 10 add ports 12 tagged
configure vlan 10 ipaddress 10.60.52.2/24
enable ipforwarding vlan 10

create vlan v11 tag 11 description SSID
configure vlan 11 add ports 1-7 untagged
configure vlan 11 add ports 11 tagged
configure vlan 11 add ports 12 tagged
configure vlan 11 ipaddress 10.60.53.2/24
enable ipforwarding vlan 11

disable stpd s0
configure stpd s0 mode dot1w
enable stpd s0
configure stpd s0 priority 0
enable stpd s0 auto-bind vlan 10
enable stpd s0 auto-bind vlan 11
-----------------------------------------------------------------------

create vlan v10 tag 10 description ADMINISTRACION
configure vlan 10 add ports 8-9 untagged
configure vlan 10 add ports 10 tagged
configure vlan 10 add ports 11 tagged
configure vlan 10 add ports 12 tagged
configure vlan 10 ipaddress 10.60.52.3/24
enable ipforwarding vlan 10


create vlan v11 tag 11 description SSID
configure vlan 11 add ports 1-7 untagged
configure vlan 11 add ports 10 tagged
configure vlan 11 add ports 11 tagged
configure vlan 11 add ports 12 tagged
configure vlan 11 ipaddress 10.60.53.3/24
enable ipforwarding vlan 11



disable stpd s0
configure stpd s0 mode dot1w
enable stpd s0
enable stpd s0 auto-bind vlan 10
enable stpd s0 auto-bind vlan 11

-------------------------------------------------------------

create vlan v10 tag 10 description ADMINISTRACION
configure vlan 10 add ports 8-9 untagged
configure vlan 10 add ports 11 tagged
configure vlan 10 add ports 12 tagged
configure vlan 10 ipaddress 10.60.52.4/24
enable ipforwarding vlan 10


create vlan v11 tag 11 description SSID
configure vlan 11 add ports 1-7 untagged
configure vlan 11 add ports 11 tagged
configure vlan 11 add ports 12 tagged
configure vlan 11 ipaddress 10.60.53.4/24
enable ipforwarding vlan 11



disable stpd s0
configure stpd s0 mode dot1w
enable stpd s0
enable stpd s0 auto-bind vlan 10
enable stpd s0 auto-bind vlan 11

--------------------------------------------------------------

create vlan v10 tag 10 description ADMINISTRACION
configure vlan 10 add ports 8-9 untagged
configure vlan 10 add ports 10 tagged
configure vlan 10 add ports 11 tagged
configure vlan 10 add ports 12 tagged
configure vlan 10 ipaddress 10.60.52.5/24
enable ipforwarding vlan 10

create vlan v11 tag 11 description SSID
configure vlan 11 add ports 1-7 untagged
configure vlan 11 add ports 10 tagged
configure vlan 11 add ports 11 tagged
configure vlan 11 add ports 12 tagged
configure vlan 11 ipaddress 10.60.53.5/24
enable ipforwarding vlan 11

disable stpd s0
configure stpd s0 mode dot1w
enable stpd s0
enable stpd s0 auto-bind vlan 10
enable stpd s0 auto-bind vlan 11


pero si conecto 2 pc no puedo hacer ping de una ala otra .... desde una pc solo puedo piniar al switch donde estoy conectado a los demas switches no puedo piniar

que estoy haciendo mal


13006f9ff3514af2bb7c912b5f7cc62a_5a6305a7-7f69-4c7d-93f8-568df853e730.jpg

1 REPLY 1

Tomasz
Valued Contributor II
Hi,

If we are talking about RSTP (802.1w), I think you miss carrier VLAN ID. Carrier VLAN is the one that will carry STP BPDUs. See an example from EXOS User Guide in the image attached.

7d071c5e4c5d4754a04d68a8a89ab4a5_7ddae487-9b60-4f0c-b315-43c2b82c6fa5.png


If it still won't be working, please attach here:
  • 'show stpd'
  • 'show stpd s0'
  • 'show stpd s0 ports detail'
It's more than enough, but we will be able to walk through the analysis of RSTP status in your network together.

Kind regards,
Tomasz
GTM-P2G8KFN