User Guide for FibeAir® IP-20 All-Outdoor Products, CeraOS 10.5
Page 715 of 825
Ceragon Proprietary and Confidential
To delete an MD, enter the following command in root view. Before deleting an
MD, you must delete any MA/MEG associated with the MD.
root> ethernet soam md delete md-id <md-id>
To display a list of MDs and their attributes, enter the following command in root
view:
root> ethernet soam md show
Table 239: Maintenance Domain CLI Parameters
Parameter
Input Type
Permitted Values
Description
md-id
Number
1-4294967295
md-name
String
Up to 43
alphanumeric
characters.
An identifier for the MD. The MD Name should
be unique over the domain.
md-level
Number
0-7
The maintenance level of the MD. The
maintenance level ensures that the CFM frames
for each domain do not interfere with each
other. Where domains are nested, the
encompassing domain must have a higher level
than the domain it encloses. The maintenance
level is carried in all CFM frames that relate to
that domain. The maintenance level must be
the same on both sides of the link.
Note:
In the current release, the
maintenance level is not relevant to the SOAM
functionality.
22.9.3.3
Configuring MA/MEGs (CLI)
You can configure up to 1280 MEGs per network element. MEGs are classified as
Fast MEGs or Slow MEGs according to the CCM interval (see
•
Fast MEGs have a CCM interval of 1 second.
•
Slow MEGs have a CCM interval of 10 seconds, 1 minute, or 10 minutes.
You can configure up to 32 MEP pairs per network element.
To add an MA/MEG, enter the following command in root view:
root> ethernet soam meg create meg-id <meg-id> meg-fmt
charString meg-name <meg-name> meg-level <meg-level> service-id
<0-4095>
Note:
In the current release, charString is the only available MEG name
format.
The following command creates MEG ID 1, named FR-10, with MEG level 4,
assigned to Ethernet service 20.
root> ethernet soam meg create meg-id 1 meg-fmt charString meg-
name FR-10 meg-level 4 service-id 20