openconfig-probes

This module defines configuration and operational state data for the probes. A probe consists on a group of tests, each test bei...

  • Version: 2018-11-21

    openconfig-probes@2018-11-21


    
      module openconfig-probes {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/probes";
    
        prefix oc-probes;
    
        import ietf-yang-types {
          prefix yang;
        }
        import openconfig-types {
          prefix oc-types;
        }
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-inet-types {
          prefix oc-inet;
        }
        import openconfig-probes-types {
          prefix oc-probes-types;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
        www.openconfig.net";
    
        description
          "This module defines configuration and operational state data
        for the probes.
        A probe consists on a group of tests, each test being a
        source-destination pair to poll. The destination can be either
        IP Address (and eventually port) or URL, depending on the
        nature of the test. The test can send ICMP, UDP, TCP, or HTTP
        requests.
        Each test groups a list of test items, the test results
        being an overall view or average of the items list.
        However, the test preserves only a limited set of history
        items, whose length can be controlled using the history-size.";
    
        revision "2018-11-21" {
          description
            "Add OpenConfig module metadata extensions.";
          reference
            "0.0.2";
    
        }
    
        revision "2017-09-05" {
          description "Initial public revision";
          reference
            "0.0.1";
    
        }
    
        oc-ext:openconfig-version "0.0.2";
        oc-ext:regexp-posix;
        oc-ext:catalog-organization "openconfig";
        oc-ext:origin "openconfig";
      }  // module openconfig-probes
    

© 2023 YumaWorks, Inc. All rights reserved.