Hello,
thanks for your answers :)
I think this one was a good hint: I checked the running-config of the switch that should be the root bridge and saw, that bpdu-filter is active on the following trunks:
spanning-tree
spanning-tree Trk1 priority 4 bpdu-filter -> Unnamed switch in Room2, STP enabled and no bpdu-filter)
spanning-tree Trk2 priority 4 bpdu-filter -> other switch where also another unwanted STP domain exists
spanning-tree Trk3 priority 4 bpdu-filter -> Unnamed switch in Room1, STP enbled and no bpdu-filter)
spanning-tree Trk4 priority 4 bpdu-filter -> other switch where also antoher unwanted STP domain exists
spanning-tree Trk5 priority 4 bpdu-filter -> Distributed-Trunk partner
spanning-tree Trk8 priority 4
spanning-tree Trk17 priority 4
spanning-tree priority 0
Unfortunately I can not deactivate the BPDU-Filter because distributed trunking is active on these ports, which makes sense, cause otherwise loops may occur?
I just uploaded a new topology map, because I know think it is important in order to solve the problem.
We planned to implement two switches (5406) to be our core and set them um with distributed trunking.
I'm not an networking expert and mostly followed such configuration tips: http://community.hpe.com/t5/ProCurve-ProVision-Based/Setting-up-ISC-and-distibuted-trunking/m-p/6692929
Here is the main of the configuration code:
Switch 3 (should be the root bridge)
trunk A1 trk1 dt-lacp
trunk A2 trk2 dt-lacp
trunk A3 trk3 dt-lacp
trunk A4 trk4 dt-lacp
trunk A5 trk5 dt-lacp
trunk A8 trk8 lacp
trunk B7 trk17 lacp
switch-interconnect trk8
interface Trk1
unknown-vlans disable
exit
interface Trk2
unknown-vlans disable
exit
interface Trk3
unknown-vlans disable
exit
interface Trk4
unknown-vlans disable
exit
interface Trk5
unknown-vlans disable
exit
vlan 1024
name "Keepalive Switch 4"
untagged B8
ip address 10.100.1.6 255.255.255.0
exit
spanning-tree
spanning-tree Trk1 priority 4 bpdu-filter
spanning-tree Trk2 priority 4 bpdu-filter
spanning-tree Trk3 priority 4 bpdu-filter
spanning-tree Trk4 priority 4 bpdu-filter
spanning-tree Trk5 priority 4 bpdu-filter
spanning-tree Trk8 priority 4
spanning-tree Trk17 priority 4
spanning-tree priority 0
no tftp server
tftp server listen data
distributed-trunking peer-keepalive vlan 1024
distributed-trunking peer-keepalive destination 10.100.1.5
Switch 3# show switch-interconnect
Port : Trk8
Status : Up
Active VLANs : 1,110,120,130,404,666
Switch 4
trunk A1 trk1 dt-lacp
trunk A2 trk2 dt-lacp
trunk A3 trk3 dt-lacp
trunk A4 trk4 dt-lacp
trunk A5 trk5 dt-lacp
trunk A8 trk8 lacp
trunk B7 trk17 lacp
switch-interconnect trk8
interface Trk1
unknown-vlans disable
exit
interface Trk2
unknown-vlans disable
exit
interface Trk3
unknown-vlans disable
exit
interface Trk4
unknown-vlans disable
exit
interface Trk5
unknown-vlans disable
exit
vlan 1024
name "Keepalive Switch 3"
untagged B8
ip address 10.100.1.5 255.255.255.0
exit
spanning-tree
spanning-tree Trk1 priority 4 bpdu-filter
spanning-tree Trk2 priority 4 bpdu-filter
spanning-tree Trk3 priority 4 bpdu-filter
spanning-tree Trk4 priority 4 bpdu-filter
spanning-tree Trk5 priority 4 bpdu-filter
spanning-tree Trk8 priority 4
spanning-tree Trk17 priority 4
spanning-tree priority 15
no tftp server
tftp server listen data
distributed-trunking peer-keepalive vlan 1024
distributed-trunking peer-keepalive destination 10.100.1.6
Thanks for your time and tipps. I really appreciate this.
Best
Marben