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