openconfig-bgp-common

This sub-module contains common groupings that are common across multiple contexts within the BGP module. That is to say that th...

  • Version: 2016-06-21

    openconfig-bgp-common@2016-06-21


    
      submodule openconfig-bgp-common {
    
        yang-version 1;
    
        belongs-to openconfig-bgp {
            prefix oc-bgp;
        }
    
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-bgp-types {
          prefix oc-bgp-types;
        }
        import openconfig-routing-policy {
          prefix oc-rpol;
        }
        import ietf-inet-types {
          prefix inet;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
        netopenconfig@googlegroups.com";
    
        description
          "This sub-module contains common groupings that are common across
        multiple contexts within the BGP module. That is to say that they
        may be application to a subset of global, peer-group or neighbor
        contexts.";
    
        revision "2016-06-21" {
          description "OpenConfig BGP refactor";
          reference
            "2.1.1";
    
        }
    
        oc-ext:openconfig-version "2.1.1";
      }  // submodule openconfig-bgp-common
    

© 2023 YumaWorks, Inc. All rights reserved.