openconfig-evpn

This module contains general data definitions for use in EVPN. The model contains the configuration and state attributes importe...

  • Version: 2021-06-28

    openconfig-evpn@2021-06-28


    
      module openconfig-evpn {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/evpn";
    
        prefix oc-evpn;
    
        import openconfig-yang-types {
          prefix oc-yang;
        }
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-network-instance-types {
          prefix oc-ni-types;
        }
        import openconfig-evpn-types {
          prefix oc-evpn-types;
        }
        import openconfig-inet-types {
          prefix oc-inet;
        }
        import openconfig-interfaces {
          prefix oc-if;
        }
        import openconfig-bgp-types {
          prefix oc-bgp-types;
        }
        import openconfig-types {
          prefix oc-types;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
        netopenconfig@googlegroups.com";
    
        description
          "This module contains general data definitions for use in EVPN.
        The model contains the configuration and state attributes
        imported by the OpenConfig network instance module that is
        the primary holder of these properties.
    
        The module describes the configuration and state parameters
        to support the instantiation of the MAC-VRF concept defined
        in the RFC 7432: BGP MPLS-Based Ethernet VPN.
        The EVPN concept allows the  Media Access Control (MAC) addresses
        forwarding through the control plane on a PE.
    
        Within the OpenConfig model, a single network instance represents
        an individual MAC VRF. Whilst it is possible that there may be
        cases where a single MAC VRF may support multiple broadcast
        domains, this is not currently supported and requires an extension
        of the model.";
    
        revision "2021-06-28" {
          description
            "Add vxlan endpoint oper data";
          reference
            "0.3.0";
    
        }
    
        revision "2021-06-11" {
          description
            "Structural update for arp-proxy and
         nd-proxy.";
          reference
            "0.2.0";
    
        }
    
        revision "2020-11-24" {
          description "Initial revision.";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.3.0";
      }  // module openconfig-evpn
    

© 2023 YumaWorks, Inc. All rights reserved.