openconfig-ate-flow

This module defines telemetry that relates to flows that are tracked by a network device, or automated test equipment. A flow is...

  • Version: 2019-08-07

    openconfig-ate-flow@2019-08-07


    
      module openconfig-ate-flow {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/ate-flow";
    
        prefix oc-flow;
    
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-yang-types {
          prefix oc-yang;
        }
        import openconfig-types {
          prefix oc-types;
        }
        import openconfig-inet-types {
          prefix oc-inet;
        }
        import openconfig-mpls-types {
          prefix oc-mplst;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
         netopenconfig@googlegroups.com";
    
        description
          "This module defines telemetry that relates to flows that are tracked
        by a network device, or automated test equipment. A flow is an arbitrary
        stream of packets whose definition is outside of the context of this
        module.";
    
        revision "2019-08-07" {
          description
            "Add additional flow statistics to support ONDATRA ATEs.";
          reference
            "0.2.0";
    
        }
    
        revision "2019-06-11" {
          description "Initial revision.";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.2.0";
        oc-ext:catalog-organization "openconfig";
        oc-ext:origin "openconfig";
      }  // module openconfig-ate-flow
    

© 2023 YumaWorks, Inc. All rights reserved.