Hello Michael,
ERPS is very similar to EAPS. I configured 4 switches awhile back in our lab with ERPS. I can share the ERPS module from the configuration. However please let me know if you have any specific questions regarding ERPS:
#
# Module vlan configuration
#
create vlan "data"
configure vlan data tag
create vlan "erps1"
configure vlan erps1 tag
create vlan "servers"
configure vlan servers tag
create vlan "users"
configure vlan users tag
configure vlan data add ports 1, 12 tagged
configure vlan erps1 add ports 1, 12 tagged
configure vlan servers add ports 1, 12 tagged
configure vlan users add ports 1, 12 tagged
#
# Module erps configuration
#
enable erps
create erps Ring-1
configure erps Ring-1 add control vlan erps1
configure erps Ring-1 ring-port east 1
configure erps Ring-1 ring-port west 12
configure erps Ring-1 protection-port 12
enable erps Ring-1
configure erps Ring-1 add protected vlan data
configure erps Ring-1 add protected vlan servers
configure erps Ring-1 add protected vlan users
I hope this helps. Please let me know if there is anything else I can do to assist and again if you have any specific questions please post them here and I or someone else would be happy to assist.
*Note: the vlan names and port associations are arbitrary