You can enable the interface down action to be taken when connectivity to a remote MEP fails.
To enable the interface down action, include the interface-down statement at the [edit protocols oam ethernet connectivity-fault-management action-profile profile-name default-action] hierarchy level.
- [edit]
- protocols {
-
- oam {
-
- ethernet {
-
- connectivity-fault-management {
-
- action-profile bring-down {
-
- default-actions {
-
- interface-down;
- }
- }
-
- maintenance-domain md1 {
-
- level 0;
- maintenance-association ma1 {
-
- continuity-check {
-
- interval 100 ms;
- }
-
- mep 4001 {
-
- interface ge-4/1/0;
-
- direction down;
-
- remote-mep 1 {
-
- action-profile bring-down;
- }
- }
- }
- }
- }
- }
- }
- }
![]() |
Note: The action profile is supported only on the physical interface level, and not on the logical interface level. |