Hello Robert,
The ACL 150 you provided in your last post will prevent ICMP traffic coming into the VLAN 200 router interface
sourced from the 10.50.0.0 range going anywhere.
Instead I'd suggest using "deny icmp any 10.50.0.0 0.0.127.255" in place of your "deny icmp 10.50.0.0 0.0.127.255 any" This will deny any traffic
destined to the 10.50.0.0/17 range and would be applied inbound on VLAN 200.
If you wanted to deny all icmp traffic to the 10.50.0.0/17 range you could also apply the same ACL
outbound on VLAN 1 as it would still match and drop packets
destined to the 10.50.0.0 range.
As Eric suggested sometimes drawing out the data path can help identifying where to place ACL's and how to craft them.
For additional reading we also have a ACL section in our configuration guides.
http://documentation.extremenetworks.com/EOS_Config/S-K-Series/S-K-7100_Configuration_Guide/c_ACL_Ru...
-Alex