# Ethernet OAM / Ethernet CFM

# URL

frinx-oam:oam

# OPENCONFIG YANG

YANG models

{
    "frinx-oam:oam": {
        "cfm": {
            "config": {
                "enabled": 
            },
            "domains" {
                "domain": [
                    {
                        "domain-name": "",
                        "config": {
                            "domain-name": "",
                            "level": 
                        },
                        "mas": {
                            "ma": [
                                {
                                    "ma-name": "",
                                    "config": {
                                        "ma-name": "",
                                        "continuity-check-interval": "",
                                        "continuity-check-loss-threshold": ,
                                        "mep-crosscheck": [
                                            
                                        ],
                                        "efd": 
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    }
}

# OS Configuration Commands

# Cisco IOS XR 6.6.2

# CLI

ethernet cfm
 domain  level 
  service  down-meps
   continuity-check interval  loss-threshold 
   mep crosscheck
    mep-id 
   efd

ethernet cfm is a conversion of set to true
no ethernet cfm is a conversion of set to false
efd is a conversion of set to true
no efd is a conversion of set to false

# Unit

Link to github : xr-unit