There is a workaround GTAC provided to us.
entry ptp_redirect {
if match all{
destination-address 224.0.1.129/32 ;
}
then {
redirect-vlan ;
}
}
Please, check if PTP is using other multicast groups (depending on the domain and in use)
You must create an ACL and apply at vlan level (or affected ports)
configure access-list ptp vlan "LAWO_DANTE" ingress
Note that this broadcasts multicast traffic to all ports connected to the vlan. Bye bye igmp snooping.
On top of that, read
https://extremeportal.force.com/ExtrArticleDetail?n=000022275 Multicast PTP i not supported at all.