Hey,
Let's look at the following topology.

In order to accomodate a MAN loop I thought I'd set up a simulation using EXOS 22.5 featuring RSTP support in MLAG scenarios.
What is not clear is how to configure RSTP exactly, thus I have configured it very simply like this:
* DC_CORE_A1.60 # show conf stp
#
# Module stp configuration.
#
configure stpd s0 mode dot1w
configure stpd s0 priority 4096
enable stpd s0 auto-bind vlan vl-NetMgmt
Not even considering the MAN loop (links are disabled), the links between tiers A1-B1 and A2-B2 on A1 and A2 are no longer forwarding.
* DC_CORE_A1.60 # sh s0 port
Port     Mode   State      Cost  Flags     Priority Port ID Designated Bridge
7      802.1D FORWARDING 200000 eDappw---- 128      8007    10:00:0c??8c:ce:1f:00
10     802.1D LISTENING  200000 eDappw---- 128      800a    10:00:0c??8c:ce:1f:00
11*    802.1D FORWARDING 180000 eDap-w---- 128      800b    10:00:0c??8c:ce:1f:00
* DC_CORE_A2.7 # sh s0 port
Port     Mode   State      Cost  Flags     Priority Port ID Designated Bridge
10     802.1D LISTENING  200000 eDappw---- 128      800a    80:00:0c??8c:d0:e7:00
11*    802.1D FORWARDING 180000 eRapaw---- 128      800b    10:00:0c??8c:ce:1f:00
MLAG is set up correctly.
Disabling STP on either A1 or B1 solves the issue. But we will need STP to protect from the loop.
Would anyone have an idea what the problem is?
Thx
Bonus question: Why does it show "LISTENING" anyway? cause that's not a 802.1w state (DISCARDING/LEARNING/FORWARDING)