Chapter 19: Alarm Management and Troubleshooting (CLI)
Performing Diagnostics (CLI)
phn-3963_008v000
Page 19-17
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
To set the interval at which CCM messages are sent within the MEG, enter the following command in root view:
root> ethernet soam meg ccm-interval set meg-id <meg-id> ccm <ccm>
The following command sets an interval of one second between CCM messages for MEG 1.
root> ethernet soam meg ccm-interval set meg-id 1 ccm interval1s
To determine whether MIPs are created on the MEG, enter the following command in root view:
root> ethernet soam meg mip set meg-id <meg-id> mhf <1-
4|defMHFnone|defMHFdefault|defMHFexplicit|defMHFdefer>
The following command creates MIPs on any service point in the MEG:
root> ethernet soam meg mip set meg-id 1 mhf defMHFdefault
To delete a MEG, enter the following command in root view:
root> ethernet soam meg delete <meg-id> ccm <ccm>
Note
To can only delete a MEG if no MEPs or MIPs are attached to the MEP.
To display a list of all MEGs configured on the unit, enter the following command in root view:
root> ethernet soam meg show
To display MEG attributes, including the number of MEPS, local MEPS, and MIPs attached to the MEG, enter the
following command in root view:
root> ethernet soam meg attributes show meg-id <meg-id>
Table 181
SOAM MEG CLI Configuration Parameters
Parameter
Input Type
Permitted Values
Description
meg-id
Number
1-4294967295
Enter an ID for the MEG.
meg-name
String
Up to 44 alphanumeric
characters
A name to identify the MEG.