Use this command to specify the MEPs that are or will be present in the MA.
mep-list | Specifies a list of MEPs separated by a comma (“,”) or, if a range of end-points, by a dash (“-”). |
enable | disable | (Optional) Enables or disables the MEP list for this MA context. |
MEP lists are disabled by default.
If a mep-list is not specified for the “no” form of this command, all list members are deleted from the list.
Maintenance Association Configuration mode.
The MA must have knowledge of the local and remote MEP IDs for the local end-points to recognize the remote end-points. All MEPs in an association must be listed in the association MEP list and the MEP list must be enabled for MEPs to be operational.
The “no” form removes all list members if the MEP list is not specified. If a MEP list is specified, only members of the specified MEP list are deleted.
This example shows how to create and enable the MEP list for MEPs 30 through 35, 1000, and 1005 on the myMA1 maintenance association:
System(rw-config)->cfm md string-name myMD1 System(su-config-cfm-md.1)->ma string-name myMA1 System(su-config-cfm-ma.1)->mep-list 30-35,1000,1005 enable
This example shows how to remove MEP 1000 from the current MEP list:
System(rw-config)->cfm md string-name myMD1 System(su-config-cfm-md.1)->ma string-name myMA1 System(su-config-cfm-ma.1)->no mep-list 1000