# Ethernet Virtual Circuit (EVC)

# URL

frinx-openconfig-evc:evcs

# OPENCONFIG YANG

YANG models

{
    "frinx-openconfig-evc:evcs": {
        "evc": [
            {
                "name": ,
                "config": {
                    "name": 
                }
            }
        ]
    }
}

# OS Configuration Commands

# Cisco IOS XE 16.*

# CLI

ethernet evc 

*ethernet evc * is creating evc configuration with name
*no ethernet evc * is deleting evc configuration with name

# Unit

Link to github : ios-xe-evc-unit