Nobel, DoS Protection protects the switch's CPU from attacks. Is that what you are looking for?
I may be wrong but It seems to me that you are trying to prevent the ring from propagating DoS attacks and this feature will not help you in doing that.
There's another security feature in the X670 chipset (also present in many other Summit switches) that is often overlooked: Protocol Anomaly Detection.
From the EXOS User Guide v16.1, pag 957:
Protocol Anomaly Protection
The Extreme chipsets contain built-in hardware protocol checkers that support port security features for security applications, such as stateless DoS protection.
The protocol checkers allow users to drop the packets based on the following conditions, which are checked for ingress packets prior to the L2/L3 entry table:
• SIP = DIP for IPv4/IPv6 packets.
• TCP_SYN Flag = 0 for Ipv4/Ipv6 packets
• TCP Packets with control flags = 0 and sequence number = 0 for Ipv4/Ipv6 packets
• TCP Packets with FIN, URG & PSH bits set & seq. number = 0 for Ipv4/Ipv6 packets
• TCP Packets with SYN & FIN bits are set for Ipv4/Ipv6 packets
• TCP Source Port number = TCP Destination Port number for Ipv4/Ipv6 packets
• First TCP fragment does not have the full TCP header (less than 20 bytes) for Ipv4/Ipv6 packets
• TCP header has fragment offset value as 1 for Ipv4/Ipv6 packets
• UDP Source Port number = UDP Destination Port number for Ipv4/Ipv6 packets
• CMP ping packets payload is larger than programmed value of ICMP max size for Ipv4/Ipv6 packets
• Fragmented ICMP packets for Ipv4/Ipv6 packets
The protocol anomaly detection security functionality is supported by a set of anomaly-protection enable, disable, configure, clear, and show CLI commands. For further details, see the ExtremeXOS Command Reference Guide.
Search for anomaly-protection in the EXOS Command Reference to find the commands needed to enable and configure it.
If you enable this, the chipset will discard any traffic entering the switch that presents any of the protocol anomalies configured. Since many of these anomalies are used in exploits, removing them effectively stops the attack.