User Guide for FibeAir® IP-20 All-Outdoor Products, CeraOS 10.5
Page 719 of 825
Ceragon Proprietary and Confidential
Adding Local and Remote MEPs (CLI)
To add a MEP, enter the following command in root view:
root> ethernet soam meg mep add meg-id <meg-id> mep-id <mep-id>
The following command adds MEP 25 on MEG 2.
root> ethernet soam meg mep add meg-id 2 mep-id 25
To remove a MEP, enter the following command in root view:
root> ethernet soam meg mep remove meg-id <meg-id> mep-id <mep-id>
The following command removes MEP 25 from MEG 2.
root> ethernet soam meg mep remove meg-id 2 mep-id 25
To display a list of all MEPs that belong to a specific MEG, enter the following
command in root view:
root> ethernet soam meg mep show meg-id <meg-id>
Configuring the Local MEPs (CLI)
Once you have added local and remote MEPs, you must configure the MEPs and
determine which are the local MEPs.
To make a defined MEP a local MEP, you must assign the MEP to a service point
on the Ethernet service on which the MEG resides.
To assign a MEP to a service point, enter the following command in root view:
root> ethernet soam mep create meg-id <meg-id> mep-id <mep-id>
sp-id <sp-id> mep-dir <mep-dir>
The following command assigns MEP 35 on MEG 2 to Service Point 3 on the
service on which MEG 2 resides.
root> ethernet soam mep create meg-id 2 mep-id 35 sp-id 3 mep-
dir down
To change a MEP from a local to a remote MEP, enter the following command in
root view:
root> ethernet soam mep delete meg-id <meg-id> mep-id <mep-id>
The following command changes MEP 35 from a local to a remote MEP.
root> ethernet soam mep delete meg-id 2 mep-id 35
To display a list of local MEPs for a specific MEG, enter the following command in
root view:
root> ethernet soam meg local-mep show meg-id <meg-id>