openconfig-vlan

This module defines configuration and state variables for VLANs, in addition to VLAN parameters associated with interfaces

  • Version: 2018-04-23

    openconfig-vlan@2018-04-23


    
      module openconfig-vlan {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/vlan";
    
        prefix oc-vlan;
    
        import openconfig-vlan-types {
          prefix oc-vlan-types;
        }
        import openconfig-interfaces {
          prefix oc-if;
        }
        import openconfig-if-ethernet {
          prefix oc-eth;
        }
        import openconfig-if-aggregate {
          prefix oc-lag;
        }
        import iana-if-type {
          prefix ift;
        }
        import openconfig-extensions {
          prefix oc-ext;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
    netopenconfig@googlegroups.com";
    
        description
          "This module defines configuration and state variables for VLANs,
    in addition to VLAN parameters associated with interfaces";
    
        revision "2018-04-23" {
          description
            "Modified keypath in when conditions to fix compilation issue";
        }
    
        revision "2018-02-14" {
          description
            "Fix bug with name of 802.1ad identity.";
          reference
            "3.0.0";
    
        }
    
        revision "2017-07-14" {
          description
            "Move top-level vlan data to network-instance; Update
    identities to comply to style guide; fixed pattern
    quoting; corrected trunk vlan types; added TPID config to
    base interface.";
          reference
            "2.0.0";
    
        }
    
        revision "2016-05-26" {
          description
            "OpenConfig public release";
          reference
            "1.0.2";
    
        }
    
        oc-ext:openconfig-version "3.0.0";
      }  // module openconfig-vlan
    

© 2023 YumaWorks, Inc. All rights reserved.