Create Date: Nov 23 2012 4:17PM
The command to enable port blocking would go like this:
configure elrp-client periodic VOICE ports all log disable-port duration 30
This runs ELRP on all ports, logs loops, and disables the port(s) involved for 30 seconds before unblocking and rechecking the port. Depending on your policy you may wish to disable the port permanently, which requires the administrator to manually reenable the port via CLI after the loop is disconnected. I am not aware of any issues in the EXOS version you list, but I have no real experience with it either, as it's very out of date. If possible, I would recommend you upgrade to a newer version. The more recent versions add a "disable-ports" configuration option, where you can exclude uplink ports and/or EAPS ring ports from disablement via ELRP, which simplifies the configuration quite a bit. In my environment, for example, I run ELRP on all ports in every client-facing VLAN, but use this option to keep EAPS ring ports from getting blocked in the event of a larger network problem. This way, we can just configure ELRP on "all" ports, rather than having to snip out selective ranges.
EDIT: fixed poor formatting. (from Ansley_Barnes)